PaymentShippingOption 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.
Describes a shipping option.
[System.Obsolete("Bot Framework no longer supports payments.")]
public class PaymentShippingOption
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentShippingOption = class
Public Class PaymentShippingOption
- Inheritance
-
PaymentShippingOption
- Attributes
Constructors
PaymentShippingOption() |
Initializes a new instance of the PaymentShippingOption class. |
PaymentShippingOption(String, String, PaymentCurrencyAmount, Nullable<Boolean>) |
Initializes a new instance of the PaymentShippingOption class. |
Properties
Amount |
Gets or sets contains the monetary amount for the item. |
Id |
Gets or sets string identifier used to reference this PaymentShippingOption. |
Label |
Gets or sets human-readable description of the item. |
Selected |
Gets or sets indicates whether this is the default selected PaymentShippingOption. |