다음을 통해 공유


PaymentShippingOption 생성자

정의

오버로드

PaymentShippingOption()

PaymentShippingOption 클래스의 새 인스턴스를 초기화합니다.

PaymentShippingOption(String, String, PaymentCurrencyAmount, Nullable<Boolean>)

PaymentShippingOption 클래스의 새 인스턴스를 초기화합니다.

PaymentShippingOption()

PaymentShippingOption 클래스의 새 인스턴스를 초기화합니다.

public PaymentShippingOption();
Public Sub New ()

적용 대상

PaymentShippingOption(String, String, PaymentCurrencyAmount, Nullable<Boolean>)

PaymentShippingOption 클래스의 새 인스턴스를 초기화합니다.

public PaymentShippingOption(string id = default, string label = default, Microsoft.Bot.Schema.PaymentCurrencyAmount amount = default, bool? selected = default);
new Microsoft.Bot.Schema.PaymentShippingOption : string * string * Microsoft.Bot.Schema.PaymentCurrencyAmount * Nullable<bool> -> Microsoft.Bot.Schema.PaymentShippingOption
Public Sub New (Optional id As String = Nothing, Optional label As String = Nothing, Optional amount As PaymentCurrencyAmount = Nothing, Optional selected As Nullable(Of Boolean) = Nothing)

매개 변수

id
String

이 PaymentShippingOption을 참조하는 데 사용되는 문자열 식별자입니다.

label
String

항목에 대한 사람이 읽을 수 있는 설명입니다.

amount
PaymentCurrencyAmount

항목에 대한 금액이 들어 있습니다.

selected
Nullable<Boolean>

기본 선택 PaymentShippingOption인지 여부를 나타냅니다.

적용 대상