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
For more details about Treasury, please refer to the API
 Reference.
- 
Field SummaryFields inherited from class com.stripe.model.StripeObjectPRETTY_PRINT_GSON
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected booleanbooleanThe array of ReceivedCredits associated with this authorizationThe array of ReceivedDebits associated with this authorizationThe Treasury Transaction associated with this authorizationinthashCode()voidsetReceivedCredits(List<String> receivedCredits) The array of ReceivedCredits associated with this authorizationvoidsetReceivedDebits(List<String> receivedDebits) The array of ReceivedDebits associated with this authorizationvoidsetTransaction(String transaction) The Treasury Transaction associated with this authorizationMethods inherited from class com.stripe.model.StripeObjectdeserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
- 
Constructor Details- 
Treasurypublic Treasury()
 
- 
- 
Method Details- 
getReceivedCreditsThe array of ReceivedCredits associated with this authorization
- 
getReceivedDebitsThe array of ReceivedDebits associated with this authorization
- 
getTransactionThe Treasury Transaction associated with this authorization
- 
setReceivedCreditsThe array of ReceivedCredits associated with this authorization
- 
setReceivedDebitsThe array of ReceivedDebits associated with this authorization
- 
setTransactionThe Treasury Transaction associated with this authorization
- 
equals
- 
canEqual
- 
hashCodepublic int hashCode()
 
-