All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mercadopago.client.order.OrderShipmentRequest Maven / Gradle / Ivy

package com.mercadopago.client.order;

import lombok.Getter;

/** OrderShipmentRequest class. */
@Getter
public class OrderShipmentRequest {

    /** Receiver address information. */
    private OrderReceiverAddressRequest receiverAddress;

    /** Weight of the package. */
    private float width;

    /** Height of the package. */
    private float height;

    /** If the shipment is express. */
    private Boolean expressShipment;

    /** If to pick up on seller. */
    private Boolean pickUpOnSeller;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy