![JAR search and dependency download from the Maven repository](/logo.png)
com.mercadopago.resources.preference.PreferenceRoute Maven / Gradle / Ivy
package com.mercadopago.resources.preference;
import java.time.OffsetDateTime;
import lombok.Getter;
/** Flight information. */
@Getter
public class PreferenceRoute {
/** Departure. */
private String departure;
/** Destination. */
private String destination;
/** Departure date. */
private OffsetDateTime departureDateTime;
/** Arrival date. */
private OffsetDateTime arrivalDateTime;
/** Company. */
private String company;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy