Data structures
Client ID
Client Info: Mandatory and optional info
{
firstName: 'Morty', // Required
lastName: 'Smith', // Required
email: '[email protected]', // Required
birthday: '01-01-2004', // Optional
phone: '+1-212-999999', // Optional
gender: 'female', // Optional
country: 'US', // Optional
currency: 'USD' // Optional
}
Last updated
Was this helpful?