Searched refs:PriceAmount (Results 1 – 7 of 7) sorted by relevance
31 protected $highWatermarkType = PriceAmount::class;35 protected $lowWatermarkType = PriceAmount::class;45 protected $totalGmvType = PriceAmount::class;95 * @param PriceAmount97 public function setHighWatermark(PriceAmount $highWatermark)102 * @return PriceAmount123 * @param PriceAmount125 public function setLowWatermark(PriceAmount $lowWatermark)130 * @return PriceAmount165 * @param PriceAmount[all …]
47 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 PriceAmount241 public function setFreeGiftValue(PriceAmount $freeGiftValue)246 * @return PriceAmount365 * @param PriceAmount367 public function setLimitValue(PriceAmount $limitValue)[all …]
22 protected $fixedFeeType = PriceAmount::class;30 * @param PriceAmount32 public function setFixedFee(PriceAmount $fixedFee)37 * @return PriceAmount
45 protected $totalGmvType = PriceAmount::class;151 * @param PriceAmount153 public function setTotalGmv(PriceAmount $totalGmv)158 * @return PriceAmount
23 protected $customerShippingFeeType = PriceAmount::class;55 * @param PriceAmount57 public function setCustomerShippingFee(PriceAmount $customerShippingFee)62 * @return PriceAmount
20 class PriceAmount extends \Google\Model class62 class_alias(PriceAmount::class, 'Google_Service_ShoppingContent_PriceAmount');