Struct rusoto_meteringmarketplace::ResolveCustomerRequest [] [src]

pub struct ResolveCustomerRequest {
    pub registration_token: NonEmptyString,
}

Contains input to the ResolveCustomer operation.

Fields

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.

Trait Implementations

impl Default for ResolveCustomerRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for ResolveCustomerRequest
[src]

Formats the value using the given formatter.

impl Clone for ResolveCustomerRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more