BillingStatement ================ A BillingStatement resource represents a billing statement. Resource definition ------------------- .. literalinclude:: _static/BillingStatement.json :language: json +------------------+----------------+------------------------------------------------------------------------------+ | Name | Type | Description | +==================+================+==============================================================================+ | GroupId | int | | +------------------+----------------+------------------------------------------------------------------------------+ | Id | int | | +------------------+----------------+------------------------------------------------------------------------------+ | ProvisionType | Enum | None = 0, Seat = 1, Usage = 2, OneTime = 3, Crayon = 4, AzureMarketplace = 5 | +------------------+----------------+------------------------------------------------------------------------------+ | Organization | ObjectReference| The organization/reseller this BillingStatement is connected to. | +------------------+----------------+------------------------------------------------------------------------------+ | InvoiceProfile | ObjectReference| Invoice Profile used for billing. | +------------------+----------------+------------------------------------------------------------------------------+ | TotalSalesPrice | Price | | +------------------+----------------+------------------------------------------------------------------------------+ | StartDate | DateTimeOffset | | +------------------+----------------+------------------------------------------------------------------------------+ | EndDate | DateTimeOffset | | +------------------+----------------+------------------------------------------------------------------------------+ | OrderId | int | | +------------------+----------------+------------------------------------------------------------------------------+ | TotalHits | int | Total page iteration count | +------------------+----------------+------------------------------------------------------------------------------+ Operations on billing statements -------------------------------- - :doc:`/scenarios/billingstatements-get`