class PricePerBuyer extends Model (View source)

Properties

$auctionTier
protected $billedBuyerType
protected $billedBuyerDataType
protected $buyerType
protected $buyerDataType
protected $priceType
protected $priceDataType

Methods

setAuctionTier($auctionTier)

No description

getAuctionTier()

No description

setBilledBuyer(Buyer $billedBuyer)

No description

getBilledBuyer()

No description

setBuyer(Buyer $buyer)

No description

getBuyer()

No description

setPrice(Price $price)

No description

getPrice()

No description

Details

setAuctionTier($auctionTier)

No description

Parameters

$auctionTier

getAuctionTier()

No description

setBilledBuyer(Buyer $billedBuyer)

No description

Parameters

Buyer $billedBuyer

Buyer getBilledBuyer()

No description

Return Value

Buyer

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