다음을 통해 공유


PaymentDetails.ShippingOptions 속성

정의

사용자가 선택할 수 있는 다양한 배송 옵션이 포함된 시퀀스를 가져오거나 설정합니다.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.PaymentShippingOption> ShippingOptions { get; set; }
member this.ShippingOptions : System.Collections.Generic.IList<Microsoft.Bot.Schema.PaymentShippingOption> with get, set
Public Property ShippingOptions As IList(Of PaymentShippingOption)

속성 값

사용자가 선택할 수 있는 다양한 배송 옵션입니다.

적용 대상