reference property
Your reference for the transfer, used internally within your platform. If you don't provide this in the request, Adyen generates a unique reference.
Implementation
@BuiltValueField(wireName: r'reference')
String? get reference;
Your reference for the transfer, used internally within your platform. If you don't provide this in the request, Adyen generates a unique reference.
@BuiltValueField(wireName: r'reference')
String? get reference;