Bagikan melalui


PaymentShippingOption Konstruktor

Definisi

Overload

PaymentShippingOption(String, PaymentCurrencyAmount)

Membuat objek PaymentShippingOption baru.

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean)

Membuat objek PaymentShippingOption baru.

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean, String)

Membuat objek PaymentShippingOption baru.

PaymentShippingOption(String, PaymentCurrencyAmount)

Membuat objek PaymentShippingOption baru.

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)

Parameter

label
String

Platform::String

winrt::hstring

Labelnya.

amount
PaymentCurrencyAmount

Jumlahnya.

Berlaku untuk

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean)

Membuat objek PaymentShippingOption baru.

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)

Parameter

label
String

Platform::String

winrt::hstring

Labelnya.

amount
PaymentCurrencyAmount

Jumlahnya.

selected
Boolean

bool

Apakah opsi ini dipilih.

Berlaku untuk

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean, String)

Membuat objek PaymentShippingOption baru.

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)

Parameter

label
String

Platform::String

winrt::hstring

Labelnya.

amount
PaymentCurrencyAmount

Jumlahnya.

selected
Boolean

bool

Apakah opsi ini dipilih.

tag
String

Platform::String

winrt::hstring

Tag.

Berlaku untuk