PaymentDetails.ShippingOptions Property

Definition

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.

Applies to