SudoSOS Back-end API / vouchers / VoucherGroupResponse
Interface: VoucherGroupResponse ​
Properties ​
activeEndDate ​
ts
activeEndDate: string;activeStartDate? ​
ts
optional activeStartDate: string;Start date of the voucher group
amount ​
ts
amount: number;balance ​
ts
balance: DineroObjectResponse;createdAt? ​
ts
optional createdAt: string;Inherited from ​
ts
BaseResponse.createdAtid ​
ts
id: number;Inherited from ​
ts
BaseResponse.idname ​
ts
name: string;updatedAt? ​
ts
optional updatedAt: string;Inherited from ​
ts
BaseResponse.updatedAtusers ​
ts
users: UserResponse[];version? ​
ts
optional version: number;Inherited from ​
ts
BaseResponse.version