You are reading the documentation for v7.x and earlier, which is no longer the latest version. Switch to v8.x
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 |