getAllowNote() public method

Indicates whether the buyer can enter a note to the merchant on the PayPal page during checkout.
public getAllowNote ( ) : boolean
return boolean
 /**
  * @depends testSerializationDeserialization
  * @param InputFields $obj
  */
 public function testGetters($obj)
 {
     $this->assertEquals($obj->getAllowNote(), true);
     $this->assertEquals($obj->getNoShipping(), 123);
     $this->assertEquals($obj->getAddressOverride(), 123);
 }