pspReference property

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

Adyen's 16-character string reference associated with the transaction/request. This value is globally unique; quote it when communicating with us about this request. > For payment methods that require a redirect or additional action, you will get this value in the /payments/details response.

Implementation

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