Beispiel #1
0
 public function update($params = null)
 {
     return parent::_update($params);
 }
Beispiel #2
0
 public static function where($params = null)
 {
     $class = get_called_class();
     return parent::_scpWhere($class, $params);
 }
Beispiel #3
0
 public function delete()
 {
     return parent::_delete('payee', 'payout_methods');
 }
Beispiel #4
0
 public function resume()
 {
     return parent::_customAction('post', 'resume');
 }
Beispiel #5
0
 public function createPayoutMethod($params = null)
 {
     return parent::_createMember('payout_methods', $params);
 }
Beispiel #6
0
 public function delete()
 {
     return parent::_delete('customer', 'cards');
 }
Beispiel #7
0
 /**
  * @deprecated
  */
 public static function retrieve($id)
 {
     $class = get_called_class();
     return parent::_scpFind($class, $id);
 }