*/ protected $casts = [ 'paid' => 'boolean', 'synced_with_system' => 'boolean', ]; /** * Parent order * * @return BelongsTo */ public function parent(): BelongsTo { return $this->belongsTo(SberPaymentOrder::class, 'sber_payment_order_id'); } }