PayPal\Api\Invoice::removeCcInfo PHP Method

removeCcInfo() public method

Remove CcInfo from the list.
public removeCcInfo ( Participant $participant )
$participant Participant
    public function removeCcInfo($participant)
    {
        return $this->setCcInfo(array_diff($this->getCcInfo(), array($participant)));
    }