MicrosoftPayMethodData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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
MethodName |
The pay method name. |
Properties
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
ToPaymentMethodData() |
Get Microsoft Pay method data. |