You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MarketplaceMetering::Types::ResolveCustomerResult

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The result of the ResolveCustomer operation. Contains the CustomerIdentifier and product code.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#customer_identifierString

The CustomerIdentifier is used to identify an individual customer in your application. Calls to BatchMeterUsage require CustomerIdentifiers for each UsageRecord.

Returns:

  • (String)

    The CustomerIdentifier is used to identify an individual customer in your application.

#product_codeString

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.

Returns:

  • (String)

    The product code is returned to confirm that the buyer is registering for your product.