reference property

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

Your reference for the merchant account. To make this reference the unique identifier of the merchant account, your Adyen contact can set up a template on your company account. The template can have 6 to 255 characters with upper- and lower-case letters, underscores, and numbers. When your company account has a template, then the reference is required and must be unique within the company account.

Implementation

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