PaymentMediator Class

Definition

This class is used to submit payment requests.

In a desktop app, before using an instance of this class in a way that displays UI, you'll need to associate the object with its owner's window handle. For more info, and code examples, see Display WinRT UI objects that depend on CoreWindow.

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
Inheritance
Object Platform::Object IInspectable PaymentMediator
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Remarks

Version history

Windows version SDK version Value added
1709 16299 CanMakePaymentAsync

Constructors

PaymentMediator()

Creates a new PaymentMediator object.

In a desktop app, before using an instance of this class in a way that displays UI, you'll need to associate the object with its owner's window handle. For more info, and code examples, see Display WinRT UI objects that depend on CoreWindow.

Methods

CanMakePaymentAsync(PaymentRequest)

This method checks if a payment can be made on the paymentRequest.

GetSupportedMethodIdsAsync()

Gets the list of payment methods currently supported.

SubmitPaymentRequestAsync(PaymentRequest)

Submits a payment request.

SubmitPaymentRequestAsync(PaymentRequest, PaymentRequestChangedHandler)

Submits a payment request.

Applies to