Class Quote.StatusTransitions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Quote.StatusTransitions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Quote

public static class Quote.StatusTransitions extends StripeObject
Get expanded account.
  • Constructor Details

    • StatusTransitions

      public StatusTransitions()
  • Method Details

    • getAcceptedAt

      public Long getAcceptedAt()
      The time that the quote was accepted. Measured in seconds since Unix epoch.
    • getCanceledAt

      public Long getCanceledAt()
      The time that the quote was canceled. Measured in seconds since Unix epoch.
    • getFinalizedAt

      public Long getFinalizedAt()
      The time that the quote was finalized. Measured in seconds since Unix epoch.
    • setAcceptedAt

      public void setAcceptedAt(Long acceptedAt)
      The time that the quote was accepted. Measured in seconds since Unix epoch.
    • setCanceledAt

      public void setCanceledAt(Long canceledAt)
      The time that the quote was canceled. Measured in seconds since Unix epoch.
    • setFinalizedAt

      public void setFinalizedAt(Long finalizedAt)
      The time that the quote was finalized. Measured in seconds since Unix epoch.
    • 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