StripeElixir.Params.Issuing.CardUpdateParams.Pin (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.Issuing.CardUpdateParams.Pin{
  encrypted_number: String.t() | nil
}
  • encrypted_number - The card's desired new PIN, encrypted under Stripe's public key. Max length: 5000.