currency property

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

The three-letter ISO-4217 currency code of the card. For example, EUR. This field overrides the existing currency setting on the card configuration profile.

Implementation

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