Class Plan.RollingRelease

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

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

    • RollingRelease

      public RollingRelease()
  • Method Details

    • getDaysAfterCharge

      public Long getDaysAfterCharge()
      The number of days to reserve funds before releasing.
    • getExpiresOn

      public Long getExpiresOn()
      The time at which the ReservePlan expires.
    • setDaysAfterCharge

      public void setDaysAfterCharge(Long daysAfterCharge)
      The number of days to reserve funds before releasing.
    • setExpiresOn

      public void setExpiresOn(Long expiresOn)
      The time at which the ReservePlan expires.
    • 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