Share via


PaymentDetail.BillingAccount Property

Definition

Gets or sets shows the Account that is charged for this payment.

[Newtonsoft.Json.JsonProperty(PropertyName="billingAccount")]
public string BillingAccount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="billingAccount")>]
member this.BillingAccount : string with get, set
Public Property BillingAccount As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to