Struct rusoto_meteringmarketplace::ResolveCustomerResult [] [src]

pub struct ResolveCustomerResult {
    pub customer_identifier: Option<CustomerIdentifier>,
    pub product_code: Option<ProductCode>,
}

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

Fields

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

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.

Trait Implementations

impl Default for ResolveCustomerResult
[src]

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

impl Debug for ResolveCustomerResult
[src]

Formats the value using the given formatter.

impl Clone for ResolveCustomerResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more