totalAmount property

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

The total amount (initial plus surcharge amount).

Implementation

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