Class Hold.ReleaseSchedule

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.reserve.Hold.ReleaseSchedule
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Hold

public static class Hold.ReleaseSchedule extends StripeObject
For more details about ReleaseSchedule, please refer to the API Reference.
  • Constructor Details

    • ReleaseSchedule

      public ReleaseSchedule()
  • Method Details

    • getReleaseAfter

      public Long getReleaseAfter()
      The time after which the ReserveHold is requested to be released.
    • getScheduledRelease

      public Long getScheduledRelease()
      The time at which the ReserveHold is scheduled to be released, automatically set to midnight UTC of the day after release_after.
    • setReleaseAfter

      public void setReleaseAfter(Long releaseAfter)
      The time after which the ReserveHold is requested to be released.
    • setScheduledRelease

      public void setScheduledRelease(Long scheduledRelease)
      The time at which the ReserveHold is scheduled to be released, automatically set to midnight UTC of the day after release_after.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object