Class Transaction.PurchaseDetails.Lodging

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Transaction.PurchaseDetails.Lodging
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Transaction.PurchaseDetails

public static class Transaction.PurchaseDetails.Lodging extends StripeObject
  • Constructor Details

    • Lodging

      public Lodging()
  • Method Details

    • getCheckInAt

      public Long getCheckInAt()
      The time of checking into the lodging.
    • getNights

      public Long getNights()
      The number of nights stayed at the lodging.
    • setCheckInAt

      public void setCheckInAt(Long checkInAt)
      The time of checking into the lodging.
    • setNights

      public void setNights(Long nights)
      The number of nights stayed at the lodging.
    • 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