public static class Authorization.AmountDetails extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
AmountDetails() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.lang.Long |
getAtmFee()
The fee charged by the ATM for the cash withdrawal.
|
int |
hashCode() |
void |
setAtmFee(java.lang.Long atmFee)
The fee charged by the ATM for the cash withdrawal.
|
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
public java.lang.Long getAtmFee()
public void setAtmFee(java.lang.Long atmFee)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
protected boolean canEqual(java.lang.Object other)
public int hashCode()
hashCode
in class java.lang.Object