Share via


StorePreviewPurchaseResults.ProductPurchaseStatus Property

Definition

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.

Applies to