Stripe.Params.AccountRejectParams (tiger_stripe v0.4.0)

Copy Markdown View Source

Parameters for account reject.

Summary

Types

t()

@type t() :: %Stripe.Params.AccountRejectParams{expand: term(), reason: term()}
  • 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.