PaymentDetails.ShippingOptions プロパティ

定義

ユーザーが選択できるさまざまな配送オプションを含むシーケンスを取得または設定します。

public System.Collections.Generic.IList<Microsoft.Bot.Schema.PaymentShippingOption> ShippingOptions { get; set; }
member this.ShippingOptions : System.Collections.Generic.IList<Microsoft.Bot.Schema.PaymentShippingOption> with get, set
Public Property ShippingOptions As IList(Of PaymentShippingOption)

プロパティ値

ユーザーが選択できるさまざまな配送オプション。

適用対象