ResolveCustomerResponse Class

(QtAws::MarketplaceMetering::ResolveCustomerResponse)

The ResolveCustomerResponse class provides an interace for MarketplaceMetering ResolveCustomer responses. More...

Header: #include <ResolveCustomerResponse>
Inherits: QtAws::MarketplaceMetering::MarketplaceMeteringResponse

Public Functions

ResolveCustomerResponse(const ResolveCustomerRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Reimplemented Public Functions

virtual const ResolveCustomerRequest *request() const override

Protected Slots

virtual void parseSuccess(QIODevice &response) override

Additional Inherited Members

Detailed Description

The ResolveCustomerResponse class provides an interace for MarketplaceMetering ResolveCustomer responses.

<fullname>AWS Marketplace Metering Service</fullname>

This reference provides descriptions of the low-level AWS Marketplace Metering Service

API>

AWS Marketplace sellers can use this API to submit usage data for custom usage

dimensions>

<b>Submitting Metering Records</b>

</p <ul> <li>

<i>MeterUsage</i>- Submits the metering record for a Marketplace product. MeterUsage is called from an EC2

instance> </li> <li>

<i>BatchMeterUsage</i>- Submits the metering record for a set of customers. BatchMeterUsage is called from a software-as-a-service (SaaS)

application> </li> </ul>

<b>Accepting New Customers</b>

</p <ul> <li>

<i>ResolveCustomer</i>- Called by a SaaS application during the registration process. When a buyer visits your website during the registration process, the buyer submits a Registration Token through the browser. The Registration Token is resolved through this API to obtain a CustomerIdentifier and Product

See also MarketplaceMeteringClient::resolveCustomer.

Member Function Documentation

ResolveCustomerResponse::ResolveCustomerResponse(const ResolveCustomerRequest &request, QNetworkReply * const reply, QObject * const parent = 0)

Constructs a ResolveCustomerResponse object for reply to request, with parent parent.

[override virtual protected slot] void ResolveCustomerResponse::parseSuccess(QIODevice &response)

Reimplemented from AwsAbstractResponse::parseSuccess().

Parses a successful MarketplaceMetering ResolveCustomer response.

[override virtual] const ResolveCustomerRequest *ResolveCustomerResponse::request() const

Reimplemented from AwsAbstractResponse::request().

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.