/**
  * {@inheritDoc}
  */
 public function setBillingType($billingType)
 {
     $this->__initializer__ && $this->__initializer__->__invoke($this, 'setBillingType', array($billingType));
     return parent::setBillingType($billingType);
 }