acquirerAccountCode property

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

The name of the Adyen acquirer account. Example: PayPalSandbox_TestAcquirer > Only relevant for PayPal transactions.

Implementation

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