Package com.stripe.model.billingportal
Class Configuration.Features.SubscriptionUpdate.ScheduleAtPeriodEnd
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.billingportal.Configuration.Features.SubscriptionUpdate.ScheduleAtPeriodEnd
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Configuration.Features.SubscriptionUpdate
public static class Configuration.Features.SubscriptionUpdate.ScheduleAtPeriodEnd
extends StripeObject
For more details about ScheduleAtPeriodEnd, please refer to the API Reference.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
For more details about Condition, please refer to the API Reference. -
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
int
hashCode()
void
setConditions
(List<Configuration.Features.SubscriptionUpdate.ScheduleAtPeriodEnd.Condition> conditions) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ScheduleAtPeriodEnd
public ScheduleAtPeriodEnd()
-
-
Method Details
-
getConditions
public List<Configuration.Features.SubscriptionUpdate.ScheduleAtPeriodEnd.Condition> getConditions() -
setConditions
public void setConditions(List<Configuration.Features.SubscriptionUpdate.ScheduleAtPeriodEnd.Condition> conditions) -
equals
-
canEqual
-
hashCode
public int hashCode()
-