PayPal\Core\PPBaseService::getServiceName PHP Méthode

getServiceName() public méthode

public getServiceName ( )
    public function getServiceName()
    {
        return $this->serviceName;
    }

Usage Example

 /**
  * @test
  */
 public function testGetServiceName()
 {
     $this->assertEquals('Invoice', $this->object->getServiceName());
 }