VoucherList
Representation of a Voucher List VoucherList
export interface VoucherList {
'vouchers'?: Array<Voucher>;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
vouchers | Optional | Array<Voucher> | List of vouchers {Array<Voucher>} VoucherList |
Representation of a Voucher List VoucherList
export interface VoucherList {
'vouchers'?: Array<Voucher>;
}| Name | Required | Type | Description |
|---|---|---|---|
vouchers | Optional | Array<Voucher> | List of vouchers {Array<Voucher>} VoucherList |