Diglin\Ricardo\Managers\Sell\Parameter\GetArticleFeeParameter
Class GetArticleFeeParameter
Synopsis
class GetArticleFeeParameter
extends ParameterAbstract
{
- // members
- protected $_articleCondition;
- protected $_buyNowPrice;
- protected $_categoryId;
- protected bool $_excludeListingFees;
- protected $_initialQuantity;
- protected $_pictureCount;
- protected $_promotionIds;
- protected $_startDate;
- protected $_startPrice;
- protected array $_requiredProperties = ;
- protected array $_optionalProperties = ;
- // Inherited members from ParameterAbstract
- protected array $_requiredProperties;
- protected array $_optionalProperties;
- // methods
- public string getArticleCondition()
- public $this setArticleCondition()
- public float getBuyNowPrice()
- public $this setBuyNowPrice()
- public int getCategoryId()
- public $this setCategoryId()
- public boolean getExcludeListingFees()
- public $this setExcludeListingFees()
- public int getInitialQuantity()
- public $this setInitialQuantity()
- public int getPictureCount()
- public $this setPictureCount()
- public array getPromotionIds()
- public $this setPromotionIds()
- public string getStartDate()
- public $this setStartDate()
- public float getStartPrice()
- public $this setStartPrice()
- // Inherited methods from ParameterAbstract
- public array getRequiredProperties()
- public array getOptionalProperties()
- public array getDataProperties()
- protected string _normalizeProperty()
- protected string _getGetterMethod()
- protected string _getSetterMethod()
- public void offsetSet()
- public boolean offsetExists()
- public void offsetUnset()
- public mixed offsetGet()
Hierarchy
Members
protected
- $_articleCondition — string
- $_buyNowPrice — float
- $_categoryId — int
- $_excludeListingFees — Diglin\Ricardo\Managers\Sell\Parameter\bool
- $_initialQuantity — int
- $_optionalProperties
- $_optionalProperties — array
- $_pictureCount — int
- $_promotionIds — array
- $_requiredProperties
- $_requiredProperties — array
- $_startDate — string
- $_startPrice — float
Methods
public
- getArticleCondition()
- getBuyNowPrice()
- getCategoryId()
- getExcludeListingFees()
- getInitialQuantity()
- getPictureCount()
- getPromotionIds()
- getStartDate()
- getStartPrice()
- setArticleCondition()
- setBuyNowPrice()
- setCategoryId()
- setExcludeListingFees()
- setInitialQuantity()
- setPictureCount()
- setPromotionIds()
- setStartDate()
- setStartPrice()
Inherited from Diglin\Ricardo\Managers\ParameterAbstract
protected
- _getGetterMethod() — Get the getter method name
- _getSetterMethod() — Get the setter method name
- _normalizeProperty() — Normalize the property from "_myProperty" to "MyProperty"
public
- getDataProperties() — Get all properties of a class as an array to be send or use properly by the ricardo.ch API
- getOptionalProperties()
- getRequiredProperties()
- offsetExists() — Implementation of ArrayAccess::offsetExists()
- offsetGet() — Implementation of ArrayAccess::offsetGet()
- offsetSet() — Implementation of ArrayAccess::offsetSet()
- offsetUnset() — Implementation of ArrayAccess::offsetUnset()
History
-
2015-04-02T18:30:19+02:00 (commit #0a187e0)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Force int return for picture count
-
2015-03-28T14:18:24+01:00 (commit #de547db)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Make getExcludeListingFees with returned boolean
-
2015-03-10T14:22:03+01:00 (commit #b8c13d0)
Author: Sylvain Rayé (sly@diglin.com) / Commiter: Sylvain Rayé (sly@diglin.com)
Implement test and code to get articles fee