Package com.stripe.model
Class Subscription.BillingSchedule
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Subscription.BillingSchedule
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Subscription
Sets the billing schedule for the subscription.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Represents the entities that the billing schedule applies to.static class
Specifies the billing period. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Specifies which subscription items the billing schedule applies to.Specifies the billing period.getKey()
Unique identifier for the billing schedule.int
hashCode()
void
setAppliesTo
(List<Subscription.BillingSchedule.AppliesTo> appliesTo) Specifies which subscription items the billing schedule applies to.void
Specifies the billing period.void
Unique 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. -
getBillUntil
Specifies the billing period. -
getKey
Unique identifier for the billing schedule. -
setAppliesTo
Specifies which subscription items the billing schedule applies to. -
setBillUntil
Specifies the billing period. -
setKey
Unique identifier for the billing schedule. -
equals
-
canEqual
-
hashCode
public int hashCode()
-