GiftCardResponse constructor

GiftCardResponse({
  1. String? cursor,
  2. List<SquareError>? errors,
  3. GiftCard? giftCard,
  4. List<GiftCard>? giftCards,
})

Implementation

GiftCardResponse({
  this.cursor, this.errors, this.giftCard, this.giftCards
});