Package com.stripe.model.treasury
Class OutboundPayment.ReturnedDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.OutboundPayment.ReturnedDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- OutboundPayment
For more details about ReturnedDetails, 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 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
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, 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()
-