alias Stripe::TreasuryOutboundPaymentReturnedDetails
Overview
Details about a returned OutboundPayment. Only set when the status is returned
.
Alias Definition
Stripe::TreasuryOutboundPaymentsResourceReturnedStatus
Defined in:
stripe/models/treasury_outbound_payment_returned_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, declined, incorrect_account_holder_name, 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", "declined", "incorrect_account_holder_name", "invalid_account_number", "invalid_currency", "no_account", "other")