PayPal\Auth\PPCertificateCredential::getPassword PHP Méthode

getPassword() public méthode

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

Usage Example

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