StripeElixir.Params.SourceVerifyParams (stripe_elixir v0.1.0)

Copy Markdown View Source

Parameters for source verify.

Summary

Types

t()

@type t() :: %StripeElixir.Params.SourceVerifyParams{
  expand: [String.t()] | nil,
  values: [String.t()]
}
  • expand - Specifies which fields in the response should be expanded.
  • values - The values needed to verify the source.