CancelPaymentResponse.ReferenceNumber Property

Definition

The user-defined id defined when payments are created that can be used to quickly find payments. Reference numbers are not unique; many payments can have the same reference.

[System.Text.Json.Serialization.JsonPropertyName("reference_number")]
public string ReferenceNumber { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("reference_number")>]
member this.ReferenceNumber : string with get, set
Public Property ReferenceNumber As String

Property Value

Attributes

Applies to