Hide response attributes Show response attributes object
-
items
array[object] | null The items in this particular seek operation.
Hide items attributes Show items attributes object
-
id
string(uuid) The id that uniquely identifies a daily rated usage invoice line item.
-
customerProviderId
string | null The id of customer on the provider's side associated with the charge.
-
billingCurrency
string | null The billing currency code, in 3 letter format.
-
customerId
string(uuid) | null The id of the customer associated with 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.
-
customerName
string | null The company name of the customer.
-
customerInternalId
string | null The internal id of the customer associated with this 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.
-
providerSubscriptionId
string | null The id of the subscription associated with this charge on the provider's side.
-
subscriptionName
string | null The friendly name of the subscription.
-
subscriptionInternalId
string | null The internal id of the subscription associated with this charge.
-
entitlementId
string | null The id of the azure subscription associated to the charge.
-
entitlementDescription
string | null The name of the azure subscription associated to the charge.
-
resourceGroup
string | null The name of the resource group associated to the charge.
-
pecAwarded
boolean A boolean value indicating if the PEC was awarded on this charge.
-
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.
-
customerPriceMarginRule
string | null The margin rule and value applied at the customer level. If there is a price margin applied at the offer category, then that is the one chosen. However, if the subscription price margin is set, then it overrides this one.
-
customerPriceMargin
number(double) | null The margin value applied at the customer level. If there is a price margin applied at the offer category, then that is the one chosen.
-
subscriptionPriceMarginRule
string | null The margin rule applied at the subscription level (can be null). This margin overrides the customer's price margin, if it is set. We still show both the customer and subscription price margin.
-
subscriptionPriceMargin
number(double) | null The margin value applied at the subscription level (can be null). This margin overrides the customer's price margin, if it is set. We still show both the customer and subscription price margin.
-
subscriptionPONumber
string | null The purchase order number of the subscription associated with this charge.
-
-
continuationToken
string | null The token to continue to retrieve the paginated items. Should not be set if the first page of items is desired.