Stripe.Params.PaymentRecordReportPaymentAttemptInformationalParams.CustomerDetails (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() ::
  %Stripe.Params.PaymentRecordReportPaymentAttemptInformationalParams.CustomerDetails{
    customer: String.t() | nil,
    email: String.t() | nil,
    name: String.t() | nil,
    phone: String.t() | nil
  }
  • customer - The customer who made the payment. Max length: 5000.
  • email - The customer's phone number.
  • name - The customer's name. Max length: 5000.
  • phone - The customer's phone number.