Stripe.Params.AccountRejectParams (tiger_stripe v0.1.10)

Copy Markdown View Source

Parameters for account reject.

Summary

Types

t()

@type t() :: %Stripe.Params.AccountRejectParams{
  expand: [String.t()] | nil,
  reason: String.t()
}
  • expand - Specifies which fields in the response should be expanded.
  • reason - The reason for rejecting the account. Can be fraud, terms_of_service, or other. Max length: 5000.