File attached to an invoice or template
Наследование: extends PayPal\Common\PayPalModel
 /**
  * @expectedException \InvalidArgumentException
  * @expectedExceptionMessage Url is not a fully qualified URL
  */
 public function testUrlValidationForUrl()
 {
     $obj = new FileAttachment();
     $obj->setUrl(null);
 }