| Current Path : /var/www/html/xfacil.desafio.com.py/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/ |
| Current File : /var/www/html/xfacil.desafio.com.py/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Payment.php |
<?php
namespace Faker\Provider\ar_EG;
class Payment extends \Faker\Provider\Payment
{
/**
* International Bank Account Number (IBAN)
*
* @see https://www.upiqrcode.com/iban-generator/eg/egypt
*/
public function bankAccountNumber(): string
{
return self::iban('EG', '', 25);
}
}