PaymentDetails interface

Warning

This API is now deprecated.

Bot Framework no longer supports payments

Provides information about the requested transaction

Properties

displayItems

Contains line items for the payment request that the user agent may display

error

Error description

modifiers

Contains modifiers for particular payment method identifiers

shippingOptions

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[]

Property Value

total

Contains the total amount of the payment request

total: PaymentItem

Property Value