payoutMethodCode property
Adyen-generated unique alphanumeric identifier (UUID) for the payout method, returned in the response when you create a payout method. Required when updating an existing payout method in an /updateAccountHolder request.
Implementation
@BuiltValueField(wireName: r'payoutMethodCode')
String? get payoutMethodCode;