currencies property

  1. @BuiltValueField.new(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.

Implementation

@BuiltValueField(wireName: r'currencies')
BuiltList<String>? get currencies;