Class InvoicePayment.StatusTransitions

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

public static class InvoicePayment.StatusTransitions extends StripeObject
For more details about StatusTransitions, please refer to the API Reference.
  • Constructor Details

    • StatusTransitions

      public StatusTransitions()
  • Method Details

    • getCanceledAt

      public Long getCanceledAt()
      The time that the payment was canceled.
    • getPaidAt

      public Long getPaidAt()
      The time that the payment succeeded.
    • setCanceledAt

      public void setCanceledAt(Long canceledAt)
      The time that the payment was canceled.
    • setPaidAt

      public void setPaidAt(Long paidAt)
      The time that the payment succeeded.
    • 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