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

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

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

import lombok.Getter;

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

    /** 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