Skip to main content

malipopaycentralapi_CustomerResponse

_idstring

Unique identifier for the customer

Example: 6281559426fa29659c5ac38a
phoneNumberstring
Example: 255742200105
firstnamestring
Example: John
lastnamestring
Example: Doe
emailemail
Example: john.doe@example.com
typestring
Example: INDIVIDUAL
projectstring

Project ID this customer belongs to

Example: 63db68a6c5f3e7682e23c2ca
deletedboolean
Example: false
createdAtdate-time
Example: 2023-02-02T07:39:18.979Z
updatedAtdate-time
Example: 2023-02-02T07:39:24.934Z
malipopaycentralapi_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"
}