CreatePaymentInput.ReferenceStringOfThePayment Property

Definition

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 ReferenceStringOfThePayment { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("reference_number")>]
member this.ReferenceStringOfThePayment : string with get, set
Public Property ReferenceStringOfThePayment As String

Property Value

Attributes

Applies to