Package com.stripe.model
Class QuotePreviewSubscriptionSchedule.BillingSchedule
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.QuotePreviewSubscriptionSchedule.BillingSchedule
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- QuotePreviewSubscriptionSchedule
Sets the billing schedule for the subscription.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents the entities that the billing schedule applies to.static classSpecifies the start of the billing period.static classSpecifies the end of billing period. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanSpecifies which subscription items the billing schedule applies to.Specifies the start of the billing period.Specifies the end of billing period.getKey()Unique identifier for the billing schedule.inthashCode()voidSpecifies which subscription items the billing schedule applies to.voidSpecifies the start of the billing period.voidSpecifies the end of billing period.voidUnique identifier for the billing schedule.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
BillingSchedule
public BillingSchedule()
-
-
Method Details
-
getAppliesTo
Specifies which subscription items the billing schedule applies to. -
getBillFrom
Specifies the start of the billing period. -
getBillUntil
Specifies the end of billing period. -
getKey
Unique identifier for the billing schedule. -
setAppliesTo
public void setAppliesTo(List<QuotePreviewSubscriptionSchedule.BillingSchedule.AppliesTo> appliesTo) Specifies which subscription items the billing schedule applies to. -
setBillFrom
Specifies the start of the billing period. -
setBillUntil
Specifies the end of billing period. -
setKey
Unique identifier for the billing schedule. -
equals
-
canEqual
-
hashCode
public int hashCode()
-