GetPaymentResponse.ReferenceNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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