Cdn\Request\V20141111\MigrateDomainToHttpsDeliveryRequest::setOwnerAccount PHP Method

setOwnerAccount() public method

public setOwnerAccount ( $ownerAccount )
    public function setOwnerAccount($ownerAccount)
    {
        $this->ownerAccount = $ownerAccount;
        $this->queryParameters["OwnerAccount"] = $ownerAccount;
    }