Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.Shipping (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.V2.Core.AccountUpdateParams.Configuration.Customer.Shipping{
    address:
      Stripe.Params.V2.Core.AccountUpdateParams.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).