reference property

  1. @BuiltValueField.new(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.

Implementation

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