Package com.stripe.model.reserve
Class Hold.ReleaseSchedule
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.reserve.Hold.ReleaseSchedule
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Hold
For more details about ReleaseSchedule, 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 time after which the ReserveHold is requested to be released.The time at which the ReserveHold is scheduled to be released, automatically set to midnight UTC of the day afterrelease_after.inthashCode()voidsetReleaseAfter(Long releaseAfter) The time after which the ReserveHold is requested to be released.voidsetScheduledRelease(Long scheduledRelease) The time at which the ReserveHold is scheduled to be released, automatically set to midnight UTC of the day afterrelease_after.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ReleaseSchedule
public ReleaseSchedule()
-
-
Method Details
-
getReleaseAfter
The time after which the ReserveHold is requested to be released. -
getScheduledRelease
The time at which the ReserveHold is scheduled to be released, automatically set to midnight UTC of the day afterrelease_after. -
setReleaseAfter
The time after which the ReserveHold is requested to be released. -
setScheduledRelease
The time at which the ReserveHold is scheduled to be released, automatically set to midnight UTC of the day afterrelease_after. -
equals
-
canEqual
-
hashCode
public int hashCode()
-