Home
last modified time | relevance | path

Searched refs:PriceAmount (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
DRepricingProductReport.php31 protected $highWatermarkType = PriceAmount::class;
35 protected $lowWatermarkType = PriceAmount::class;
45 protected $totalGmvType = PriceAmount::class;
95 * @param PriceAmount
97 public function setHighWatermark(PriceAmount $highWatermark)
102 * @return PriceAmount
123 * @param PriceAmount
125 public function setLowWatermark(PriceAmount $lowWatermark)
130 * @return PriceAmount
165 * @param PriceAmount
[all …]
DPromotion.php47 protected $freeGiftValueType = PriceAmount::class;
81 protected $limitValueType = PriceAmount::class;
87 protected $minimumPurchaseAmountType = PriceAmount::class;
93 protected $moneyBudgetType = PriceAmount::class;
95 protected $moneyOffAmountType = PriceAmount::class;
239 * @param PriceAmount
241 public function setFreeGiftValue(PriceAmount $freeGiftValue)
246 * @return PriceAmount
365 * @param PriceAmount
367 public function setLimitValue(PriceAmount $limitValue)
[all …]
DReturnPolicyOnlineReturnShippingFee.php22 protected $fixedFeeType = PriceAmount::class;
30 * @param PriceAmount
32 public function setFixedFee(PriceAmount $fixedFee)
37 * @return PriceAmount
DReturnPolicyOnlineRestockingFee.php22 protected $fixedFeeType = PriceAmount::class;
30 * @param PriceAmount
32 public function setFixedFee(PriceAmount $fixedFee)
37 * @return PriceAmount
DRepricingRuleReport.php45 protected $totalGmvType = PriceAmount::class;
151 * @param PriceAmount
153 public function setTotalGmv(PriceAmount $totalGmv)
158 * @return PriceAmount
DOrderTrackingSignal.php23 protected $customerShippingFeeType = PriceAmount::class;
55 * @param PriceAmount
57 public function setCustomerShippingFee(PriceAmount $customerShippingFee)
62 * @return PriceAmount
DPriceAmount.php20 class PriceAmount extends \Google\Model class
62 class_alias(PriceAmount::class, 'Google_Service_ShoppingContent_PriceAmount');