PaymentOptions.ShippingType Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
O tipo de envio.
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
Valor da propriedade
Obtém ou define o ShippingType.