Stripe.Params.V2.Core.AccountLinkCreateParams (tiger_stripe v0.4.0)

Copy Markdown View Source

Parameters for account link create.

Summary

Types

t()

@type t() :: %Stripe.Params.V2.Core.AccountLinkCreateParams{
  account: term(),
  use_case: term()
}
  • account - The ID of the Account to create link for.
  • use_case - The use case of the AccountLink.