The sender-provided batch header for a batch payout request.
Inheritance: extends PayPal\Common\PayPalModel
 /**
  * @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");
 }