CreateOrUpdateContactRequest
- Type: string
email min length:1Format: emailThe primary email for the customer. Notifications related to the payment intent (if enabled) will be sent to this email. One of uid or name with email must be provided.
- Type: string
name min length:1Unique name identifying the customer. If uid was not provided and a customer already exists with this name, the existing customer will be used and updated. One of uid or name with email must be provided.
- Type: string | null
phone max length:11An SMS-enabled phone number for the customer. Must be a US or Canadian-based number.
- Type: string | nullFormat: email
secondary _email A secondary for the customer. Must be different from email. Notifications related to the payment intent (if enabled) will be sent to this email.
- Type: stringFormat: uuid
uid A unique identifier corresponding to an existing customer. If provided, the existing customer will be used and updated. One of uid or name with email must be provided.

