Skip to content

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.createdAt

id ​

ts
id: number;

Inherited from ​

ts
BaseResponse.id

name ​

ts
name: string;

updatedAt? ​

ts
optional updatedAt: string;

Inherited from ​

ts
BaseResponse.updatedAt

users ​

ts
users: UserResponse[];

version? ​

ts
optional version: number;

Inherited from ​

ts
BaseResponse.version