PaymentItem Class

Definition

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.

Applies to