cumulativeAmount property

  1. @BuiltValueField.new(wireName: r'CumulativeAmount')
num? get cumulativeAmount

Sum of a collection of amounts. Total amount of the payment instalments.

Implementation

@BuiltValueField(wireName: r'CumulativeAmount')
num? get cumulativeAmount;