CreateAzureInvoiceConfigBillingPeriodDay Property |
Gets or sets the CSP Billing Period day of the month.
Namespace:
Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public Nullable<int> BillingPeriodDay { get; set; }
Public Property BillingPeriodDay As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> BillingPeriodDay {
Nullable<int> get ();
void set (Nullable<int> value);
}
member BillingPeriodDay : Nullable<int> with get, set
Property Value
Type:
NullableInt32CSP Billing Period day.
See Also