Example #1
0
 /**
  * Retrieves a quote for the price of the specified quantities of pricing components of the product rate plan
  * @see Bf_Quote::getQuote()
  * @return Bf_APIQuote The price quote
  */
 public function getQuote(array $namesToValues, array $quoteOptions = array('couponCodes' => array(), 'quoteFor' => 'InitialPeriod'))
 {
     return Bf_Quote::getQuote($this, $namesToValues, $quoteOptions);
 }
Example #2
0
 public static function initStatics()
 {
     self::$_resourcePath = new Bf_ResourcePath('quotes', '');
 }