PaymentShippingOption コンストラクター

定義

オーバーロード

PaymentShippingOption()

PaymentShippingOption クラスの新しいインスタンスを初期化します。

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

PaymentShippingOption クラスの新しいインスタンスを初期化します。

PaymentShippingOption()

PaymentShippingOption クラスの新しいインスタンスを初期化します。

public PaymentShippingOption ();
Public Sub New ()

適用対象

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

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)

パラメーター

id
String

この PaymentShippingOption を参照するために使用される文字列識別子。

label
String

人間が判読できる項目の説明。

amount
PaymentCurrencyAmount

アイテムの金額を格納します。

selected
Nullable<Boolean>

これが既定で選択された PaymentShippingOption であるかどうかを示します。

適用対象