Class PaymentIntent.PaymentDetails.FlightDatum.Segment.Arrival

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails.FlightDatum.Segment.Arrival
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.PaymentDetails.FlightDatum.Segment

public static class PaymentIntent.PaymentDetails.FlightDatum.Segment.Arrival extends StripeObject
For more details about Arrival, please refer to the API Reference.
  • Constructor Details

    • Arrival

      public Arrival()
  • Method Details

    • getAirport

      public String getAirport()
      Arrival airport IATA code.
    • getArrivesAt

      public Long getArrivesAt()
      Arrival date and time.
    • getCity

      public String getCity()
      Arrival city.
    • getCountry

      public String getCountry()
      Arrival country.
    • setAirport

      public void setAirport(String airport)
      Arrival airport IATA code.
    • setArrivesAt

      public void setArrivesAt(Long arrivesAt)
      Arrival date and time.
    • setCity

      public void setCity(String city)
      Arrival city.
    • setCountry

      public void setCountry(String country)
      Arrival country.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object