amount property

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

The amount of the split item. * Required for all split types in the Classic Platforms integration. * Required if type is BalanceAccount, Commission, Surcharge, Default, or VAT in your Balance Platform integration.

Implementation

@BuiltValueField(wireName: r'amount')
SplitAmount? get amount;