*/ public function parent(): BelongsTo { return $this->belongsTo(VisaMasterPaymentOrder::class, 'visa_master_payment_order_id'); } }