次の方法で共有


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 を取得または設定します。

適用対象