class PricePerBuyer extends Collection (View source)

Properties

protected $collection_key
string[] $advertiserIds
protected $buyerType
protected $buyerDataType
protected $priceType
protected $priceDataType

Methods

setAdvertiserIds($advertiserIds)

No description

string[]
getAdvertiserIds()

No description

setBuyer(Buyer $buyer)

No description

getBuyer()

No description

setPrice(Price $price)

No description

getPrice()

No description

Details

setAdvertiserIds($advertiserIds)

No description

Parameters

$advertiserIds

string[] getAdvertiserIds()

No description

Return Value

string[]

setBuyer(Buyer $buyer)

No description

Parameters

Buyer $buyer

Buyer getBuyer()

No description

Return Value

Buyer

setPrice(Price $price)

No description

Parameters

Price $price

Price getPrice()

No description

Return Value

Price