Class Invoice.StatusTransitions

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

public static class Invoice.StatusTransitions extends StripeObject
The amount on which tax is calculated, in cents (or local equivalent).
  • Constructor Details

    • StatusTransitions

      public StatusTransitions()
  • Method Details

    • getFinalizedAt

      public Long getFinalizedAt()
      The time that the invoice draft was finalized.
    • getMarkedUncollectibleAt

      public Long getMarkedUncollectibleAt()
      The time that the invoice was marked uncollectible.
    • getPaidAt

      public Long getPaidAt()
      The time that the invoice was paid.
    • getVoidedAt

      public Long getVoidedAt()
      The time that the invoice was voided.
    • setFinalizedAt

      public void setFinalizedAt(Long finalizedAt)
      The time that the invoice draft was finalized.
    • setMarkedUncollectibleAt

      public void setMarkedUncollectibleAt(Long markedUncollectibleAt)
      The time that the invoice was marked uncollectible.
    • setPaidAt

      public void setPaidAt(Long paidAt)
      The time that the invoice was paid.
    • setVoidedAt

      public void setVoidedAt(Long voidedAt)
      The time that the invoice was voided.
    • 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