CreatePaymentInput.PaymentDescription 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.
Description of the payment. Description is not shown to the contact and is only used by internal users for context about payments.
[System.Text.Json.Serialization.JsonPropertyName("description")]
public string PaymentDescription { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("description")>]
member this.PaymentDescription : string with get, set
Public Property PaymentDescription As String
Property Value
- Attributes