Udostępnij przez


PaymentShippingOption Konstruktory

Definicja

Przeciążenia

PaymentShippingOption()

Inicjuje nowe wystąpienie klasy PaymentShippingOption.

PaymentShippingOption(String, String, PaymentCurrencyAmount, Nullable<Boolean>)

Inicjuje nowe wystąpienie klasy PaymentShippingOption.

PaymentShippingOption()

Inicjuje nowe wystąpienie klasy PaymentShippingOption.

public PaymentShippingOption();
Public Sub New ()

Dotyczy

PaymentShippingOption(String, String, PaymentCurrencyAmount, Nullable<Boolean>)

Inicjuje nowe wystąpienie klasy PaymentShippingOption.

public PaymentShippingOption(string id = default, string label = default, Microsoft.Bot.Schema.PaymentCurrencyAmount amount = default, bool? selected = default);
new Microsoft.Bot.Schema.PaymentShippingOption : string * string * Microsoft.Bot.Schema.PaymentCurrencyAmount * Nullable<bool> -> Microsoft.Bot.Schema.PaymentShippingOption
Public Sub New (Optional id As String = Nothing, Optional label As String = Nothing, Optional amount As PaymentCurrencyAmount = Nothing, Optional selected As Nullable(Of Boolean) = Nothing)

Parametry

id
String

Identyfikator ciągu używany do odwoływania się do tego elementu PaymentShippingOption.

label
String

Czytelny dla człowieka opis elementu.

amount
PaymentCurrencyAmount

Zawiera kwotę pieniężną dla elementu.

selected
Nullable<Boolean>

Wskazuje, czy jest to domyślna wybrana opcja PaymentShippingOption.

Dotyczy