PaymentDetails interface 
Warning
This API is now deprecated.
Bot Framework no longer supports payments
Provides information about the requested transaction
Properties
| display | 
	Contains line items for the payment request that the user agent may display  | 
| error | Error description  | 
| modifiers | Contains modifiers for particular payment method identifiers  | 
| shipping | 
	A sequence containing the different shipping options for the user to choose from  | 
| total | Contains the total amount of the payment request  | 
Property Details
		displayItems
	 
	Contains line items for the payment request that the user agent may display
displayItems: PaymentItem[]
				Property Value
error
Error description
error: string
				Property Value
string
modifiers
Contains modifiers for particular payment method identifiers
modifiers: PaymentDetailsModifier[]
				Property Value
		shippingOptions
	 
	A sequence containing the different shipping options for the user to choose from
shippingOptions: PaymentShippingOption[]