次の方法で共有


BillingProfile.InvoiceDay プロパティ

定義

課金プロファイルの請求書が生成される月の日を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.invoiceDay")]
public int? InvoiceDay { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.invoiceDay")>]
member this.InvoiceDay : Nullable<int>
Public ReadOnly Property InvoiceDay As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象