CancelPaymentResponse.Recipient 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 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