次の方法で共有


PaymentOptions.RequestShipping プロパティ

定義

発送を要求するかどうかを示します。 この値が true に設定されている場合、 PaymentDetails.ShippingOptions を 空にすることはできません。

public:
 property bool RequestShipping { bool get(); void set(bool value); };
bool RequestShipping();

void RequestShipping(bool value);
public bool RequestShipping { get; set; }
var boolean = paymentOptions.requestShipping;
paymentOptions.requestShipping = boolean;
Public Property RequestShipping As Boolean

プロパティ値

Boolean

bool

RequestShipping を取得または設定します。

適用対象