Stripe.Params.CustomerPaymentSourceUpdateParams.Owner (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested parameters.

Summary

Types

t()

@type t() :: %Stripe.Params.CustomerPaymentSourceUpdateParams.Owner{
  address:
    Stripe.Params.CustomerPaymentSourceUpdateParams.Owner.Address.t() | nil,
  email: String.t() | nil,
  name: String.t() | nil,
  phone: String.t() | nil
}
  • address - Owner's address.
  • email - Owner's email address.
  • name - Owner's full name. Max length: 5000.
  • phone - Owner's phone number. Max length: 5000.