pspReference property

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

A unique reference associated with the request. This value is globally unique; quote it when communicating with us about this request.

Implementation

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