Stripe.Resources.PaymentRecord.ShippingDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.PaymentRecord.ShippingDetails{
  address: Stripe.Resources.PaymentRecord.ShippingDetails.Address.t() | nil,
  name: String.t() | nil,
  phone: String.t() | nil
}
  • address
  • name - The shipping recipient's name. Max length: 5000. Nullable.
  • phone - The shipping recipient's phone number. Max length: 5000. Nullable.