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

com.amadeus.resources.FlightPayment Maven / Gradle / Ivy

package com.amadeus.resources;

import lombok.Getter;
import lombok.ToString;

/**
 * An FlightPayment object as returned by the Flight Offers Price API.
 * @see amadeus.shopping.flightOffersSearch.pricing#post()
 */
@ToString
public class FlightPayment extends Resource {
  private @Getter String brand;
  private @Getter Integer binNumber;
  private @Getter String[] flightOfferIds;

  protected FlightPayment() {}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy