Cdn\Request\V20141111\OpenCdnServiceRequest::setInternetChargeType PHP Method

setInternetChargeType() public method

public setInternetChargeType ( $internetChargeType )
    public function setInternetChargeType($internetChargeType)
    {
        $this->internetChargeType = $internetChargeType;
        $this->queryParameters["InternetChargeType"] = $internetChargeType;
    }