Client Exports

Here you will find the list of usable exports for Car Sale Job, you can use them if you have basic or advanced programming knowledge, we do not recommend using these if you do not have such knowledge.


showContract

Use following export to show contract

exports['p_carsale']:showContract(contractData)
  • contractData: table

    • buyer: string

    • seller: string

    • model: string

    • plate: string

    • engine: number

    • transmission: number

    • brakes: number

    • suspension: number

    • turbo: boolean

    • sellerSign: boolean

    • buyerSign: boolean

    • price: number

    • isSeller: boolean

    • isBuyer: boolean

Last updated