reference property

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

Your internal reference for the return. If you don't provide this in the request, Adyen generates a unique reference. This reference is used in all communication with you about the instruction status. We recommend using a unique value per instruction. If you need to provide multiple references for a transaction, separate them with hyphens ("-").

Implementation

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