PurchaseResults.ReceiptXml 属性

定义

提供应用内产品购买交易历史记录的完整收据。

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

属性值

String

Platform::String

winrt::hstring

XML 格式的字符串。

注解

有关收据内容的信息,请参阅 使用收据验证产品购买情况。

适用于