Stripe.Resources.V2.Core.Account.Configuration.Customer.Shipping
(tiger_stripe v0.1.10)
Copy Markdown
View Source
Nested struct within the parent resource.
Summary
Types
@type t() :: %Stripe.Resources.V2.Core.Account.Configuration.Customer.Shipping{ address: Stripe.Resources.V2.Core.Account.Configuration.Customer.Shipping.Address.t() | nil, name: String.t() | nil, phone: String.t() | nil }
address- Customer shipping address.name- Customer name.phone- Customer phone (including extension).