UnfulfilledConsumable
UnfulfilledConsumable
UnfulfilledConsumable
UnfulfilledConsumable
Class
Definition
Contains purchase and product information for an unfulfilled consumable in-app product.
public : sealed class UnfulfilledConsumable : IUnfulfilledConsumablepublic sealed class UnfulfilledConsumable : IUnfulfilledConsumablePublic NotInheritable Class UnfulfilledConsumable Implements IUnfulfilledConsumable// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Properties
OfferId OfferId OfferId OfferId
A unique ID used to identify a consumable in-app product within a large purchase catalog.
public : PlatForm::String OfferId { get; }public string OfferId { get; }Public ReadOnly Property OfferId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The offer ID.
ProductId ProductId ProductId ProductId
A unique ID used to identify a consumable in-app product. This ID is used by the app to get info about the product or feature that is enabled when the customer buys it through an in-app purchase.
public : PlatForm::String ProductId { get; }public string ProductId { get; }Public ReadOnly Property ProductId As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The product ID.
TransactionId TransactionId TransactionId TransactionId
A unique ID used to identify the transaction that included the purchase of a consumable in-app product.
public : PlatForm::Guid TransactionId { get; }public Guid TransactionId { get; }Public ReadOnly Property TransactionId As Guid// You can use this property in JavaScript.
- Value
- PlatForm::Guid Guid Guid Guid
The transaction ID.