CreateAzureInvoiceConfigIncompleteUsageNotificationDay Property |
Used to configure if when to send notification to reseller when 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> IncompleteUsageNotificationDay { get; set; }
Public Property IncompleteUsageNotificationDay As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> IncompleteUsageNotificationDay {
Nullable<int> get ();
void set (Nullable<int> value);
}
member IncompleteUsageNotificationDay : Nullable<int> with get, set
Property Value
Type:
NullableInt32The day in month when to send notification if usage not complete.
See Also