public function getAggregators()
 {
     return $this->hasOne(PaymentAggregators::className(), ['id' => 'aggregator']);
 }