A resource representing a bank account that can be used to fund a payment including support for SEPA.
Inheritance: extends BankAccount
 /**
  * @depends testSerializationDeserialization
  * @param ExtendedBankAccount $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getMandateReferenceNumber(), "TestSample");
 }