StorePreviewPurchaseResults.ProductPurchaseStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the current state of the purchase transaction for an in-app product SKU that was purchased by using the RequestProductPurchaseByProductIdAndSkuIdAsync method.
public:
property StorePreviewProductPurchaseStatus ProductPurchaseStatus { StorePreviewProductPurchaseStatus get(); };
StorePreviewProductPurchaseStatus ProductPurchaseStatus();
public StorePreviewProductPurchaseStatus ProductPurchaseStatus { get; }
var storePreviewProductPurchaseStatus = storePreviewPurchaseResults.productPurchaseStatus;
Public ReadOnly Property ProductPurchaseStatus As StorePreviewProductPurchaseStatus
Property Value
The status of the purchase transaction.