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

com.mercadopago.resources.preference.PreferenceRoute Maven / Gradle / Ivy

There is a newer version: 2.1.29
Show newest version
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