PayPal\Auth\PPSignatureCredential::getPassword PHP Method

getPassword() public method

public getPassword ( )
    public function getPassword()
    {
        return $this->password;
    }

Usage Example

 /**
  * @test
  */
 public function testGetPassword()
 {
     $this->assertEquals('1255077037', $this->merchantCredential->getPassword());
 }