reference property

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

The reference to uniquely identify a payment. This reference is used in all communication with you about the payment status. We recommend using a unique value per payment; however, it is not a requirement. If you need to provide multiple references for a transaction, separate them with hyphens ("-"). Maximum length: 80 characters.

Implementation

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