paymentInstruments property

  1. @BuiltValueField.new(wireName: r'paymentInstruments')
BuiltList<PaymentInstrument> get paymentInstruments

List of payment instruments associated with the balance account.

Implementation

@BuiltValueField(wireName: r'paymentInstruments')
BuiltList<PaymentInstrument> get paymentInstruments;