Skip to main content
Version: 8.13.x

bfgpurchase.PurchaseStatus.Key Class

Enumerated list of key names for the associated values in the PurchaseStatus collection returned by bfgPurchase.getPurchaseStatus(productID). More...

Static Public Attributes

static final String ERROR_CODE = "ErrorCode"
 Error status code - String value.
 
static final String IS_CANCELED = "IsCanceled"
 The purchase was canceled by the user (not available in Amazon) - Boolean value.
 
static final String IS_RESTORED = "IsRestored"
 The product was restored from a previous purchase - Boolean value.
 
static final String IS_SUCCESSFUL = "IsSuccessful"
 The purchase was successful - Boolean value.
 
static final String PRODUCT_ID = "ProductId"
 The product ID (SKU) - String value.
 

Detailed Description

Enumerated list of key names for the associated values in the PurchaseStatus collection returned by bfgPurchase.getPurchaseStatus(productID).
Since
7.3
Enumerated list of key names for the associated values in the PurchaseStatus collection returned by bfgPurchase.getPurchaseStatus(productID). More...

Static Public Attributes

static final String ERROR_CODE = "ErrorCode"
 Error status code - String value.
 
static final String IS_CANCELED = "IsCanceled"
 The purchase was canceled by the user (not available in Amazon) - Boolean value.
 
static final String IS_RESTORED = "IsRestored"
 The product was restored from a previous purchase - Boolean value.
 
static final String IS_SUCCESSFUL = "IsSuccessful"
 The purchase was successful - Boolean value.
 
static final String PRODUCT_ID = "ProductId"
 The product ID (SKU) - String value.
 

Detailed Description

Enumerated list of key names for the associated values in the PurchaseStatus collection returned by bfgPurchase.getPurchaseStatus(productID).
Since
7.3