GiftCard constructor
GiftCard({
- GiftCardStatus? status,
- String? id,
- String? createdAt,
- List<
String> ? customerIds, - GiftCardType? type,
- Money? balanceMoney,
- String? gan,
- GiftCardGANSource? ganSource,
Implementation
GiftCard({
this.status, this.id, this.createdAt, this.customerIds,
this.type, this.balanceMoney, this.gan, this.ganSource
});