Click or drag to resize

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; }

Property Value

Type: NullableInt32
The 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