Package com.stripe.model.treasury
Class InboundTransfer.FailureDetails
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.treasury.InboundTransfer.FailureDetails
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- InboundTransfer
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
FailureDetails
public FailureDetails()
-
-
Method Details
-
getCode
Reason for the failure.One of
account_closed
,account_frozen
,bank_account_restricted
,bank_ownership_changed
,debit_not_authorized
,incorrect_account_holder_address
,incorrect_account_holder_name
,incorrect_account_holder_tax_id
,insufficient_funds
,invalid_account_number
,invalid_currency
,no_account
, orother
. -
setCode
Reason for the failure.One of
account_closed
,account_frozen
,bank_account_restricted
,bank_ownership_changed
,debit_not_authorized
,incorrect_account_holder_address
,incorrect_account_holder_name
,incorrect_account_holder_tax_id
,insufficient_funds
,invalid_account_number
,invalid_currency
,no_account
, orother
. -
equals
-
canEqual
-
hashCode
public int hashCode()
-