$api_response * @property \Illuminate\Support\Carbon $created_at * @property \Illuminate\Support\Carbon $updated_at */ class OnlinePayment extends Model { /** * Get the attributes that should be cast. * * @return array */ protected function casts(): array { return [ 'api_response' => 'array', ]; } }