PayPal\Api\Invoice::removeAttachment PHP Method

removeAttachment() public method

Remove Attachments from the list.
public removeAttachment ( FileAttachment $fileAttachment )
$fileAttachment FileAttachment
    public function removeAttachment($fileAttachment)
    {
        return $this->setAttachments(array_diff($this->getAttachments(), array($fileAttachment)));
    }