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
Get expanded
mandate
.-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
getCode()
Reason for the return.Get ID of expandabletransaction
object.Get expandedtransaction
.int
hashCode()
void
Reason for the return.void
setTransaction
(String id) void
setTransactionObject
(Transaction expandableObject) Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
ReturnedDetails
public ReturnedDetails()
-
-
Method Details
-
getTransaction
Get ID of expandabletransaction
object. -
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()
-