amount property
The amount information for the transaction (in minor units). For BIN or card verification requests, set amount to 0 (zero).
Implementation
@BuiltValueField(wireName: r'amount')
Amount? get amount;
The amount information for the transaction (in minor units). For BIN or card verification requests, set amount to 0 (zero).
@BuiltValueField(wireName: r'amount')
Amount? get amount;