PaymentTransactionAcceptResult 类

定义

此类包含尝试接受付款交易后的状态。

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

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

注解

此类类型的对象是通过 PaymentTransaction.AcceptAsync 方法创建和检索的。

属性

Status

付款交易接受操作的状态。

适用于