Skip to content

SudoSOS Back-end API / vouchers / VoucherGroup

Class: VoucherGroup ​

Extends ​

Constructors ​

Constructor ​

ts
new VoucherGroup(): VoucherGroup;

Returns ​

VoucherGroup

Inherited from ​

BaseEntity.constructor

Properties ​

PropertyModifierTypeDescriptionInherited from
activeEndDatepublicDateDate after which cards are no longer active.-
activeStartDatepublicDate--
amountpublicnumber--
balancepublicDinero--
createdAtreadonlyDateThe creation date of the object.BaseEntity.createdAt
idreadonlynumber-BaseEntity.id
namepublicstring--
updatedAtreadonlyDateThe last update date of the object.BaseEntity.updatedAt
versionreadonlynumberThe current version of the object.BaseEntity.version
voucherspublicUserVoucherGroup[]--