Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DDealTerms.php25 protected $estimatedGrossSpendType = Price::class;
63 * @param Price
65 public function setEstimatedGrossSpend(Price $estimatedGrossSpend)
70 * @return Price
H A DDealTermsGuaranteedFixedPriceTermsBillingInfo.php25 protected $priceType = Price::class;
53 * @param Price
55 public function setPrice(Price $price)
60 * @return Price
H A DDealTermsRubiconNonGuaranteedTerms.php22 protected $priorityPriceType = Price::class;
24 protected $standardPriceType = Price::class;
28 * @param Price
30 public function setPriorityPrice(Price $priorityPrice)
35 * @return Price
42 * @param Price
44 public function setStandardPrice(Price $standardPrice)
49 * @return Price
H A DPrice.php20 class Price extends \Google\Model class
62 class_alias(Price::class, 'Google_Service_AdExchangeBuyer_Price');
H A DPricePerBuyer.php27 protected $priceType = Price::class;
67 * @param Price
69 public function setPrice(Price $price)
74 * @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
H A DPrice.php20 class Price extends \Google\Model class
60 class_alias(Price::class, 'Google_Service_AdExchangeBuyerII_Price');
H A DPricePerBuyer.php29 protected $priceType = Price::class;
61 * @param Price
63 public function setPrice(Price $price)
68 * @return Price
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/
H A DInAppProduct.php26 protected $defaultPriceType = Price::class;
40 protected $pricesType = Price::class;
80 * @param Price
82 public function setDefaultPrice(Price $defaultPrice)
87 * @return Price
150 * @param Price[]
157 * @return Price[]
H A DPrice.php20 class Price extends \Google\Model class
62 class_alias(Price::class, 'Google_Service_AndroidPublisher_Price');
H A DSubscriptionPriceChange.php22 protected $newPriceType = Price::class;
30 * @param Price
32 public function setNewPrice(Price $newPrice)
37 * @return Price
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/
H A DPreferredDealTerms.php22 protected $fixedPriceType = Price::class;
26 * @param Price
28 public function setFixedPrice(Price $fixedPrice)
33 * @return Price
H A DPrice.php20 class Price extends \Google\Model class
60 class_alias(Price::class, 'Google_Service_AuthorizedBuyersMarketplace_Price');
H A DPrivateAuctionTerms.php22 protected $floorPriceType = Price::class;
30 * @param Price
32 public function setFloorPrice(Price $floorPrice)
37 * @return Price
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/ManufacturerCenter/
H A DAttributes.php139 protected $suggestedRetailPriceType = Price::class;
607 * @param Price
609 public function setSuggestedRetailPrice(Price $suggestedRetailPrice)
614 * @return Price
H A DPrice.php20 class Price extends \Google\Model class
62 class_alias(Price::class, 'Google_Service_ManufacturerCenter_Price');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAmount.php22 protected $priceAmountType = Price::class;
24 protected $taxAmountType = Price::class;
28 * @param Price
30 public function setPriceAmount(Price $priceAmount)
35 * @return Price
42 * @param Price
44 public function setTaxAmount(Price $taxAmount)
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 DHeaders.php33 protected $pricesType = Price::class;
81 * @param Price[]
88 * @return Price[]
H A DInstallment.php22 protected $amountType = Price::class;
30 * @param Price
32 public function setAmount(Price $amount)
37 * @return Price
H A DLocalInventory.php42 protected $priceType = Price::class;
48 protected $salePriceType = Price::class;
130 * @param Price
132 public function setPrice(Price $price)
137 * @return Price
158 * @param Price
160 public function setSalePrice(Price $salePrice)
165 * @return Price
H A DMinimumOrderValueTableStoreCodeSetWithMov.php27 protected $valueType = Price::class;
45 * @param Price
47 public function setValue(Price $value)
52 * @return Price
H A DMonetaryAmount.php22 protected $priceAmountType = Price::class;
24 protected $taxAmountType = Price::class;
28 * @param Price
30 public function setPriceAmount(Price $priceAmount)
35 * @return Price
42 * @param Price
44 public function setTaxAmount(Price $taxAmount)
49 * @return Price
H A DOrder.php53 protected $netPriceAmountType = Price::class;
55 protected $netTaxAmountType = Price::class;
73 protected $shippingCostType = Price::class;
227 * @param Price
234 * @return Price
241 * @param Price
248 * @return Price
339 * @param Price
346 * @return Price
353 * @param Price
[all …]

123