alias Stripe::TreasuryInboundTransferFailureDetails
Overview
Details about this InboundTransfer's failure. Only set when status is failed
.
Alias Definition
Stripe::TreasuryInboundTransfersResourceFailureDetails
Defined in:
stripe/models/treasury_inbound_transfer_failure_details.crConstant Summary
-
ERROR_MESSAGE_FOR_CODE =
"invalid value for \"code\", must be 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, other]."
-
VALID_VALUES_FOR_CODE =
String.static_array("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", "other")