See: Description
| Class | Description |
|---|---|
| CoinsReward |
Contains data about Amazon Coins that may be rewarded to customers after they purchase the associated
Product. |
| ModifySubscriptionResponse | |
| Product |
Represents an in-app product, such as consumable content, entitlement content,
or subscription content.
|
| ProductDataResponse |
Represents the result of a call to
PurchasingService.getProductData(java.util.Set). |
| Promotion |
Represents a promotion configured for a
Product |
| PromotionPlan |
Represents a promotion plan such as "Introductory promotion with $3.00 weekly for 3 terms",
where, the
Promotion object contains a list of such promotion plans |
| PurchaseResponse |
Represents the result of a call to
PurchasingService.purchase(String). |
| PurchaseUpdatesResponse |
Represents the result of a call to
PurchasingService.getPurchaseUpdates(boolean). |
| Receipt |
Represents the purchase of consumable content, entitlement content or
subscription content, as well as the renewal of a subscription.
|
| RequestId |
Represents the id of any in-app purchasing request.
|
| UserData |
Represents the user information of the customer that is used for in-app
purchases.
|
| UserDataRequest |
Request to initiate a query for User Data
|
| UserDataRequest.Builder |
Helps to construct a
UserDataRequest that is used to query user details |
| UserDataResponse |
Represents the result of a call to
PurchasingService.getUserData(). |
| UserProfileAccessResponse |
Represents the result of a call to
PurchasingService.requestUserProfileAccess() |
| Enum | Description |
|---|---|
| FulfillmentResult |
Represents the fulfillment result for an in-app purchase.
|
| LWAConsentStatus |
Supported LWA Consent status
|
| ModifySubscriptionResponse.RequestStatus | |
| ProductDataResponse.RequestStatus |
Represents the status of a product data request initiated by
PurchasingService.getProductData(java.util.Set). |
| ProductType |
Represents the type of product.
|
| ProrationMode | |
| PurchaseResponse.RequestStatus |
Represents the status of a purchase request initiated via
PurchasingService.purchase(String). |
| PurchaseUpdatesResponse.RequestStatus |
Represents the status of a purchase updates request initiated via
PurchasingService.getPurchaseUpdates(boolean). |
| UserDataResponse.RequestStatus |
Represents the status of a get user data request initiated by
PurchasingService.getUserData(). |
| UserProfileAccessConsentStatus |
Supported User Profile Access Consent Status
|
| UserProfileAccessResponse.RequestStatus |
Represents the status of auth code request initiated by
PurchasingService.requestUserProfileAccess(). |