Stripe.Params.PaymentRecordReportPaymentAttemptParams.ShippingDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.PaymentRecordReportPaymentAttemptParams.ShippingDetails{
  address:
    Stripe.Params.PaymentRecordReportPaymentAttemptParams.ShippingDetails.Address.t()
    | 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.