Your IP : 3.140.185.250


Current Path : /home/lentoinv/test.api.lentoria.com/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/
Upload File :
Current File : /home/lentoinv/test.api.lentoria.com/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);
    }
}

?>