Stripe.Params.PaymentLinkCreateParams.CustomFields.Label (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.PaymentLinkCreateParams.CustomFields.Label{
  custom: String.t() | nil,
  type: String.t() | nil
}
  • custom - Custom text for the label, displayed to the customer. Up to 50 characters. Max length: 50.
  • type - The type of the label. Possible values: custom.