Class QuotePreviewInvoice.AmountsDue

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuotePreviewInvoice.AmountsDue
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
QuotePreviewInvoice

public static class QuotePreviewInvoice.AmountsDue extends StripeObject
  • Constructor Details

    • AmountsDue

      public AmountsDue()
  • Method Details

    • getAmount

      public Long getAmount()
      Incremental amount due for this payment in cents (or local equivalent).
    • getAmountPaid

      public Long getAmountPaid()
      The amount in cents (or local equivalent) that was paid for this payment.
    • getAmountRemaining

      public Long getAmountRemaining()
      The difference between the payment’s amount and amount_paid, in cents (or local equivalent).
    • getDaysUntilDue

      public Long getDaysUntilDue()
      Number of days from when invoice is finalized until the payment is due.
    • getDescription

      public String getDescription()
      An arbitrary string attached to the object. Often useful for displaying to users.
    • getDueDate

      public Long getDueDate()
      Date on which a payment plan’s payment is due.
    • getPaidAt

      public Long getPaidAt()
      Timestamp when the payment was paid.
    • getStatus

      public String getStatus()
      The status of the payment, one of open, paid, or past_due.
    • setAmount

      public void setAmount(Long amount)
      Incremental amount due for this payment in cents (or local equivalent).
    • setAmountPaid

      public void setAmountPaid(Long amountPaid)
      The amount in cents (or local equivalent) that was paid for this payment.
    • setAmountRemaining

      public void setAmountRemaining(Long amountRemaining)
      The difference between the payment’s amount and amount_paid, in cents (or local equivalent).
    • setDaysUntilDue

      public void setDaysUntilDue(Long daysUntilDue)
      Number of days from when invoice is finalized until the payment is due.
    • setDescription

      public void setDescription(String description)
      An arbitrary string attached to the object. Often useful for displaying to users.
    • setDueDate

      public void setDueDate(Long dueDate)
      Date on which a payment plan’s payment is due.
    • setPaidAt

      public void setPaidAt(Long paidAt)
      Timestamp when the payment was paid.
    • setStatus

      public void setStatus(String status)
      The status of the payment, one of open, paid, or past_due.
    • 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