PaymentDetails.ShippingOptions Eigenschap

Definitie

Hiermee wordt een reeks opgehaald of ingesteld met de verschillende verzendopties waaruit de gebruiker kan kiezen.

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)

Waarde van eigenschap

De verschillende verzendopties waaruit de gebruiker kan kiezen.

Van toepassing op