StripeElixir.Params.V2.Core.Accounts.PersonListParams (stripe_elixir v0.1.0)

Copy Markdown View Source

Parameters for person list.

Summary

Types

t()

@type t() :: %StripeElixir.Params.V2.Core.Accounts.PersonListParams{
  limit: integer() | nil
}
  • limit - The upper limit on the number of accounts returned by the List Account request.