PHP Class PremiumRate, googleads-php-lib

Show file Open project: googleads/googleads-php-lib

Public Properties

Property Type Description
$id integer
$premiumFeature PremiumFeature
$premiumRateValues PremiumRateValue[]
$pricingMethod tnsPricingMethod
$rateCardId integer

Public Methods

Method Description
__construct ( $id = null, $rateCardId = null, $pricingMethod = null, $premiumFeature = null, $premiumRateValues = null )
getNamespace ( ) : string Gets the namesapce of this class
getXsiTypeName ( ) : string Gets the xsi:type name of this class

Method Details

__construct() public method

public __construct ( $id = null, $rateCardId = null, $pricingMethod = null, $premiumFeature = null, $premiumRateValues = null )

getNamespace() public method

Gets the namesapce of this class
public getNamespace ( ) : string
return string the namespace of this class

getXsiTypeName() public method

Gets the xsi:type name of this class
public getXsiTypeName ( ) : string
return string the xsi:type name of this class

Property Details

$id public property

public int $id
return integer

$premiumFeature public property

public PremiumFeature $premiumFeature
return PremiumFeature

$premiumRateValues public property

public PremiumRateValue[] $premiumRateValues
return PremiumRateValue[]

$pricingMethod public property

public tnsPricingMethod $pricingMethod
return tnsPricingMethod

$rateCardId public property

public int $rateCardId
return integer