getMandateReferenceNumber() public method

Identifier of the direct debit mandate to validate. Currently supported only for EU bank accounts(SEPA).
Deprecation: Not publicly available
コード例 #1
0
 /**
  * @depends testSerializationDeserialization
  * @param ExtendedBankAccount $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getMandateReferenceNumber(), "TestSample");
 }