Stripe.Resources.PaymentLink.CustomFields.Label (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentLink.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: 5000. Nullable.
  • type - The type of the label. Possible values: custom.