CreateOrUpdateContactRequest
- emailType: stringmin length:1Format: email
The 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.
- nameType: stringmin length:1
Unique 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.
- phoneType: string | nullmax length:11
An SMS-enabled phone number for the customer. Must be a US or Canadian-based number.
- secondaryType: string | nullFormat: email
_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.
- uidType: stringFormat: uuid
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.

