StripeElixir.Params.PaymentRecordReportPaymentParams.CustomerDetails (stripe_elixir v0.1.0)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %StripeElixir.Params.PaymentRecordReportPaymentParams.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.