ResolveCustomerResponse
class ResolveCustomerResponse
The result of the ResolveCustomer
operation. Contains the CustomerIdentifier
along with the CustomerAWSAccountId
and ProductCode
.
Types
Properties
Link copied to clipboard
The CustomerAWSAccountId
provides the AWS account ID associated with the CustomerIdentifier
for the individual customer.
Link copied to clipboard
The CustomerIdentifier
is used to identify an individual customer in your application. Calls to BatchMeterUsage
require CustomerIdentifiers
for each UsageRecord
.
Link copied to clipboard
The product code is returned to confirm that the buyer is registering for your product. Subsequent BatchMeterUsage
calls should be made using this product code.