PaymentItem interface 
Warning
This API is now deprecated.
Bot Framework no longer supports payments
Indicates what the payment request is for and the value asked for
Properties
| amount | Monetary amount for the item  | 
| label | Human-readable description of the item  | 
| pending | When set to true this flag means that the amount field is not final.  | 
Property Details
amount
label
Human-readable description of the item
label: string
				Property Value
string
pending
When set to true this flag means that the amount field is not final.
pending: boolean
				Property Value
boolean