PurchaseResults.ReceiptXml Property

Definition

A full receipt that provides a transaction history for the purchase of an in-app product.

public:
 property Platform::String ^ ReceiptXml { Platform::String ^ get(); };
winrt::hstring ReceiptXml();
public string ReceiptXml { get; }
var string = purchaseResults.receiptXml;
Public ReadOnly Property ReceiptXml As String

Property Value

String

Platform::String

winrt::hstring

An XML-formatted string.

Remarks

For information about the contents of the receipt, see Using receipts to verify product purchases.

Applies to