Compartir a través de


PaymentOptions.RequestShipping Propiedad

Definición

Indica si se va a solicitar el envío. Si este valor se establece en true, PaymentDetails.ShippingOptions no debe estar vacío.

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

Valor de propiedad

Boolean

bool

Obtiene o establece RequestShipping.

Se aplica a