SendPaymentReminderResponse.Recipient Property

Definition

The name of the payment recipient. This may be null if the contact does not have a name associated with their phone number.

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

Property Value

Attributes

Applies to