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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe end of this phase of the subscription schedule.The start of this phase of the subscription schedule.inthashCode()voidsetEndDate(Long endDate) The end of this phase of the subscription schedule.voidsetStartDate(Long startDate) The start of this phase of the subscription schedule.Methods inherited from class com.stripe.model.StripeObject
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()
-