paymentInstrumentData property

  1. @BuiltValueField.new(wireName: r'PaymentInstrumentData')
PaymentInstrumentData? get paymentInstrumentData

Data related to the instrument of payment for the transaction. If this type of payment card is configured to send information if the CardAcquisition response.

Implementation

@BuiltValueField(wireName: r'PaymentInstrumentData')
PaymentInstrumentData? get paymentInstrumentData;