Home
last modified time | relevance | path

Searched refs:Price (Results 26 – 50 of 72) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DUnitInvoice.php25 protected $unitPriceType = Price::class;
45 * @param Price
47 public function setUnitPrice(Price $unitPrice)
52 * @return Price
H A DSettlementTransactionAmount.php28 protected $transactionAmountType = Price::class;
64 * @param Price
66 public function setTransactionAmount(Price $transactionAmount)
71 * @return Price
H A DValue.php26 protected $flatRateType = Price::class;
56 * @param Price
58 public function setFlatRate(Price $flatRate)
63 * @return Price
H A DOrderRefund.php26 protected $amountType = Price::class;
56 * @param Price
58 public function setAmount(Price $amount)
63 * @return Price
H A DOrderReportDisbursement.php22 protected $disbursementAmountType = Price::class;
42 * @param Price
44 public function setDisbursementAmount(Price $disbursementAmount)
49 * @return Price
H A DCarrierRate.php30 protected $flatAdjustmentType = Price::class;
74 * @param Price
76 public function setFlatAdjustment(Price $flatAdjustment)
81 * @return Price
H A DPosInventoryRequest.php34 protected $priceType = Price::class;
96 * @param Price
98 public function setPrice(Price $price)
103 * @return Price
H A DPosInventory.php38 protected $priceType = Price::class;
114 * @param Price
116 public function setPrice(Price $price)
121 * @return Price
H A DPosSaleRequest.php34 protected $priceType = Price::class;
100 * @param Price
102 public function setPrice(Price $price)
107 * @return Price
H A DPosInventoryResponse.php38 protected $priceType = Price::class;
114 * @param Price
116 public function setPrice(Price $price)
121 * @return Price
H A DPosSale.php38 protected $priceType = Price::class;
118 * @param Price
120 public function setPrice(Price $price)
125 * @return Price
H A DOrderReportTransaction.php22 protected $disbursementAmountType = Price::class;
56 * @param Price
58 public function setDisbursementAmount(Price $disbursementAmount)
63 * @return Price
H A DPosSaleResponse.php38 protected $priceType = Price::class;
118 * @param Price
120 public function setPrice(Price $price)
125 * @return Price
H A DReturnPolicy.php49 protected $returnShippingFeeType = Price::class;
153 * @param Price
155 public function setReturnShippingFee(Price $returnShippingFee)
160 * @return Price
H A DProductShipping.php54 protected $priceType = Price::class;
178 * @param Price
180 public function setPrice(Price $price)
185 * @return Price
H A DService.php41 protected $minimumOrderValueType = Price::class;
129 * @param Price
131 public function setMinimumOrderValue(Price $minimumOrderValue)
136 * @return Price
H A DTestOrderLineItemProduct.php57 protected $priceType = Price::class;
197 * @param Price
199 public function setPrice(Price $price)
204 * @return Price
H A DHeaders.php33 protected $pricesType = Price::class;
81 * @param Price[]
88 * @return Price[]
H A DTestOrder.php59 protected $shippingCostType = Price::class;
221 * @param Price
223 public function setShippingCost(Price $shippingCost)
228 * @return Price
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DDealTermsGuaranteedFixedPriceTermsBillingInfo.php25 protected $priceType = Price::class;
53 * @param Price
55 public function setPrice(Price $price)
60 * @return Price
H A DPricePerBuyer.php27 protected $priceType = Price::class;
67 * @param Price
69 public function setPrice(Price $price)
74 * @return Price
H A DDealTerms.php25 protected $estimatedGrossSpendType = Price::class;
63 * @param Price
65 public function setEstimatedGrossSpend(Price $estimatedGrossSpend)
70 * @return Price
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DProgrammaticGuaranteedTerms.php22 protected $fixedPriceType = Price::class;
46 * @param Price
48 public function setFixedPrice(Price $fixedPrice)
53 * @return Price
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DDealTerms.php30 protected $estimatedGrossSpendType = Price::class;
76 * @param Price
78 public function setEstimatedGrossSpend(Price $estimatedGrossSpend)
83 * @return Price
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
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],

123