This object contains the information about on-chain discount information.
Name | Type | Description |
---|---|---|
discountPercentage | Float | Discount percentage |
expirationTime | Integer | Discount expiry time in Unix format. |
nonce | String | The nonce for unique id for generates the discount signature. |
signature | String | The discount signature is generated by the contract admin by giving discount information. |
signer | String | The signer of discount signature. |
buyerAddress | String | The buyer's address. |