PayPal\Api\CancelNotification::getCcEmails PHP Method

getCcEmails() public method

Applicable for invoices created with Cc emails. If this field is not in the body, all the cc email addresses added as part of the invoice shall be notified else this field can be used to limit the list of email addresses. Note: additional email addresses are not supported.
public getCcEmails ( ) : string[]
return string[]
    public function getCcEmails()
    {
        return $this->cc_emails;
    }