PurchaseResults.ReceiptXml 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供購買應用程式內產品之交易歷程記錄的完整收據。
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
屬性值
XML 格式字串。
備註
如需收據內容的相關資訊,請參閱 使用收據來驗證產品購買。