PaymentShippingOption コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
PaymentShippingOption() | |
PaymentShippingOption(String, String, PaymentCurrencyAmount, Nullable<Boolean>) |
PaymentShippingOption()
public PaymentShippingOption ();
Public Sub New ()
適用対象
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)
パラメーター
- id
- String
- label
- String
- amount
- PaymentCurrencyAmount