totalAmount property

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

The amount of the bank transfer.

Implementation

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