giftCardCount property

  1. @BuiltValueField.new(wireName: r'giftCardCount')
int? get giftCardCount

For prepaid or gift card purchase, total count of individual prepaid or gift cards/codes purchased.

Implementation

@BuiltValueField(wireName: r'giftCardCount')
int? get giftCardCount;