Home
last modified time | relevance | path

Searched refs:price (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DConvertRegionPricesRequest.php28 public function setPrice(Money $price) argument
30 $this->price = $price;
37 return $this->price;
H A DConvertedRegionPrice.php34 public function setPrice(Money $price) argument
36 $this->price = $price;
43 return $this->price;
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DPrice.php20 private $price; variable in JMS\\Serializer\\Tests\\Fixtures\\Price
22 public function __construct($price) argument
24 $this->price = $price;
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php22 protected $price; variable in FINDOLOGIC\\Export\\Data\\Item
116 return $this->price;
119 public function setPrice(Price $price) argument
121 $this->price = $price;
124 public function addPrice($price, $usergroup = '') argument
126 if ($this->price === null) {
127 $this->price = new Price();
130 $this->price->setValue($price, $usergroup);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2PriceInfo.php37 public $price; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2PriceInfo
94 public function setPrice($price) argument
96 $this->price = $price;
103 return $this->price;
H A DGoogleCloudRetailV2PriceInfoPriceRange.php44 public function setPrice(GoogleCloudRetailV2Interval $price) argument
46 $this->price = $price;
53 return $this->price;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1PriceTier.php64 public function setPrice(GoogleCloudChannelV1Price $price) argument
66 $this->price = $price;
73 return $this->price;
H A DGoogleCloudChannelV1PriceByResource.php35 public function setPrice(GoogleCloudChannelV1Price $price) argument
37 $this->price = $price;
44 return $this->price;
H A DGoogleCloudChannelV1PricePhase.php85 public function setPrice(GoogleCloudChannelV1Price $price) argument
87 $this->price = $price;
94 return $this->price;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DPricePerBuyer.php63 public function setPrice(Price $price) argument
65 $this->price = $price;
72 return $this->price;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DDealTermsGuaranteedFixedPriceTermsBillingInfo.php55 public function setPrice(Price $price) argument
57 $this->price = $price;
64 return $this->price;
H A DPricePerBuyer.php69 public function setPrice(Price $price) argument
71 $this->price = $price;
78 return $this->price;
H A DCreativeNativeAd.php36 public $price; variable in Google\\Service\\AdExchangeBuyer\\CreativeNativeAd
138 public function setPrice($price) argument
140 $this->price = $price;
144 return $this->price;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DServiceItem.php46 public function setPrice(Money $price) argument
48 $this->price = $price;
55 return $this->price;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DPosInventoryRequest.php98 public function setPrice(Price $price) argument
100 $this->price = $price;
107 return $this->price;
H A DRegionalInventory.php91 public function setPrice(Price $price) argument
93 $this->price = $price;
100 return $this->price;
H A DPosInventory.php116 public function setPrice(Price $price) argument
118 $this->price = $price;
125 return $this->price;
H A DPosSaleRequest.php102 public function setPrice(Price $price) argument
104 $this->price = $price;
111 return $this->price;
H A DPosInventoryResponse.php116 public function setPrice(Price $price) argument
118 $this->price = $price;
125 return $this->price;
H A DPosSale.php120 public function setPrice(Price $price) argument
122 $this->price = $price;
129 return $this->price;
H A DPosSaleResponse.php120 public function setPrice(Price $price) argument
122 $this->price = $price;
129 return $this->price;
H A DLocalInventory.php132 public function setPrice(Price $price) argument
134 $this->price = $price;
141 return $this->price;
H A DProductShipping.php180 public function setPrice(Price $price) argument
182 $this->price = $price;
189 return $this->price;
H A DTestOrderLineItemProduct.php199 public function setPrice(Price $price) argument
201 $this->price = $price;
208 return $this->price;
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php66 $price = new Price();
67 $price->setValue('13.37');
68 $item->setPrice($price);
106 $price = new Price();
108 $price->setValue(rand(1, 2000)*1.24);
109 $item->setPrice($price);
299 'price' => ['Price', [

12345678910>>...21