value property

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

Boolean indicating whether transaction is an international transaction. Possible values: - true: The transaction is an international transaction. - false: The transaction is a domestic transaction.

Implementation

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