Package com.stripe.model.reserve
Class Plan.RollingRelease
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.reserve.Plan.RollingRelease
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Plan
For more details about RollingRelease, 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 booleanbooleanThe number of days to reserve funds before releasing.The time at which the ReservePlan expires.inthashCode()voidsetDaysAfterCharge(Long daysAfterCharge) The number of days to reserve funds before releasing.voidsetExpiresOn(Long expiresOn) The time at which the ReservePlan expires.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
RollingRelease
public RollingRelease()
-
-
Method Details
-
getDaysAfterCharge
The number of days to reserve funds before releasing. -
getExpiresOn
The time at which the ReservePlan expires. -
setDaysAfterCharge
The number of days to reserve funds before releasing. -
setExpiresOn
The time at which the ReservePlan expires. -
equals
-
canEqual
-
hashCode
public int hashCode()
-