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

com.mercadopago.resources.order.OrderShipment Maven / Gradle / Ivy

The newest version!
package com.mercadopago.resources.order;

import lombok.Getter;

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

    /** Receiver address information. */
    private OrderReceiverAddress 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