amounts property

  1. @BuiltValueField.new(wireName: r'amounts')
BuiltList<Amount>? get amounts

The payout amounts (per currency).

Implementation

@BuiltValueField(wireName: r'amounts')
BuiltList<Amount>? get amounts;