UsageRecord
class UsageRecord
A UsageRecord
indicates a quantity of usage for a given product, customer, dimension and time.
Multiple requests with the same UsageRecords
as input will be de-duplicated to prevent double charges.
Types
Properties
Link copied to clipboard
The CustomerIdentifier
is obtained through the ResolveCustomer
operation and represents an individual buyer in your application.
Link copied to clipboard
The set of UsageAllocations
to submit. The sum of all UsageAllocation
quantities must equal the Quantity of the UsageRecord
.