paymentInstrumentId property

  1. @BuiltValueField.new(wireName: r'paymentInstrumentId')
String? get paymentInstrumentId

The unique identifier of the source payment instrument. If you want to make a transfer using a virtual bankAccount, you must specify the payment instrument ID of the virtual bankAccount. If you only specify a balance account ID, Adyen uses the default physical bankAccount payment instrument assigned to the balance account.

Implementation

@BuiltValueField(wireName: r'paymentInstrumentId')
String? get paymentInstrumentId;