ProductVoucherValue
Product Voucher Value
Fields
| Field | Description |
|---|---|
|
amount
decimal
|
Amount (only used for vouchers of type Payment) Example value:25.000000 |
|
voucherid
int
(required) |
Voucher id Example value:123 |
Example
1{
2 "amount": 25.000000,
3 "voucherid": 123
4}