共用方式為


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

提交的狀態。

適用於