> ## Documentation Index
> Fetch the complete documentation index at: https://developer.tazapay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Phone Object

## Object Structure

```json Phone theme={null}
{
  "calling_code": "91",
  "number": "9231231231"
}
```

## Object Parameters

| Field         | Type   | Description                                                     |
| :------------ | :----- | :-------------------------------------------------------------- |
| calling\_code | string | The international calling code for the customer's phone number. |
| number        | string | The phone number of the customer.                               |
