PaymentMediator 类

定义

此类用于提交付款请求。

在桌面应用中,在以显示 UI 的方式使用此类的实例之前,需要将该对象与其所有者的窗口句柄相关联。 有关详细信息和代码示例,请参阅 显示依赖于 CoreWindow 的 WinRT UI 对象

public ref class PaymentMediator sealed
/// [Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
/// [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 PaymentMediator final
[Windows.Foundation.Metadata.Activatable(262144, "Windows.Foundation.UniversalApiContract")]
[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 PaymentMediator
function PaymentMediator()
Public NotInheritable Class PaymentMediator
继承
Object Platform::Object IInspectable PaymentMediator
属性

Windows 要求

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

注解

版本历史记录

Windows 版本 SDK 版本 已添加值
1709 16299 CanMakePaymentAsync

构造函数

PaymentMediator()

创建新的 PaymentMediator 对象。

在桌面应用中,在以显示 UI 的方式使用此类的实例之前,需要将该对象与其所有者的窗口句柄相关联。 有关详细信息和代码示例,请参阅 显示依赖于 CoreWindow 的 WinRT UI 对象

方法

CanMakePaymentAsync(PaymentRequest)

此方法检查是否可以在 paymentRequest 上付款。

GetSupportedMethodIdsAsync()

获取当前支持的付款方式列表。

SubmitPaymentRequestAsync(PaymentRequest, PaymentRequestChangedHandler)

提交付款请求。

SubmitPaymentRequestAsync(PaymentRequest)

提交付款请求。

适用于