paymentInstrument property

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

Contains information about the payment instrument that was used for the transaction.

Implementation

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