paymentInstrument property

  1. @BuiltValueField.new(wireName: r'paymentInstrument')
PaymentInstrument? get paymentInstrument

Contains information about the payment instrument used in the transfer.

Implementation

@BuiltValueField(wireName: r'paymentInstrument')
PaymentInstrument? get paymentInstrument;