amount property

  1. @BuiltValueField.new(wireName: r'amount')
Amount? get amount

Required for transactions performed by registered payment facilitators. The amount of the payment corresponding to each sub-merchant. This value will be different than the request amount if shopper is purchasing items at different sub-merchants' shops.

Implementation

@BuiltValueField(wireName: r'amount')
Amount? get amount;