PaymentDetails.ShippingOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a sequence containing the different shipping options for the user to choose from.
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)
Property Value
The the different shipping options for the user to choose from.