Stripe.Params.Checkout.SessionUpdateParams.CollectedInformation.ShippingDetails
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested parameters.
Summary
Types
@type t() :: %Stripe.Params.Checkout.SessionUpdateParams.CollectedInformation.ShippingDetails{ address: Stripe.Params.Checkout.SessionUpdateParams.CollectedInformation.ShippingDetails.Address.t() | nil, name: String.t() | nil }
address- The address of the customername- The name of customer Max length: 255.