Package com.stripe.model
Class SubscriptionSchedule.CurrentPhase
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.SubscriptionSchedule.CurrentPhase
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- SubscriptionSchedule
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The end of this phase of the subscription schedule.The start of this phase of the subscription schedule.int
hashCode()
void
setEndDate
(Long endDate) The end of this phase of the subscription schedule.void
setStartDate
(Long startDate) The start of this phase of the subscription schedule.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
CurrentPhase
public CurrentPhase()
-
-
Method Details
-
getEndDate
The end of this phase of the subscription schedule. -
getStartDate
The start of this phase of the subscription schedule. -
setEndDate
The end of this phase of the subscription schedule. -
setStartDate
The start of this phase of the subscription schedule. -
equals
-
canEqual
-
hashCode
public int hashCode()
-