UnfulfilledConsumable.TransactionId Property

Definition

A unique ID used to identify the transaction that included the purchase of a consumable in-app product.

public:
 property Platform::Guid TransactionId { Platform::Guid get(); };
winrt::guid TransactionId();
public Guid TransactionId { get; }
var guid = unfulfilledConsumable.transactionId;
Public ReadOnly Property TransactionId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

The transaction ID.

Applies to