MicrosoftPayMethodData Class

Definition

Caution

Bot Framework no longer supports payments.

W3C Payment Method Data for Microsoft Pay.

[System.Obsolete("Bot Framework no longer supports payments.")]
public class MicrosoftPayMethodData
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type MicrosoftPayMethodData = class
Public Class MicrosoftPayMethodData
Inheritance
MicrosoftPayMethodData
Attributes

Constructors

Name Description
MicrosoftPayMethodData()

Initializes a new instance of the MicrosoftPayMethodData class.

MicrosoftPayMethodData(String, IList<String>, IList<String>, Boolean)

Initializes a new instance of the MicrosoftPayMethodData class.

MicrosoftPayMethodData(String, IList<String>, IList<String>)

Initializes a new instance of the MicrosoftPayMethodData class.

Fields

Name Description
MethodName

The pay method name.

Properties

Name Description
MerchantId

Gets or sets Microsoft Pay Merchant ID.

Mode

Gets or sets payment method mode.

SupportedNetworks

Gets or sets supported payment networks (e.g., "visa" and "mastercard").

SupportedTypes

Gets or sets supported payment types (e.g., "credit").

Methods

Name Description
ToPaymentMethodData()

Get Microsoft Pay method data.

Applies to