PaymentOptions.RequestShipping Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique s’il faut demander l’expédition. Si cette valeur est définie sur true, PaymentDetails.ShippingOptions ne doit pas être vide.
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
Valeur de propriété
Boolean
bool
Obtient ou définit RequestShipping.