currencies property
The list of currencies that a payment method supports. By default, all currencies supported by the payment method.
Implementation
@BuiltValueField(wireName: r'currencies')
BuiltList<String>? get currencies;
The list of currencies that a payment method supports. By default, all currencies supported by the payment method.
@BuiltValueField(wireName: r'currencies')
BuiltList<String>? get currencies;