# Client Exports

{% hint style="info" %}
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.
{% endhint %}

{% hint style="warning" %}
REMEMBER ABOUT CLIENT SIDE AND SERVER SIDE IN CHOOSING EXPORT!
{% endhint %}

***

## showContract

Use following export to show contract

```lua
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`
