다음을 통해 공유


PaymentShippingOption 생성자

정의

오버로드

PaymentShippingOption(String, PaymentCurrencyAmount)

PaymentShippingOption 개체를 만듭니다.

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean)

PaymentShippingOption 개체를 만듭니다.

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean, String)

PaymentShippingOption 개체를 만듭니다.

PaymentShippingOption(String, PaymentCurrencyAmount)

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)

매개 변수

label
String

Platform::String

winrt::hstring

레이블입니다.

amount
PaymentCurrencyAmount

금액입니다.

적용 대상

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean)

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)

매개 변수

label
String

Platform::String

winrt::hstring

레이블입니다.

amount
PaymentCurrencyAmount

금액입니다.

selected
Boolean

bool

이 옵션을 선택했는지 여부입니다.

적용 대상

PaymentShippingOption(String, PaymentCurrencyAmount, Boolean, String)

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)

매개 변수

label
String

Platform::String

winrt::hstring

레이블입니다.

amount
PaymentCurrencyAmount

금액입니다.

selected
Boolean

bool

이 옵션을 선택했는지 여부입니다.

tag
String

Platform::String

winrt::hstring

태그.

적용 대상