StripeElixir.Params.PaymentRecordReportPaymentAttemptParams.ShippingDetails (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %StripeElixir.Params.PaymentRecordReportPaymentAttemptParams.ShippingDetails{
    address: map() | nil,
    name: String.t() | nil,
    phone: String.t() | nil
  }
  • address - The physical shipping address.
  • name - The shipping recipient's name. Max length: 5000.
  • phone - The shipping recipient's phone number.