$this->encodePrimaryKey($cgt->id), 'token' => (string)$cgt->token ?: '', 'gateway_customer_reference' => $cgt->gateway_customer_reference ?: '', 'gateway_type_id' => (string)$cgt->gateway_type_id ?: '', 'company_gateway_id' => (string)$this->encodePrimaryKey($cgt->company_gateway_id) ?: '', 'is_default' => (bool) $cgt->is_default, 'created_at' => (int)$cgt->created_at, 'updated_at' => (int)$cgt->updated_at, 'archived_at' => (int)$cgt->deleted_at, ]; } }