Stripe.Params.TestHelpers.Treasury.InboundTransferFailParams
(tiger_stripe v0.3.0)
Copy Markdown
View Source
Parameters for inbound transfer fail.
Summary
Types
code- Reason for the failure. Possible values: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.
@type t() :: %Stripe.Params.TestHelpers.Treasury.InboundTransferFailParams{ expand: [String.t()] | nil, failure_details: failure_details() | nil }
expand- Specifies which fields in the response should be expanded.failure_details- Details about a failed InboundTransfer.