currency property

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

The three-character ISO currency code. By default, this is the original payment currency.

Implementation

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