GiftCardObjectListResponse constructor

GiftCardObjectListResponse({
  1. Pagination? pagination,
  2. List<GiftCardObject>? resources,
})

Implementation

GiftCardObjectListResponse({this.pagination, this.resources});