public function __construct($options = null)
 {
     parent::__construct($options);
     $this->_spec['validators']['monthlyStaticIp'] = array('Money' => array('breakChainOnFailure' => true));
     $this->_spec['validators']['customApn'] = array('Money' => array('breakChainOnFailure' => true));
 }
 public function __construct($options = null)
 {
     parent::__construct($options);
     $this->_spec['validators']['operationSendSms'] = array('Money' => array('breakChainOnFailure' => true, 'max' => 999999 + 1));
     $this->_spec['validators']['monthlyVoucherUnits'] = array('LimitedInt' => array('breakChainOnFailure' => true, 'min' => 0 - 1, 'max' => 2147483647 + 1));
 }