Recipient.First Property

Definition

First name

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

Property Value

Attributes

Applies to