PaymentItem 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.
Indicates what the payment request is for and the value asked for.
[System.Obsolete("Bot Framework no longer supports payments.")]
public class PaymentItem
[<System.Obsolete("Bot Framework no longer supports payments.")>]
type PaymentItem = class
Public Class PaymentItem
- Inheritance
-
PaymentItem
- Attributes
Constructors
PaymentItem() |
Initializes a new instance of the PaymentItem class. |
PaymentItem(String, PaymentCurrencyAmount, Nullable<Boolean>) |
Initializes a new instance of the PaymentItem class. |
Properties
Amount |
Gets or sets monetary amount for the item. |
Label |
Gets or sets human-readable description of the item. |
Pending |
Gets or sets when set to true this flag means that the amount field is not final. |