PaymentShippingOption interface

警告

この API は非推奨になりました。

Bot Framework no longer supports payments

配送オプションについて説明します

プロパティ

amount

アイテムの金額を格納します

id

この PaymentShippingOption を参照するために使用される文字列識別子

label

人間が判読できる項目の説明

selected

これが既定で選択された PaymentShippingOption であるかどうかを示します

プロパティの詳細

amount

アイテムの金額を格納します

amount: PaymentCurrencyAmount

プロパティ値

id

この PaymentShippingOption を参照するために使用される文字列識別子

id: string

プロパティ値

string

label

人間が判読できる項目の説明

label: string

プロパティ値

string

selected

これが既定で選択された PaymentShippingOption であるかどうかを示します

selected: boolean

プロパティ値

boolean