PayPal\Api\CarrierAccount::setId PHP Method

setId() public method

The ID of the carrier account of the payer. Use in subsequent REST API calls. For example, to make payments.
public setId ( string $id )
$id string
    public function setId($id)
    {
        $this->id = $id;
        return $this;
    }