PaymentOptions.ShippingType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
出荷の種類。
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 を取得または設定します。