amount property

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

The payment amount. For HTTP POST notifications, currency and value are returned as URL parameters.

Implementation

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