FeesSet
class FeesSet extends BaseEntity
Class FeesSet
Represents a set of fees from a fees response
Methods
float
getAmazonCommission()
No description
setAmazonCommission(float $amazonCommission)
No description
float
getAmazonVar()
No description
setAmazonVar(float $amazonVar)
No description
string
getCategory()
No description
setCategory(string $category)
No description
float
getFbaOrder()
No description
setFbaOrder(float $fbaOrder)
No description
float
getFbaPick()
No description
setFbaPick(float $fbaPick)
No description
float
getFbaWeight()
No description
setFbaWeight(float $fbaWeight)
No description
float
getFeesTotal()
No description
setFeesTotal(float $feesTotal)
No description
string
getFormattedFeesTotal()
No description
float
getNetIncome()
No description
setNetIncome(float $netIncome)
No description
string
getFormattedNetIncome()
No description
float
getPrice()
No description
setPrice(float $price)
No description
float
getRevenue()
No description
setRevenue(float $revenue)
No description
string
getType()
No description
setType(string $type)
Set the fees type
string
getProfitMarginPercentage()
Returns profit margin in a percentage
float
getProfitMargin()
Returns profit margin in a fraction
Details
in BaseEntity at line line 31
__construct(array $raw = array())
Construct a new BaseEntity from raw array data
at line line 81
float
getAmazonCommission()
at line line 89
setAmazonCommission(float $amazonCommission)
at line line 97
float
getAmazonVar()
at line line 105
setAmazonVar(float $amazonVar)
at line line 113
string
getCategory()
at line line 121
setCategory(string $category)
at line line 130
float
getFbaOrder()
at line line 142
setFbaOrder(float $fbaOrder)
at line line 151
float
getFbaPick()
at line line 163
setFbaPick(float $fbaPick)
at line line 172
float
getFbaWeight()
at line line 184
setFbaWeight(float $fbaWeight)
at line line 192
float
getFeesTotal()
at line line 200
setFeesTotal(float $feesTotal)
at line line 208
string
getFormattedFeesTotal()
at line line 216
float
getNetIncome()
at line line 224
setNetIncome(float $netIncome)
at line line 232
string
getFormattedNetIncome()
at line line 240
float
getPrice()
at line line 248
setPrice(float $price)
at line line 256
float
getRevenue()
at line line 264
setRevenue(float $revenue)
at line line 272
string
getType()
at line line 284
setType(string $type)
Set the fees type
at line line 300
string
getProfitMarginPercentage()
Returns profit margin in a percentage
at line line 310
float
getProfitMargin()
Returns profit margin in a fraction