次の方法で共有


PaymentShippingOption コンストラクター

定義

オーバーロード

PaymentShippingOption(String, PaymentCurrencyAmount)

新しい PaymentShippingOption オブジェクトを 作成します。

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean)

新しい PaymentShippingOption オブジェクトを 作成します。

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean, String)

新しい PaymentShippingOption オブジェクトを 作成します。

PaymentShippingOption(String, PaymentCurrencyAmount)

public:
 PaymentShippingOption(Platform::String ^ label, PaymentCurrencyAmount ^ amount);
 PaymentShippingOption(winrt::hstring const& label, PaymentCurrencyAmount const& amount);
public PaymentShippingOption(string label, PaymentCurrencyAmount amount);
function PaymentShippingOption(label, amount)
Public Sub New (label As String, amount As PaymentCurrencyAmount)

パラメーター

label
String

Platform::String

winrt::hstring

ラベル。

amount
PaymentCurrencyAmount

金額。

適用対象

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean)

public:
 PaymentShippingOption(Platform::String ^ label, PaymentCurrencyAmount ^ amount, bool selected);
 PaymentShippingOption(winrt::hstring const& label, PaymentCurrencyAmount const& amount, bool const& selected);
public PaymentShippingOption(string label, PaymentCurrencyAmount amount, bool selected);
function PaymentShippingOption(label, amount, selected)
Public Sub New (label As String, amount As PaymentCurrencyAmount, selected As Boolean)

パラメーター

label
String

Platform::String

winrt::hstring

ラベル。

amount
PaymentCurrencyAmount

金額。

selected
Boolean

bool

このオプションが選択されているかどうか。

適用対象

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean, String)

public:
 PaymentShippingOption(Platform::String ^ label, PaymentCurrencyAmount ^ amount, bool selected, Platform::String ^ tag);
 PaymentShippingOption(winrt::hstring const& label, PaymentCurrencyAmount const& amount, bool const& selected, winrt::hstring const& tag);
public PaymentShippingOption(string label, PaymentCurrencyAmount amount, bool selected, string tag);
function PaymentShippingOption(label, amount, selected, tag)
Public Sub New (label As String, amount As PaymentCurrencyAmount, selected As Boolean, tag As String)

パラメーター

label
String

Platform::String

winrt::hstring

ラベル。

amount
PaymentCurrencyAmount

金額。

selected
Boolean

bool

このオプションが選択されているかどうか。

tag
String

Platform::String

winrt::hstring

タグ。

適用対象