CreateAzureInvoiceConfigIncompleteUsageInvoiceDay Property |
Used to configure if Azure invoice should be created even if usage wasn't marked as completely collected,
if value is configured.
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> IncompleteUsageInvoiceDay { get; set; }
Public Property IncompleteUsageInvoiceDay As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> IncompleteUsageInvoiceDay {
Nullable<int> get ();
void set (Nullable<int> value);
}
member IncompleteUsageInvoiceDay : Nullable<int> with get, set
Property Value
Type:
NullableInt32The day in month when to create Azure invoice if usage not complete.
In other words, how long to wait for usage collection to be completed.
See Also