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

付款请求提交的响应。 如果 Status 等于 PaymentRequestStatus.Succeeded,则为非 null。

Status

提交的状态。

适用于