다음을 통해 공유


PaymentOptions.ShippingType 속성

정의

배송 유형입니다.

public:
 property PaymentShippingType ShippingType { PaymentShippingType get(); void set(PaymentShippingType value); };
PaymentShippingType ShippingType();

void ShippingType(PaymentShippingType value);
public PaymentShippingType ShippingType { get; set; }
var paymentShippingType = paymentOptions.shippingType;
paymentOptions.shippingType = paymentShippingType;
Public Property ShippingType As PaymentShippingType

속성 값

ShippingType을 가져오거나 설정합니다.

적용 대상