GiftCardObjectListResponse constructor
GiftCardObjectListResponse({
- Pagination? pagination,
- List<
GiftCardObject> ? resources,
Implementation
GiftCardObjectListResponse({this.pagination, this.resources});