PayPal\Api\Invoice::removeAttachment PHP 메소드

removeAttachment() 공개 메소드

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