/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/Customer/AccountEwallet.md
# # AccountEwallet


```php
use Xendit\Customer\AccountEwallet;
```

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **account_number** | **string** |  | Unique account identifier as per the bank records. | null |
| **account_holder_name** | **string** |  | Name of account holder as per the bank records. Needs to match the registered account name exactly. | null |
| **currency** | **string** |  |  | null |


[[Back to README]](../../README.md)