reference property

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

The unique reference that you provided in the original /sessions request. This identifies the payment and is used in all communication with you about the payment status.

Implementation

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