pspReference property

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

Adyen's 16-character reference associated with the transaction/request. This value is globally unique; quote it when communicating with us about this request.

Implementation

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