Stripe.Resources.V2.Core.Account.Configuration.Customer.Billing.Invoice.CustomFields (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() ::
  %Stripe.Resources.V2.Core.Account.Configuration.Customer.Billing.Invoice.CustomFields{
    name: String.t() | nil,
    value: String.t() | nil
  }
  • name - The name of the custom field. This may be up to 40 characters.
  • value - The value of the custom field. This may be up to 140 characters. When updating, pass an empty string to remove previously-defined values.