Partager via


PaymentShippingOption Constructeurs

Définition

Surcharges

PaymentShippingOption(String, PaymentCurrencyAmount)

Crée un objet PaymentShippingOption .

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean)

Crée un objet PaymentShippingOption .

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean, String)

Crée un objet PaymentShippingOption .

PaymentShippingOption(String, PaymentCurrencyAmount)

Crée un objet PaymentShippingOption .

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)

Paramètres

label
String

Platform::String

winrt::hstring

Étiquette.

amount
PaymentCurrencyAmount

Montant.

S’applique à

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean)

Crée un objet PaymentShippingOption .

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)

Paramètres

label
String

Platform::String

winrt::hstring

Étiquette.

amount
PaymentCurrencyAmount

Montant.

selected
Boolean

bool

Indique si cette option est sélectionnée.

S’applique à

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean, String)

Crée un objet PaymentShippingOption .

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)

Paramètres

label
String

Platform::String

winrt::hstring

Étiquette.

amount
PaymentCurrencyAmount

Montant.

selected
Boolean

bool

Indique si cette option est sélectionnée.

tag
String

Platform::String

winrt::hstring

La balise.

S’applique à