Recipient.Last Property

Definition

Last name

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

Property Value

Attributes

Applies to