value property

  1. @BuiltValueField.new(wireName: r'value')
bool? get value

Checks the currency of the payment against the currency of the payment instrument. Possible values: - true: The currency of the payment is different from the currency of the payment instrument. - false: The currencies are the same.

Implementation

@BuiltValueField(wireName: r'value')
bool? get value;