次の方法で共有


PaymentDetail.BillingAccount プロパティ

定義

この支払いに対して課金されるアカウントを取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象