Package com.stripe.model.issuing
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
-
-
Field Summary
-
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
-
Constructor Summary
Constructors Constructor Description AmountDetails()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.LonggetAtmFee()The fee charged by the ATM for the cash withdrawal.inthashCode()voidsetAtmFee(java.lang.Long atmFee)The fee charged by the ATM for the cash withdrawal.-
Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
-
-
-
Method Detail
-
getAtmFee
public java.lang.Long getAtmFee()
The fee charged by the ATM for the cash withdrawal.
-
setAtmFee
public void setAtmFee(java.lang.Long atmFee)
The fee charged by the ATM for the cash withdrawal.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-