PaymentResponse クラス

定義

支払い応答を含むクラス。 このクラスは 、W3C PaymentResponse インターフェイスを反映します

public ref class PaymentResponse sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PaymentResponse final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PaymentResponse
Public NotInheritable Class PaymentResponse
継承
Object Platform::Object IInspectable PaymentResponse
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

注釈

このクラス型のオブジェクトが作成され、 PaymentRequestSubmitResult.Response プロパティを使用して取得されます。

プロパティ

PayerEmail

支払者の電子メール。

PayerName

支払人の名前。

PayerPhoneNumber

支払者の電話番号。

PaymentToken

支払いトークン。

ShippingAddress

配送先住所。

ShippingOption

配送オプション

メソッド

CompleteAsync(PaymentRequestCompletionStatus)

支払い応答を完了します。

適用対象