differentCurrencies property

  1. @BuiltValueField.new(wireName: r'differentCurrencies')
DifferentCurrenciesRestriction? get differentCurrencies

Compares the currency of the payment against the currency of the payment instrument, and specifies the operation. Supported operations: equals, notEquals.

Implementation

@BuiltValueField(wireName: r'differentCurrencies')
DifferentCurrenciesRestriction? get differentCurrencies;