PayPal\Api\Invoice::removeAttachment PHP Méthode

removeAttachment() public méthode

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