Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.InvoiceCreateParams.ShippingDetails{ address: Stripe.Params.InvoiceCreateParams.ShippingDetails.Address.t() | nil, name: String.t() | nil, phone: map() | nil }
address- Shipping addressname- Recipient name. Max length: 5000.phone- Recipient phone (including extension)