Package com.stripe.model.issuing
Class Authorization.Treasury
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.issuing.Authorization.Treasury
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Authorization
The amount of cash requested by the cardholder.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
The array of ReceivedCredits associated with this authorizationThe array of ReceivedDebits associated with this authorizationThe Treasury Transaction associated with this authorizationint
hashCode()
void
setReceivedCredits
(List<String> receivedCredits) The array of ReceivedCredits associated with this authorizationvoid
setReceivedDebits
(List<String> receivedDebits) The array of ReceivedDebits associated with this authorizationvoid
setTransaction
(String transaction) The Treasury Transaction associated with this authorizationMethods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
Treasury
public Treasury()
-
-
Method Details
-
getReceivedCredits
The array of ReceivedCredits associated with this authorization -
getReceivedDebits
The array of ReceivedDebits associated with this authorization -
getTransaction
The Treasury Transaction associated with this authorization -
setReceivedCredits
The array of ReceivedCredits associated with this authorization -
setReceivedDebits
The array of ReceivedDebits associated with this authorization -
setTransaction
The Treasury Transaction associated with this authorization -
equals
-
canEqual
-
hashCode
public int hashCode()
-