Class Quote.SubscriptionData.BillOnAcceptance.BillFrom

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

public static class Quote.SubscriptionData.BillOnAcceptance.BillFrom extends StripeObject
  • Constructor Details

    • BillFrom

      public BillFrom()
  • Method Details

    • getComputed

      public Long getComputed()
      The materialized time.
    • getLineStartsAt

      The timestamp the given line starts at.
    • getTimestamp

      public Long getTimestamp()
      A precise Unix timestamp.
    • getType

      public String getType()
      The type of method to specify the bill_from time.

      One of line_starts_at, now, quote_acceptance_date, or timestamp.

    • setComputed

      public void setComputed(Long computed)
      The materialized time.
    • setLineStartsAt

      public void setLineStartsAt(Quote.SubscriptionData.BillOnAcceptance.BillFrom.LineStartsAt lineStartsAt)
      The timestamp the given line starts at.
    • setTimestamp

      public void setTimestamp(Long timestamp)
      A precise Unix timestamp.
    • setType

      public void setType(String type)
      The type of method to specify the bill_from time.

      One of line_starts_at, now, quote_acceptance_date, or timestamp.

    • 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