Stripe.Params.TestHelpers.Treasury.OutboundPaymentReturnOutboundPaymentParams (tiger_stripe v0.3.0)

Copy Markdown View Source

Parameters for outbound payment return outbound payment.

Summary

Types

returned_details()

@type returned_details() :: %{
  optional(:code) => String.t() | nil,
  optional(String.t()) => term()
}
  • code - The return code to be set on the OutboundPayment object. Possible values: account_closed, account_frozen, bank_account_restricted, bank_ownership_changed, declined, incorrect_account_holder_name, invalid_account_number, invalid_currency, no_account, other.

t()

@type t() ::
  %Stripe.Params.TestHelpers.Treasury.OutboundPaymentReturnOutboundPaymentParams{
    expand: [String.t()] | nil,
    returned_details: returned_details() | nil
  }
  • expand - Specifies which fields in the response should be expanded.
  • returned_details - Optional hash to set the return code.