Stripe.Params.SourceVerifyParams (tiger_stripe v0.1.10)

Copy Markdown View Source

Parameters for source verify.

Summary

Types

t()

@type t() :: %Stripe.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.