File "Payment.php"

Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Payment.php
File size: 324 bytes
MIME-type: text/x-php
Charset: utf-8

<?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);
    }
}