Hide response attributes Show response attributes object
-
items
array[object] | null The items in this particular seek operation.
A model that represents a single charge of a usage invoice. In the case of the Microsoft provider each line item represents an Azure legacy charge.
Hide items attributes Show items attributes object
-
customerId
string(uuid) | null The id of the customer associated to this charge. Can be null, for example when the CSP removed the relationship with the customer on the provider side and the customer wasn't in our system when that happened.
-
customerCompanyName
string | null The company name of the customer.
-
domainName
string | null The domain of the customer associated with the charge.
-
customerInternalId
string | null The internal id of the customer associated with this charge.
-
orderId
string | null The id that identifies the order associated with the charge.
-
subscriptionId
string(uuid) | null The id of the subscription associated with the charge. Can be null, for example when the CSP removed the relationship with the customer on the provider side and the subscription wasn't in our system when that happened.
-
subscriptionName
string | null The name of the subscription associated with the charge.
-
subscriptionDescription
string | null The description of the subscription associated with the charge.
-
subscriptionInternalId
string | null The internal id of the subscription associated with this charge.
-
offerId
string(uuid) | null The id of the offer associated with the charge in CloudCockpit.
-
offerProviderId
string | null The offer id on the provider's side that identifies the subscription associated with the charge.
-
offerName
string | null The name of the offer associated with the subscription.
-
chargeStartDate
string(date-time) The billing start date for this charge.
-
chargeEndDate
string(date-time) The billing end date for this charge.
-
chargeType
string | null The type of charge on this line item. Possible values include:
- Assess usage fee for current cycle: Access usage fee for the current billing period.
- Assess usage fee when cancel: Access usage fee upon cancellation for unpaid usage during the current billing period.
-
serviceName
string | null The name of the service associated with the line item.
-
serviceType
string | null The type of the service associated with the line item.
-
resourceGuid
string | null The identifier of the resource associated with the charge.
-
resourceName
string | null The name of the resource associated with the charge.
-
region
string | null The region associated with the charge.
-
sku
string | null The sku associated with the charge.
-
detailLineItemId
integer(int32) The id of the line item from the provider side.
-
consumedQuantity
number(double) The consumed quantity of the resource.
-
overageQuantity
number(double) The overage quantity of the line item.
-
includedQuantity
number(double) The quantity that is included free of charge on this line item.
-
currency
string | null The currency of the line item.
-
unit
string | null The unit of charge associated with the line item, for example GB or Months.
-
listPriceForReseller
number(double) | null The price of each unit for the reseller.
-
listPriceForCustomer
number(double) | null The price of each unit for customer (with reseller and customer margin).
-
subtotalForReseller
number(double) | null The cost the reseller pays for the subscription on this charge before taxes.
-
subtotalForCustomer
number(double) | null The price the customer pays for the subscription on this charge before taxes.
-
taxesForReseller
number(double) | null The taxes the resellers pays for the subscription on this charge.
-
taxesForCustomer
number(double) | null The taxes the customer pays for the subscription on this charge.
-
totalForReseller
number(double) | null The cost the reseller pays for the subscription on this charge after taxes.
-
totalForCustomer
number(double) | null The price the customer pays for the subscription on this charge after taxes.
-
customerProviderId
string | null The id of customer on the provider's side associated with the charge.
-
subscriptionProviderId
string | null The id of the subscription associated to this charge on the provider's side.
-
subscriptionPONumber
string | null The purchase order number of the subscription associated with this charge.
-
id
string(uuid) The id that uniquely identifies a usage invoice line item.
-
billingCycleType
string | null The billing cycle of the subscription associated with charge.
-
customerPriceMargin
number(double) | null The customer price margin according to the CustomerPriceMarginRule.
-
customerPriceMarginRule
string | null The customer price margin rule. The possible values are: markup, margin, splitmargin and erpminusdiscount.
-
subscriptionPriceMargin
number(double) | null The subscription price margin according to the SubscriptionPriceMarginRule.
-
subscriptionPriceMarginRule
string | null The subscription price margin rule. The possible values are: markup, margin, splitmargin and erpminusdiscount.
-
providerData
object | null A dictionary that maps from strings to strings that contains specific provider invoice data.
If this line item is associated to a Microsoft invoice then the possible values are: ServiceName: The name of the service associated with the charge. For example: "Storage".
Hide providerData attribute Show providerData attribute object | null
-
*
string | null Additional properties
-
-
-
continuationToken
string | null The token to continue to retrieve the paginated items. Should not be set if the first page of items is desired.