PayPal\Api\PaymentExecution::setCarrierAccountId PHP Method

setCarrierAccountId() public method

Carrier account id for a carrier billing payment. For a carrier billing payment, payer_id is not applicable.
Deprecation: Not publicly available
public setCarrierAccountId ( string $carrier_account_id )
$carrier_account_id string
    public function setCarrierAccountId($carrier_account_id)
    {
        $this->carrier_account_id = $carrier_account_id;
        return $this;
    }