"customer_details": {
"first_name": "TEST",
"last_name": "UTOMO",
"email": "[email protected]",
"phone": "+628123456"
}
JSON Attribute | Description | Type | Required |
---|---|---|---|
first_name | Customer's first name. | String(255) | Optional |
last_name | Customer's last name. | String(255) | Optional |
Customer's email address. | String(255) | Optional | |
phone | Customer's phone number. | String(255) | Optional |