getBankTxnPendingUrl() public méthode

The merchant site URL to display after a bank transfer payment. Valid for only the Giropay or bank transfer payment method in Germany.
public getBankTxnPendingUrl ( ) : string
Résultat string
 /**
  * @depends testSerializationDeserialization
  * @param FlowConfig $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getLandingPageType(), "TestSample");
     $this->assertEquals($obj->getBankTxnPendingUrl(), "http://www.google.com");
     $this->assertEquals($obj->getUserAction(), "TestSample");
     $this->assertEquals($obj->getReturnUriHttpMethod(), "TestSample");
 }