PayPal\Api\Invoice::setCcInfo PHP Method

setCcInfo() public method

For invoices sent by email, one or more email addresses to which to send a Cc: copy of the notification. Supports only email addresses under participant.
public setCcInfo ( Participant[] $cc_info )
$cc_info Participant[]
    public function setCcInfo($cc_info)
    {
        $this->cc_info = $cc_info;
        return $this;
    }