Stripe.Params.Checkout.SessionUpdateParams.CollectedInformation.ShippingDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@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 customer
  • name - The name of customer Max length: 255.