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

setAttachments() 공개 메소드

List of files attached to the invoice.
public setAttachments ( FileAttachment[] $attachments )
$attachments FileAttachment[]
    public function setAttachments($attachments)
    {
        $this->attachments = $attachments;
        return $this;
    }