Class Authorization.AmountDetails

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.AmountDetails
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Authorization

public static class Authorization.AmountDetails extends StripeObject
  • Constructor Details

    • AmountDetails

      public AmountDetails()
  • Method Details

    • getAtmFee

      public Long getAtmFee()
      The fee charged by the ATM for the cash withdrawal.
    • getCashbackAmount

      public Long getCashbackAmount()
      The amount of cash requested by the cardholder.
    • setAtmFee

      public void setAtmFee(Long atmFee)
      The fee charged by the ATM for the cash withdrawal.
    • setCashbackAmount

      public void setCashbackAmount(Long cashbackAmount)
      The amount of cash requested by the cardholder.
    • 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