User

The user object.

This information represents the customer.

{
	"user": {
		"email": "johndoe@example.com",
		"firstName": "John",
		"lastName": "Doe",
		"phone": "558675309",
		"country": "MX"
	},
	"company": {...},
	"holders": [{...},{...}]
}

Last updated