Stripe.Resources.PaymentLink.TaxIdCollection (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentLink.TaxIdCollection{
  enabled: boolean() | nil,
  required: String.t() | nil
}
  • enabled - Indicates whether tax ID collection is enabled for the session.
  • required - Possible values: if_supported, never.