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
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The fee charged by the ATM for the cash withdrawal.The amount of cash requested by the cardholder.int
hashCode()
void
The fee charged by the ATM for the cash withdrawal.void
setCashbackAmount
(Long cashbackAmount) The amount of cash requested by the cardholder.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
AmountDetails
public AmountDetails()
-
-
Method Details
-
getAtmFee
The fee charged by the ATM for the cash withdrawal. -
getCashbackAmount
The amount of cash requested by the cardholder. -
setAtmFee
The fee charged by the ATM for the cash withdrawal. -
setCashbackAmount
The amount of cash requested by the cardholder. -
equals
-
canEqual
-
hashCode
public int hashCode()
-