Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.Billing.Invoice.CustomFields
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.V2.Core.AccountUpdateParams.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.