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

Class: Aws::MarketplaceMetering::Types::ResolveCustomerRequest

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

Overview

Note:

When passing ResolveCustomerRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  registration_token: "NonEmptyString", # required
}

Contains input to the ResolveCustomer operation.

Instance Attribute Summary collapse

Instance Attribute Details

#registration_tokenString

When a buyer visits your website during the registration process, the buyer submits a registration token through the browser. The registration token is resolved to obtain a CustomerIdentifier and product code.

Returns:

  • (String)

    When a buyer visits your website during the registration process, the buyer submits a registration token through the browser.