Compartir a través de


PaymentOptions.ShippingType Propiedad

Definición

Tipo de envío.

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 de propiedad

Obtiene o establece el valor shippingType.

Se aplica a