PayPal\Core\PPBaseService::getServiceName PHP Method

getServiceName() public method

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

Usage Example

Ejemplo n.º 1
0
 /**
  * @test
  */
 public function testGetServiceName()
 {
     $this->assertEquals('Invoice', $this->object->getServiceName());
 }