Class QuotePreviewSubscriptionSchedule.BillingSchedule.BillFrom

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

public static class QuotePreviewSubscriptionSchedule.BillingSchedule.BillFrom extends StripeObject
Specifies the start of the billing period.
  • Constructor Details

    • BillFrom

      public BillFrom()
  • Method Details

    • getComputedTimestamp

      public Long getComputedTimestamp()
      The time the billing schedule applies from.
    • 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.

      Equal to timestamp.

    • setComputedTimestamp

      public void setComputedTimestamp(Long computedTimestamp)
      The time the billing schedule applies from.
    • 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.

      Equal to 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