PurchaseResults.ReceiptXml 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.
Overloads
ReceiptXml |
A full receipt that provides a transaction history for the purchase of an in-app product. |
ReceiptXml
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
An XML-formatted string.
Remarks
For information about the contents of the receipt, see Using receipts to verify product purchases.