Home
last modified time | relevance | path

Searched refs:Price (Results 51 – 72 of 72) sorted by path

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DService.php41 protected $minimumOrderValueType = Price::class;
129 * @param Price
131 public function setMinimumOrderValue(Price $minimumOrderValue)
136 * @return Price
H A DSettlementReport.php31 protected $previousBalanceType = Price::class;
41 protected $transferAmountType = Price::class;
81 * @param Price
83 public function setPreviousBalance(Price $previousBalance)
88 * @return Price
123 * @param Price
125 public function setTransferAmount(Price $transferAmount)
130 * @return Price
H A DSettlementTransactionAmount.php28 protected $transactionAmountType = Price::class;
64 * @param Price
66 public function setTransactionAmount(Price $transactionAmount)
71 * @return Price
H A DTestOrder.php59 protected $shippingCostType = Price::class;
221 * @param Price
223 public function setShippingCost(Price $shippingCost)
228 * @return Price
H A DTestOrderLineItemProduct.php57 protected $priceType = Price::class;
197 * @param Price
199 public function setPrice(Price $price)
204 * @return Price
H A DUnitInvoice.php25 protected $unitPriceType = Price::class;
45 * @param Price
47 public function setUnitPrice(Price $unitPrice)
52 * @return Price
H A DUnitInvoiceTaxLine.php22 protected $taxAmountType = Price::class;
34 * @param Price
36 public function setTaxAmount(Price $taxAmount)
41 * @return Price
H A DValue.php26 protected $flatRateType = Price::class;
56 * @param Price
58 public function setFlatRate(Price $flatRate)
63 * @return Price
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md39 use \FINDOLOGIC\Export\Data\Price;
47 // $price = new Price();
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php21 /** @var Price */
119 public function setPrice(Price $price)
127 $this->price = new Price();
H A DPrice.php7 class Price extends UsergroupAwareNumericValue class
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DCSVSerializationTest.php10 use FINDOLOGIC\Export\Data\Price; alias
56 $price = new Price();
H A DDataElementsTest.php12 use FINDOLOGIC\Export\Data\Price; alias
81 'Price with empty value' => ['', Price::class, EmptyValueNotAllowedException::class],
82 'Price with numeric value' => [1337, Price::class, null],
83 'Price zero' => [0, Price::class, null],
84 … 'Price with non-numeric value' => ['test', Price::class, ValueIsNotNumericException::class],
H A DXmlSerializationTest.php10 use FINDOLOGIC\Export\Data\Price; alias
66 $price = new Price();
106 $price = new Price();
299 'price' => ['Price', [
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst607 class Price
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DOrder.php16 public function __construct(?Price $price = null)
18 $this->cost = $price ?: new Price(5);
H A DPrice.php14 class Price class
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php104 …is->getDriver()->loadMetadataForClass(new \ReflectionClass('JMS\Serializer\Tests\Fixtures\Price'));
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/
H A DPrice.yml1 JMS\Serializer\Tests\Fixtures\Price:
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DArrayTest.php11 use JMS\Serializer\Tests\Fixtures\Price; alias
26 $order = new Order(new Price(5));
69 $expected = new Order(new Price(2.5));
H A DBaseSerializationTest.php91 use JMS\Serializer\Tests\Fixtures\Price; alias
819 $price = new Price(3);
830 $order = new Order(new Price(12.34));
1458 $order = new Order(new Price(12));
1471 self::assertEquals(new Order(new Price(12.34)), $deseralizedOrder);
/plugin/onlineordering/
H A Dtemplate_en.txt16 Price information:<br />

123