ProductVoucherValue

Product Voucher Value

Fields

FieldDescription
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}