PayPal\Api\PayoutSenderBatchHeader::getBatchStatus PHP Method

getBatchStatus() public method

Deprecation: This property is unused
public getBatchStatus ( )
    public function getBatchStatus()
    {
        return $this->batch_status;
    }

Usage Example

 /**
  * @depends testSerializationDeserialization
  * @param PayoutSenderBatchHeader $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getSenderBatchId(), "TestSample");
     $this->assertEquals($obj->getEmailSubject(), "TestSample");
     $this->assertEquals($obj->getRecipientType(), "TestSample");
     $this->assertEquals($obj->getBatchStatus(), "TestSample");
 }