paymentInstrument property

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

Contains information about the payment instrument resource that triggered the event.

Implementation

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