Click or drag to resize

IAtomiaBillingApiGetAzureUsageForInvoicing Method

Get the Azure's current usage billing cost in the form of an invoice. Invoice is not created really, it is just an object in memory

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Invoice GetAzureUsageForInvoicing(
	Guid customerId,
	Guid subscriptionId,
	DateTime startTime,
	DateTime endTime,
	bool isReseller
)

Parameters

customerId
Type: SystemGuid
Customer guid for which to get usage for invoicing.
subscriptionId
Type: SystemGuid
If specified, returns invoice only for that subscription
startTime
Type: SystemDateTime
Time since when to check usage.
endTime
Type: SystemDateTime
Time until when to check usage.
isReseller
Type: SystemBoolean

[Missing <param name="isReseller"/> documentation for "M:Atomia.Billing.Core.Sdk.IAtomiaBillingApi.GetAzureUsageForInvoicing(System.Guid,System.Guid,System.DateTime,System.DateTime,System.Boolean)"]

Return Value

Type: Invoice
true Invoice for a
See Also