Package com.stripe.model.treasury
Class OutboundTransfer.ReturnedDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundTransfer.ReturnedDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
OutboundTransfer
Routing number of the bank account.
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleangetCode()Reason for the return.Get ID of expandabletransactionobject.Get expandedtransaction.inthashCode()voidReason for the return.voidsetTransaction(String id) voidsetTransactionObject(Transaction expandableObject) Methods inherited from class com.stripe.model.StripeObject
equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ReturnedDetails
public ReturnedDetails()
-
-
Method Details
-
getTransaction
Get ID of expandabletransactionobject. -
setTransaction
-
getTransactionObject
Get expandedtransaction. -
setTransactionObject
-
getCode
Reason for the return.One of
account_closed,account_frozen,bank_account_restricted,bank_ownership_changed,declined,incorrect_account_holder_name,invalid_account_number,invalid_currency,no_account, orother. -
setCode
Reason for the return.One of
account_closed,account_frozen,bank_account_restricted,bank_ownership_changed,declined,incorrect_account_holder_name,invalid_account_number,invalid_currency,no_account, orother. -
equals
-
canEqual
-
hashCode
public int hashCode()
-