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 Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier 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.StripeObject
deserializeStripeObject, 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()
-