PaymentRequestSubmitResult クラス

定義

支払い要求の送信結果を含むクラス。

public ref class PaymentRequestSubmitResult 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 PaymentRequestSubmitResult 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 PaymentRequestSubmitResult
Public NotInheritable Class PaymentRequestSubmitResult
継承
Object Platform::Object IInspectable PaymentRequestSubmitResult
属性

Windows の要件

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

注釈

このクラスのオブジェクトは、 PaymentMediator.SubmitPaymentRequestAsync メソッドを使用して作成および取得されます。

プロパティ

Response

支払い要求の送信からの応答。 StatusPaymentRequestStatus.Succeeded と等しい場合、これは null 以外になります。

Status

申請の状態。

適用対象