Class QuotePreviewSubscriptionSchedule.BillingMode

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

public static class QuotePreviewSubscriptionSchedule.BillingMode extends StripeObject
The billing mode of the subscription.
  • Constructor Details

    • BillingMode

      public BillingMode()
  • Method Details

    • getType

      public String getType()
      Controls how prorations and invoices for subscriptions are calculated and orchestrated.

      One of classic, or flexible.

    • getUpdatedAt

      public Long getUpdatedAt()
      Details on when the current billing_mode was adopted.
    • setType

      public void setType(String type)
      Controls how prorations and invoices for subscriptions are calculated and orchestrated.

      One of classic, or flexible.

    • setUpdatedAt

      public void setUpdatedAt(Long updatedAt)
      Details on when the current billing_mode was adopted.
    • 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