PaymentResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含付款响应的类。 此类反映 W3C PaymentResponse 接口。
public ref class PaymentResponse 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 PaymentResponse 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 PaymentResponse
Public NotInheritable Class PaymentResponse
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
|
注解
此类类型的对象是通过 PaymentRequestSubmitResult.Response 属性创建和检索的。
属性
PayerEmail |
付款人电子邮件。 |
PayerName |
付款人姓名。 |
PayerPhoneNumber |
付款人电话号码。 |
PaymentToken |
付款令牌。 |
ShippingAddress |
送货地址。 |
ShippingOption |
发货选项 |
方法
CompleteAsync(PaymentRequestCompletionStatus) |
完成付款响应。 |