PaymentShippingOption Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PaymentShippingOption() | |
PaymentShippingOption(String, String, PaymentCurrencyAmount, Nullable<Boolean>) |
PaymentShippingOption()
public PaymentShippingOption ();
Public Sub New ()
Gilt für:
PaymentShippingOption(String, String, PaymentCurrencyAmount, Nullable<Boolean>)
public PaymentShippingOption (string id = default, string label = default, Microsoft.Bot.Connector.PaymentCurrencyAmount amount = default, bool? selected = default);
new Microsoft.Bot.Connector.PaymentShippingOption : string * string * Microsoft.Bot.Connector.PaymentCurrencyAmount * Nullable<bool> -> Microsoft.Bot.Connector.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)
Parameter
- id
- String
- label
- String
- amount
- PaymentCurrencyAmount