giftCards property

  1. @JsonKey(name: "gift_cards")
List<GiftCard>? giftCards
final

Implementation

@JsonKey(name: "gift_cards")
final List<GiftCard>? giftCards;