Class PaymentIntent.PaymentDetails.CarRentalDatum.Pickup

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.PaymentIntent.PaymentDetails.CarRentalDatum.Pickup
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
PaymentIntent.PaymentDetails.CarRentalDatum

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

    • Pickup

      public Pickup()
  • Method Details

    • getAddress

      public Address getAddress()
    • getLocationName

      public String getLocationName()
      Name of the location.
    • getTime

      public Long getTime()
      Time associated with the location.
    • setAddress

      public void setAddress(Address address)
    • setLocationName

      public void setLocationName(String locationName)
      Name of the location.
    • setTime

      public void setTime(Long time)
      Time associated with the location.
    • 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