giftCardCurr property

  1. @BuiltValueField.new(wireName: r'giftCardCurr')
String? get giftCardCurr

For prepaid or gift card purchase, ISO 4217 three-digit currency code of the gift card, other than those listed in Table A.5 of the EMVCo 3D Secure Protocol and Core Functions Specification.

Implementation

@BuiltValueField(wireName: r'giftCardCurr')
String? get giftCardCurr;