Class Quote.SubscriptionData.BillingSchedule.BillFrom

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

public static class Quote.SubscriptionData.BillingSchedule.BillFrom extends StripeObject
For more details about BillFrom, please refer to the API Reference.
  • Constructor Details

    • BillFrom

      public BillFrom()
  • Method Details

    • getComputedTimestamp

      public Long getComputedTimestamp()
      The time the billing schedule applies from.
    • getLineStartsAt

      Lets you bill the period starting from a particular Quote line.
    • getTimestamp

      public Long getTimestamp()
      Use a precise Unix timestamp for prebilling to start. Must be earlier than bill_until.
    • getType

      public String getType()
      Describes how the billing schedule determines the start date. Possible values are timestamp, relative, amendment_start, now, quote_acceptance_date, line_starts_at, or pause_collection_start.

      One of line_starts_at, pause_collection_start, quote_acceptance_date, or timestamp.

    • setComputedTimestamp

      public void setComputedTimestamp(Long computedTimestamp)
      The time the billing schedule applies from.
    • setLineStartsAt

      public void setLineStartsAt(Quote.SubscriptionData.BillingSchedule.BillFrom.LineStartsAt lineStartsAt)
      Lets you bill the period starting from a particular Quote line.
    • setTimestamp

      public void setTimestamp(Long timestamp)
      Use a precise Unix timestamp for prebilling to start. Must be earlier than bill_until.
    • setType

      public void setType(String type)
      Describes how the billing schedule determines the start date. Possible values are timestamp, relative, amendment_start, now, quote_acceptance_date, line_starts_at, or pause_collection_start.

      One of line_starts_at, pause_collection_start, 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