malipopaycentralapi_CustomerResponse
_idstring
Unique identifier for the customer
Example:
6281559426fa29659c5ac38aphoneNumberstring
Example:
255742200105firstnamestring
Example:
Johnlastnamestring
Example:
Doeemailemail
Example:
john.doe@example.comtypestring
Example:
INDIVIDUALprojectstring
Project ID this customer belongs to
Example:
63db68a6c5f3e7682e23c2cadeletedboolean
Example:
falsecreatedAtdate-time
Example:
2023-02-02T07:39:18.979ZupdatedAtdate-time
Example:
2023-02-02T07:39:24.934Zmalipopaycentralapi_CustomerResponse
{
"_id": "6281559426fa29659c5ac38a",
"phoneNumber": "255742200105",
"firstname": "John",
"lastname": "Doe",
"email": "john.doe@example.com",
"type": "INDIVIDUAL",
"project": "63db68a6c5f3e7682e23c2ca",
"deleted": false,
"createdAt": "2023-02-02T07:39:18.979Z",
"updatedAt": "2023-02-02T07:39:24.934Z"
}