Class Hold.ReleaseDetail

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

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

    • ReleaseDetail

      public ReleaseDetail()
  • Method Details

    • getAmount

      public Long getAmount()
      The amount released by the ReserveRelease from this ReserveHold. A positive integer representing how much is released in the smallest currency unit.
    • getReserveRelease

      public String getReserveRelease()
      The ReserveRelease which released funds from this ReserveHold (e.g., resrel_123).
    • setAmount

      public void setAmount(Long amount)
      The amount released by the ReserveRelease from this ReserveHold. A positive integer representing how much is released in the smallest currency unit.
    • setReserveRelease

      public void setReserveRelease(String reserveRelease)
      The ReserveRelease which released funds from this ReserveHold (e.g., resrel_123).
    • 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