reference property

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

Your reference to recognize the store by. Also known as the store code. Allowed characters: lowercase and uppercase letters without diacritics, numbers 0 through 9, hyphen (-), and underscore (_). If you do not provide a reference in your POST request, it is populated with the Adyen-generated id.

Implementation

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