costType = $costType;
}
/**
* @return string
*/
public function getCostType()
{
return $this->costType;
}
/**
* @param string
*/
public function setFeeAmount($feeAmount)
{
$this->feeAmount = $feeAmount;
}
/**
* @return string
*/
public function getFeeAmount()
{
return $this->feeAmount;
}
/**
* @param string
*/
public function setFeePercentageMillis($feePercentageMillis)
{
$this->feePercentageMillis = $feePercentageMillis;
}
/**
* @return string
*/
public function getFeePercentageMillis()
{
return $this->feePercentageMillis;
}
/**
* @param string
*/
public function setFeeType($feeType)
{
$this->feeType = $feeType;
}
/**
* @return string
*/
public function getFeeType()
{
return $this->feeType;
}
/**
* @param string
*/
public function setInvoiceType($invoiceType)
{
$this->invoiceType = $invoiceType;
}
/**
* @return string
*/
public function getInvoiceType()
{
return $this->invoiceType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(PartnerCost::class, 'Google_Service_DisplayVideo_PartnerCost');