totalFeesAmount property

  1. @BuiltValueField.new(wireName: r'TotalFeesAmount')
num? get totalFeesAmount

Total amount of financial fees.

Implementation

@BuiltValueField(wireName: r'TotalFeesAmount')
num? get totalFeesAmount;