PaymentShippingOption interface

Warning

This API is now deprecated.

Bot Framework no longer supports payments

Describes a shipping option

Properties

amount

Contains the monetary amount for the item

id

String identifier used to reference this PaymentShippingOption

label

Human-readable description of the item

selected

Indicates whether this is the default selected PaymentShippingOption

Property Details

amount

Contains the monetary amount for the item

amount: PaymentCurrencyAmount

Property Value

id

String identifier used to reference this PaymentShippingOption

id: string

Property Value

string

label

Human-readable description of the item

label: string

Property Value

string

selected

Indicates whether this is the default selected PaymentShippingOption

selected: boolean

Property Value

boolean