• File: Payment.php
  • Full Path: /home/masbinta/public_html/core/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);
    }
}