PaymentShippingOption Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
PaymentShippingOption(String, PaymentCurrencyAmount) |
Erstellt ein neues PaymentShippingOption-Objekt . |
PaymentShippingOption(String, PaymentCurrencyAmount, Boolean) |
Erstellt ein neues PaymentShippingOption-Objekt . |
PaymentShippingOption(String, PaymentCurrencyAmount, Boolean, String) |
Erstellt ein neues PaymentShippingOption-Objekt . |
PaymentShippingOption(String, PaymentCurrencyAmount)
Erstellt ein neues PaymentShippingOption-Objekt .
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
Die Bezeichnung.
- amount
- PaymentCurrencyAmount
Der Betrag.
Gilt für:
PaymentShippingOption(String, PaymentCurrencyAmount, Boolean)
Erstellt ein neues PaymentShippingOption-Objekt .
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
Die Bezeichnung.
- amount
- PaymentCurrencyAmount
Der Betrag.
- selected
-
Boolean
bool
Gibt an, ob diese Option ausgewählt ist.
Gilt für:
PaymentShippingOption(String, PaymentCurrencyAmount, Boolean, String)
Erstellt ein neues PaymentShippingOption-Objekt .
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
Die Bezeichnung.
- amount
- PaymentCurrencyAmount
Der Betrag.
- selected
-
Boolean
bool
Gibt an, ob diese Option ausgewählt ist.
- tag
-
String
Platform::String
winrt::hstring
Das Tag.