다음을 통해 공유


PaymentResponse.ShippingOption 속성

정의

PaymentRequest 생성자에 전달된 PaymentOptions에서 requestShipping 플래그가 true로 설정된 경우 shippingOption이 선택한 배송 옵션의 ID 특성이 되는지 여부를 가져오거나 설정합니다.

public string ShippingOption { get; set; }
member this.ShippingOption : string with get, set
Public Property ShippingOption As String

속성 값

배송 옵션 ID입니다.

적용 대상