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

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

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

import lombok.Getter;

/** OrderRoute class. */
@Getter
public class OrderRoute {
    /** Departure city. */
    private String departure;

    /** Destination city. */
    private String destination;

    /** Departure date and time. */
    private String departureDateTime;

    /** Arrival date and time. */
    private String arrivalDateTime;

    /** Company name. */
    private String company;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy