text stringlengths 65 57.3k | file_path stringlengths 22 92 | module stringclasses 38
values | type stringclasses 7
values | struct_name stringlengths 3 60 ⌀ | impl_count int64 0 60 ⌀ | traits listlengths 0 59 ⌀ | tokens int64 16 8.19k | function_name stringlengths 3 85 ⌀ | type_name stringlengths 1 67 ⌀ | trait_name stringclasses 573
values | method_count int64 0 31 ⌀ | public_method_count int64 0 19 ⌀ | submodule_count int64 0 56 ⌀ | export_count int64 0 9 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
// Struct: BarclaycardPaymentsRequest
// File: crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct BarclaycardPaymentsRequest | crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs | hyperswitch_connectors | struct_definition | BarclaycardPaymentsRequest | 0 | [] | 53 | null | null | null | null | null | null | null |
// Module Structure
// File: crates/hyperswitch_connectors/src/connectors/worldpayxml.rs
// Module: hyperswitch_connectors
// Public submodules:
pub mod transformers;
| crates/hyperswitch_connectors/src/connectors/worldpayxml.rs | hyperswitch_connectors | module_structure | null | null | null | 39 | null | null | null | null | null | 1 | 0 |
// Module Structure
// File: crates/router/src/core/proxy.rs
// Module: router
// Public submodules:
pub mod utils;
| crates/router/src/core/proxy.rs | router | module_structure | null | null | null | 29 | null | null | null | null | null | 1 | 0 |
// Implementation: impl FraudCheckTransaction for for Signifyd
// File: crates/hyperswitch_connectors/src/connectors/signifyd.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl FraudCheckTransaction for for Signifyd | crates/hyperswitch_connectors/src/connectors/signifyd.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Signifyd | FraudCheckTransaction for | 0 | 0 | null | null |
// Implementation: impl Responder
// File: crates/router/src/routes/gsm.rs
// Module: router
// Methods: 0 total (0 public)
impl Responder | crates/router/src/routes/gsm.rs | router | impl_block | null | null | null | 36 | null | Responder | null | 0 | 0 | null | null |
// Function: master_key
// File: crates/storage_impl/src/lib.rs
// Module: storage_impl
pub fn master_key(&self) -> &StrongSecret<Vec<u8>> | crates/storage_impl/src/lib.rs | storage_impl | function_signature | null | null | null | 37 | master_key | null | null | null | null | null | null |
common_enums::CardNetwork::AmericanExpress,
common_enums::CardNetwork::JCB,
common_enums::CardNetwork::DinersClub,
common_enums::CardNetwork::UnionPay,
common_enums::CardNetwork::Discover,
common_enums::CardNetwork::CartesBancaires,
com... | crates/hyperswitch_connectors/src/connectors/novalnet.rs#chunk1 | hyperswitch_connectors | chunk | null | null | null | 874 | null | null | null | null | null | null | null |
// Implementation: impl ConnectorValidation for for Nexixpay
// File: crates/hyperswitch_connectors/src/connectors/nexixpay.rs
// Module: hyperswitch_connectors
// Methods: 1 total (0 public)
impl ConnectorValidation for for Nexixpay | crates/hyperswitch_connectors/src/connectors/nexixpay.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Nexixpay | ConnectorValidation for | 1 | 0 | null | null |
// Implementation: impl Refund
// File: crates/diesel_models/src/query/refund.rs
// Module: diesel_models
// Methods: 3 total (0 public)
impl Refund | crates/diesel_models/src/query/refund.rs | diesel_models | impl_block | null | null | null | 39 | null | Refund | null | 3 | 0 | null | null |
query = query.filter(pi_dsl::profile_id.eq_any(profile_id));
}
query = query.filter(pi_dsl::created_at.ge(time_range.start_time));
query = match time_range.end_time {
Some(ending_at) => query.filter(pi_dsl::created_at.le(ending_at)),
None => query,
}... | crates/storage_impl/src/payments/payment_intent.rs#chunk1 | storage_impl | chunk | null | null | null | 4,779 | null | null | null | null | null | null | null |
// Struct: EventContext
// File: crates/events/src/lib.rs
// Module: events
// Implementations: 1
pub struct EventContext<T, A> | crates/events/src/lib.rs | events | struct_definition | EventContext | 1 | [] | 35 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentAuthorize for for CtpMastercard
// File: crates/hyperswitch_connectors/src/connectors/ctp_mastercard.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentAuthorize for for CtpMastercard | crates/hyperswitch_connectors/src/connectors/ctp_mastercard.rs | hyperswitch_connectors | impl_block | null | null | null | 63 | null | CtpMastercard | api::PaymentAuthorize for | 0 | 0 | null | null |
maud::html! {
(maud::DOCTYPE)
html {
head {
meta name="viewport" content="width=device-width, initial-scale=1";
}
body style="background-color: #ffffff; padding: 20px; font-family: Arial, Helvetica, Sans-Serif;" ... | crates/router/src/services/api.rs#chunk3 | router | chunk | null | null | null | 6,113 | null | null | null | null | null | null | null |
// Struct: ErrorInformation
// File: crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ErrorInformation | crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs | hyperswitch_connectors | struct_definition | ErrorInformation | 0 | [] | 48 | null | null | null | null | null | null | null |
// File: crates/router/src/events/event_logger.rs
// Module: router
// Public structs: 1
use std::collections::HashMap;
use events::{EventsError, Message, MessagingInterface};
use masking::ErasedMaskSerialize;
use time::PrimitiveDateTime;
use super::EventType;
use crate::services::{kafka::KafkaMessage, logger};
#[d... | crates/router/src/events/event_logger.rs | router | full_file | null | null | null | 317 | null | null | null | null | null | null | null |
// File: crates/router/src/core/webhooks/types.rs
// Module: router
// Public functions: 1
// Public structs: 2
use api_models::{webhook_events, webhooks};
use common_utils::{crypto::SignMessage, ext_traits::Encode};
use error_stack::ResultExt;
use masking::Secret;
use serde::Serialize;
use crate::{
core::errors,... | crates/router/src/core/webhooks/types.rs | router | full_file | null | null | null | 977 | null | null | null | null | null | null | null |
// Struct: ErrorDetail
// File: crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ErrorDetail | crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs | hyperswitch_connectors | struct_definition | ErrorDetail | 0 | [] | 46 | null | null | null | null | null | null | null |
// File: crates/openapi/src/routes/routing.rs
// Module: openapi
// Public functions: 20
#[cfg(feature = "v1")]
/// Routing - Create
///
/// Create a routing config
#[utoipa::path(
post,
path = "/routing",
request_body = RoutingConfigRequest,
responses(
(status = 200, description = "Routing con... | crates/openapi/src/routes/routing.rs | openapi | full_file | null | null | null | 4,205 | null | null | null | null | null | null | null |
// Implementation: impl api::ConnectorAccessToken for for Payme
// File: crates/hyperswitch_connectors/src/connectors/payme.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::ConnectorAccessToken for for Payme | crates/hyperswitch_connectors/src/connectors/payme.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Payme | api::ConnectorAccessToken for | 0 | 0 | null | null |
// Function: headers
// File: crates/common_utils/src/request.rs
// Module: common_utils
pub fn headers(mut self, headers: Vec<(String, Maskable<String>) | crates/common_utils/src/request.rs | common_utils | function_signature | null | null | null | 37 | headers | null | null | null | null | null | null |
// Function: get_ephemeral_or_other_auth
// File: crates/router/src/services/authentication.rs
// Module: router
pub fn get_ephemeral_or_other_auth<T>(
headers: &HeaderMap,
is_merchant_flow: bool,
payload: Option<&impl ClientSecretFetch>,
api_auth: ApiKeyAuth,
) -> RouterResult<(
Box<dyn Authentica... | crates/router/src/services/authentication.rs | router | function_signature | null | null | null | 156 | get_ephemeral_or_other_auth | null | null | null | null | null | null |
// Struct: NoonOrderNvp
// File: crates/hyperswitch_connectors/src/connectors/noon/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 1
pub struct NoonOrderNvp | crates/hyperswitch_connectors/src/connectors/noon/transformers.rs | hyperswitch_connectors | struct_definition | NoonOrderNvp | 1 | [] | 49 | null | null | null | null | null | null | null |
// Struct: PaymentIntentMetricsBucketValue
// File: crates/api_models/src/analytics/payment_intents.rs
// Module: api_models
// Implementations: 0
pub struct PaymentIntentMetricsBucketValue | crates/api_models/src/analytics/payment_intents.rs | api_models | struct_definition | PaymentIntentMetricsBucketValue | 0 | [] | 43 | null | null | null | null | null | null | null |
// Struct: PlaidRecipientCreateAddress
// File: crates/pm_auth/src/connector/plaid/transformers.rs
// Module: pm_auth
// Implementations: 0
pub struct PlaidRecipientCreateAddress | crates/pm_auth/src/connector/plaid/transformers.rs | pm_auth | struct_definition | PlaidRecipientCreateAddress | 0 | [] | 45 | null | null | null | null | null | null | null |
// Struct: ClientRiskInformation
// File: crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct ClientRiskInformation | crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs | hyperswitch_connectors | struct_definition | ClientRiskInformation | 0 | [] | 49 | null | null | null | null | null | null | null |
// Function: generate_recon_token
// File: crates/router/src/core/recon.rs
// Module: router
pub fn generate_recon_token(
state: SessionState,
user_with_role: authentication::UserFromTokenWithRoleInfo,
) -> RouterResponse<recon_api::ReconTokenResponse> | crates/router/src/core/recon.rs | router | function_signature | null | null | null | 65 | generate_recon_token | null | null | null | null | null | null |
// Function: get_org_auth_event_metrics
// File: crates/router/src/analytics.rs
// Module: router
// Documentation: Panics if `json_payload` array does not contain one `GetAuthEventMetricRequest` element.
pub fn get_org_auth_event_metrics(
state: web::Data<AppState>,
req: actix_web::HttpRequest,
... | crates/router/src/analytics.rs | router | function_signature | null | null | null | 98 | get_org_auth_event_metrics | null | null | null | null | null | null |
// Function: create_profile
// File: crates/router/src/core/admin.rs
// Module: router
pub fn create_profile(
state: SessionState,
request: api::ProfileCreate,
merchant_context: domain::MerchantContext,
) -> RouterResponse<api_models::admin::ProfileResponse> | crates/router/src/core/admin.rs | router | function_signature | null | null | null | 62 | create_profile | null | null | null | null | null | null |
// Implementation: impl DynamicRoutingStatsNew
// File: crates/diesel_models/src/query/dynamic_routing_stats.rs
// Module: diesel_models
// Methods: 1 total (0 public)
impl DynamicRoutingStatsNew | crates/diesel_models/src/query/dynamic_routing_stats.rs | diesel_models | impl_block | null | null | null | 45 | null | DynamicRoutingStatsNew | null | 1 | 0 | null | null |
// File: crates/hyperswitch_domain_models/src/bulk_tokenization.rs
// Module: hyperswitch_domain_models
// Public structs: 4
use api_models::{payment_methods as payment_methods_api, payments as payments_api};
use cards::CardNumber;
use common_enums as enums;
use common_utils::{
errors,
ext_traits::OptionExt,
... | crates/hyperswitch_domain_models/src/bulk_tokenization.rs | hyperswitch_domain_models | full_file | null | null | null | 2,545 | null | null | null | null | null | null | null |
// Struct: MerchantConnectorAccountFeatureMetadata
// File: crates/diesel_models/src/merchant_connector_account.rs
// Module: diesel_models
// Implementations: 0
pub struct MerchantConnectorAccountFeatureMetadata | crates/diesel_models/src/merchant_connector_account.rs | diesel_models | struct_definition | MerchantConnectorAccountFeatureMetadata | 0 | [] | 43 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentSync for for Loonio
// File: crates/hyperswitch_connectors/src/connectors/loonio.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentSync for for Loonio | crates/hyperswitch_connectors/src/connectors/loonio.rs | hyperswitch_connectors | impl_block | null | null | null | 58 | null | Loonio | api::PaymentSync for | 0 | 0 | null | null |
// Struct: UpiCollectData
// File: crates/hyperswitch_domain_models/src/payment_method_data.rs
// Module: hyperswitch_domain_models
// Implementations: 0
pub struct UpiCollectData | crates/hyperswitch_domain_models/src/payment_method_data.rs | hyperswitch_domain_models | struct_definition | UpiCollectData | 0 | [] | 45 | null | null | null | null | null | null | null |
// Module Structure
// File: crates/hyperswitch_connectors/src/connectors/stripebilling.rs
// Module: hyperswitch_connectors
// Public submodules:
pub mod transformers;
| crates/hyperswitch_connectors/src/connectors/stripebilling.rs | hyperswitch_connectors | module_structure | null | null | null | 39 | null | null | null | null | null | 1 | 0 |
// Implementation: impl PaymentIntent
// File: crates/diesel_models/src/query/payment_intent.rs
// Module: diesel_models
// Methods: 8 total (0 public)
impl PaymentIntent | crates/diesel_models/src/query/payment_intent.rs | diesel_models | impl_block | null | null | null | 39 | null | PaymentIntent | null | 8 | 0 | null | null |
// File: crates/drainer/src/logger.rs
// Module: drainer
#[doc(inline)]
pub use router_env::{debug, error, info, warn};
| crates/drainer/src/logger.rs | drainer | full_file | null | null | null | 34 | null | null | null | null | null | null | null |
// Function: build
// File: crates/router/src/core/payment_methods/tokenize/card_executor.rs
// Module: router
pub fn build(self) -> api::CardNetworkTokenizeResponse | crates/router/src/core/payment_methods/tokenize/card_executor.rs | router | function_signature | null | null | null | 38 | build | null | null | null | null | null | null |
// Struct: JpmorganAuthType
// File: crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct JpmorganAuthType | crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs | hyperswitch_connectors | struct_definition | JpmorganAuthType | 0 | [] | 52 | null | null | null | null | null | null | null |
// Struct: RedsysPaymentsResponse
// File: crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct RedsysPaymentsResponse | crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs | hyperswitch_connectors | struct_definition | RedsysPaymentsResponse | 0 | [] | 49 | null | null | null | null | null | null | null |
// Struct: CustomerPaymentMethodsListResponse
// File: crates/api_models/src/payment_methods.rs
// Module: api_models
// Implementations: 0
pub struct CustomerPaymentMethodsListResponse | crates/api_models/src/payment_methods.rs | api_models | struct_definition | CustomerPaymentMethodsListResponse | 0 | [] | 40 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentSync for for Authipay
// File: crates/hyperswitch_connectors/src/connectors/authipay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentSync for for Authipay | crates/hyperswitch_connectors/src/connectors/authipay.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Authipay | api::PaymentSync for | 0 | 0 | null | null |
// Function: get_payment_link_config_based_on_priority
// File: crates/router/src/core/payment_link.rs
// Module: router
pub fn get_payment_link_config_based_on_priority(
payment_create_link_config: Option<api_models::payments::PaymentCreatePaymentLinkConfig>,
business_link_config: Option<diesel_models::busine... | crates/router/src/core/payment_link.rs | router | function_signature | null | null | null | 116 | get_payment_link_config_based_on_priority | null | null | null | null | null | null |
// Implementation: impl api::PaymentSession for for Peachpayments
// File: crates/hyperswitch_connectors/src/connectors/peachpayments.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentSession for for Peachpayments | crates/hyperswitch_connectors/src/connectors/peachpayments.rs | hyperswitch_connectors | impl_block | null | null | null | 59 | null | Peachpayments | api::PaymentSession for | 0 | 0 | null | null |
// Struct: GlobepaySyncResponse
// File: crates/hyperswitch_connectors/src/connectors/globepay/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct GlobepaySyncResponse | crates/hyperswitch_connectors/src/connectors/globepay/transformers.rs | hyperswitch_connectors | struct_definition | GlobepaySyncResponse | 0 | [] | 53 | null | null | null | null | null | null | null |
// Struct: LoonioPaymentRequest
// File: crates/hyperswitch_connectors/src/connectors/loonio/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct LoonioPaymentRequest | crates/hyperswitch_connectors/src/connectors/loonio/transformers.rs | hyperswitch_connectors | struct_definition | LoonioPaymentRequest | 0 | [] | 50 | null | null | null | null | null | null | null |
// Struct: SilverflowTokenizationResponse
// File: crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct SilverflowTokenizationResponse | crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs | hyperswitch_connectors | struct_definition | SilverflowTokenizationResponse | 0 | [] | 52 | null | null | null | null | null | null | null |
// Implementation: impl api::PaymentToken for for Inespay
// File: crates/hyperswitch_connectors/src/connectors/inespay.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PaymentToken for for Inespay | crates/hyperswitch_connectors/src/connectors/inespay.rs | hyperswitch_connectors | impl_block | null | null | null | 60 | null | Inespay | api::PaymentToken for | 0 | 0 | null | null |
// Struct: SurchargeDetailsResponse
// File: crates/api_models/src/payment_methods.rs
// Module: api_models
// Implementations: 0
pub struct SurchargeDetailsResponse | crates/api_models/src/payment_methods.rs | api_models | struct_definition | SurchargeDetailsResponse | 0 | [] | 38 | null | null | null | null | null | null | null |
// Function: program
// File: crates/euclid/src/frontend/ast/parser.rs
// Module: euclid
pub fn program<O: EuclidParsable + 'static>(input: &str) -> ParseResult<&str, ast::Program<O>> | crates/euclid/src/frontend/ast/parser.rs | euclid | function_signature | null | null | null | 55 | program | null | null | null | null | null | null |
// Struct: DeclinedPaymentDetails
// File: crates/hyperswitch_connectors/src/connectors/riskified/transformers/api.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct DeclinedPaymentDetails | crates/hyperswitch_connectors/src/connectors/riskified/transformers/api.rs | hyperswitch_connectors | struct_definition | DeclinedPaymentDetails | 0 | [] | 51 | null | null | null | null | null | null | null |
// Struct: RecoveryTimestamp
// File: crates/router/src/types/storage/revenue_recovery.rs
// Module: router
// Implementations: 1
// Traits: Default
pub struct RecoveryTimestamp | crates/router/src/types/storage/revenue_recovery.rs | router | struct_definition | RecoveryTimestamp | 1 | [
"Default"
] | 40 | null | null | null | null | null | null | null |
// Implementation: impl ConnectorCommon for for Xendit
// File: crates/hyperswitch_connectors/src/connectors/xendit.rs
// Module: hyperswitch_connectors
// Methods: 6 total (0 public)
impl ConnectorCommon for for Xendit | crates/hyperswitch_connectors/src/connectors/xendit.rs | hyperswitch_connectors | impl_block | null | null | null | 56 | null | Xendit | ConnectorCommon for | 6 | 0 | null | null |
// Implementation: impl Default for for CycleCheck
// File: crates/hyperswitch_constraint_graph/src/types.rs
// Module: hyperswitch_constraint_graph
// Methods: 1 total (0 public)
impl Default for for CycleCheck | crates/hyperswitch_constraint_graph/src/types.rs | hyperswitch_constraint_graph | impl_block | null | null | null | 48 | null | CycleCheck | Default for | 1 | 0 | null | null |
// Function: validate_and_get_payment_method_records
// File: crates/payment_methods/src/core/migration.rs
// Module: payment_methods
pub fn validate_and_get_payment_method_records(self) -> MigrationValidationResult | crates/payment_methods/src/core/migration.rs | payment_methods | function_signature | null | null | null | 42 | validate_and_get_payment_method_records | null | null | null | null | null | null |
// File: crates/router/src/core/payment_methods/network_tokenization.rs
// Module: router
// Public functions: 14
#[cfg(feature = "v2")]
use std::fmt::Debug;
#[cfg(feature = "v2")]
use std::str::FromStr;
use ::payment_methods::controller::PaymentMethodsController;
use api_models::payment_methods as api_payment_method... | crates/router/src/core/payment_methods/network_tokenization.rs | router | full_file | null | null | null | 7,261 | null | null | null | null | null | null | null |
// Function: get_updated_connector_token_details
// File: crates/hyperswitch_domain_models/src/router_response_types.rs
// Module: hyperswitch_domain_models
pub fn get_updated_connector_token_details(
&self,
original_connector_mandate_request_reference_id: Option<String>,
) -> Option<diesel_models:... | crates/hyperswitch_domain_models/src/router_response_types.rs | hyperswitch_domain_models | function_signature | null | null | null | 70 | get_updated_connector_token_details | null | null | null | null | null | null |
// Function: get_error_response
// File: crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
// Module: hyperswitch_connectors
pub fn get_error_response(
error_data: &Option<CybersourceErrorInformation>,
processor_information: &Option<ClientProcessorInformation>,
risk_information: &Opt... | crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs | hyperswitch_connectors | function_signature | null | null | null | 104 | get_error_response | null | null | null | null | null | null |
// Function: tenant_id
// File: crates/common_utils/src/types/user/theme.rs
// Module: common_utils
// Documentation: Get the tenant_id from the lineage
pub fn tenant_id(&self) -> &id_type::TenantId | crates/common_utils/src/types/user/theme.rs | common_utils | function_signature | null | null | null | 49 | tenant_id | null | null | null | null | null | null |
// Implementation: impl HealthCheck for for OpenSearchClient
// File: crates/analytics/src/opensearch.rs
// Module: analytics
// Methods: 1 total (0 public)
impl HealthCheck for for OpenSearchClient | crates/analytics/src/opensearch.rs | analytics | impl_block | null | null | null | 47 | null | OpenSearchClient | HealthCheck for | 1 | 0 | null | null |
// Implementation: impl ConnectorCommon for for Dwolla
// File: crates/hyperswitch_connectors/src/connectors/dwolla.rs
// Module: hyperswitch_connectors
// Methods: 5 total (0 public)
impl ConnectorCommon for for Dwolla | crates/hyperswitch_connectors/src/connectors/dwolla.rs | hyperswitch_connectors | impl_block | null | null | null | 54 | null | Dwolla | ConnectorCommon for | 5 | 0 | null | null |
// Struct: NoonPaymentsRequest
// File: crates/hyperswitch_connectors/src/connectors/noon/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct NoonPaymentsRequest | crates/hyperswitch_connectors/src/connectors/noon/transformers.rs | hyperswitch_connectors | struct_definition | NoonPaymentsRequest | 0 | [] | 47 | null | null | null | null | null | null | null |
// Struct: NovalnetCaptureRequest
// File: crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct NovalnetCaptureRequest | crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs | hyperswitch_connectors | struct_definition | NovalnetCaptureRequest | 0 | [] | 52 | null | null | null | null | null | null | null |
// Function: new
// File: crates/hyperswitch_connectors/src/connectors/billwerk.rs
// Module: hyperswitch_connectors
pub fn new() -> &'static Self | crates/hyperswitch_connectors/src/connectors/billwerk.rs | hyperswitch_connectors | function_signature | null | null | null | 39 | new | null | null | null | null | null | null |
// Struct: Capture
// File: crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct Capture | crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs | hyperswitch_connectors | struct_definition | Capture | 0 | [] | 45 | null | null | null | null | null | null | null |
// Function: find_by_id
// File: crates/diesel_models/src/query/tokenization.rs
// Module: diesel_models
pub fn find_by_id(
conn: &PgPooledConn,
id: &common_utils::id_type::GlobalTokenId,
) -> StorageResult<Self> | crates/diesel_models/src/query/tokenization.rs | diesel_models | function_signature | null | null | null | 62 | find_by_id | null | null | null | null | null | null |
// Struct: PaypalBatchPayoutWebhooks
// File: crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct PaypalBatchPayoutWebhooks | crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs | hyperswitch_connectors | struct_definition | PaypalBatchPayoutWebhooks | 0 | [] | 53 | null | null | null | null | null | null | null |
// Struct: SavedPMLPaymentsInfo
// File: crates/router/src/types/payment_methods.rs
// Module: router
// Implementations: 0
pub struct SavedPMLPaymentsInfo | crates/router/src/types/payment_methods.rs | router | struct_definition | SavedPMLPaymentsInfo | 0 | [] | 39 | null | null | null | null | null | null | null |
// Implementation: impl WorldpayPaymentsRequestData
for for RouterData
// File: crates/hyperswitch_connectors/src/connectors/worldpay/transformers.rs
// Module: hyperswitch_connectors
// Methods: 15 total (0 public)
impl WorldpayPaymentsRequestData
for for RouterData | crates/hyperswitch_connectors/src/connectors/worldpay/transformers.rs | hyperswitch_connectors | impl_block | null | null | null | 67 | null | RouterData | WorldpayPaymentsRequestData
for | 15 | 0 | null | null |
// File: crates/diesel_models/src/query/routing_algorithm.rs
// Module: diesel_models
// Public functions: 7
use async_bb8_diesel::AsyncRunQueryDsl;
use diesel::{associations::HasTable, BoolExpressionMethods, ExpressionMethods, QueryDsl};
use error_stack::{report, ResultExt};
use time::PrimitiveDateTime;
use crate::{... | crates/diesel_models/src/query/routing_algorithm.rs | diesel_models | full_file | null | null | null | 1,716 | null | null | null | null | null | null | null |
// Struct: NetceteraPreAuthenticationRequest
// File: crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct NetceteraPreAuthenticationRequest | crates/hyperswitch_connectors/src/connectors/netcetera/transformers.rs | hyperswitch_connectors | struct_definition | NetceteraPreAuthenticationRequest | 0 | [] | 57 | null | null | null | null | null | null | null |
// Implementation: impl ConnectorCommon for for Fiuu
// File: crates/hyperswitch_connectors/src/connectors/fiuu.rs
// Module: hyperswitch_connectors
// Methods: 4 total (0 public)
impl ConnectorCommon for for Fiuu | crates/hyperswitch_connectors/src/connectors/fiuu.rs | hyperswitch_connectors | impl_block | null | null | null | 56 | null | Fiuu | ConnectorCommon for | 4 | 0 | null | null |
// Implementation: impl ConnectorCommon for for Elavon
// File: crates/hyperswitch_connectors/src/connectors/elavon.rs
// Module: hyperswitch_connectors
// Methods: 4 total (0 public)
impl ConnectorCommon for for Elavon | crates/hyperswitch_connectors/src/connectors/elavon.rs | hyperswitch_connectors | impl_block | null | null | null | 56 | null | Elavon | ConnectorCommon for | 4 | 0 | null | null |
// File: crates/router/src/cors.rs
// Module: router
// Public functions: 1
// use actix_web::http::header;
use crate::configs::settings;
pub fn cors(config: settings::CorsSettings) -> actix_cors::Cors {
let allowed_methods = config.allowed_methods.iter().map(|s| s.as_str());
let mut cors = actix_cors::Cors... | crates/router/src/cors.rs | router | full_file | null | null | null | 207 | null | null | null | null | null | null | null |
// Function: should_call_connector_for_dispute_sync
// File: crates/router/src/core/disputes.rs
// Module: router
pub fn should_call_connector_for_dispute_sync(
force_sync: Option<bool>,
dispute_status: storage_enums::DisputeStatus,
) -> bool | crates/router/src/core/disputes.rs | router | function_signature | null | null | null | 60 | should_call_connector_for_dispute_sync | null | null | null | null | null | null |
// Struct: BluecodeQrRedirect
// File: crates/hyperswitch_domain_models/src/payment_method_data.rs
// Module: hyperswitch_domain_models
// Implementations: 0
pub struct BluecodeQrRedirect | crates/hyperswitch_domain_models/src/payment_method_data.rs | hyperswitch_domain_models | struct_definition | BluecodeQrRedirect | 0 | [] | 47 | null | null | null | null | null | null | null |
// Implementation: impl ApiEventMetric for for AuthenticationEligibilityRequest
// File: crates/api_models/src/authentication.rs
// Module: api_models
// Methods: 1 total (0 public)
impl ApiEventMetric for for AuthenticationEligibilityRequest | crates/api_models/src/authentication.rs | api_models | impl_block | null | null | null | 52 | null | AuthenticationEligibilityRequest | ApiEventMetric for | 1 | 0 | null | null |
// Function: find_all_by_lineage_hierarchy
// File: crates/diesel_models/src/query/user/theme.rs
// Module: diesel_models
// Documentation: Finds all themes that match the specified lineage hierarchy.
pub fn find_all_by_lineage_hierarchy(
conn: &PgPooledConn,
lineage: ThemeLineage,
) -> StorageRes... | crates/diesel_models/src/query/user/theme.rs | diesel_models | function_signature | null | null | null | 75 | find_all_by_lineage_hierarchy | null | null | null | null | null | null |
// Implementation: impl api::Refund for for Bankofamerica
// File: crates/hyperswitch_connectors/src/connectors/bankofamerica.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::Refund for for Bankofamerica | crates/hyperswitch_connectors/src/connectors/bankofamerica.rs | hyperswitch_connectors | impl_block | null | null | null | 64 | null | Bankofamerica | api::Refund for | 0 | 0 | null | null |
// Function: delete_totp_secret_from_redis
// File: crates/router/src/utils/user/two_factor_auth.rs
// Module: router
pub fn delete_totp_secret_from_redis(state: &SessionState, user_id: &str) -> UserResult<()> | crates/router/src/utils/user/two_factor_auth.rs | router | function_signature | null | null | null | 53 | delete_totp_secret_from_redis | null | null | null | null | null | null |
// Function: authentication_sync
// File: crates/router/src/routes/authentication.rs
// Module: router
pub fn authentication_sync(
state: web::Data<app::AppState>,
req: HttpRequest,
path: web::Path<(
common_utils::id_type::MerchantId,
common_utils::id_type::AuthenticationId,
) | crates/router/src/routes/authentication.rs | router | function_signature | null | null | null | 72 | authentication_sync | null | null | null | null | null | null |
// Struct: AdyenTransferErrorResponse
// File: crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct AdyenTransferErrorResponse | crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs | hyperswitch_connectors | struct_definition | AdyenTransferErrorResponse | 0 | [] | 54 | null | null | null | null | null | null | null |
// Implementation: impl crate::core::payments::Operation for for Point
// File: crates/router_derive/src/lib.rs
// Module: router_derive
// Methods: 4 total (0 public)
impl crate::core::payments::Operation for for Point | crates/router_derive/src/lib.rs | router_derive | impl_block | null | null | null | 54 | null | Point | crate::core::payments::Operation for | 4 | 0 | null | null |
// Struct: CallbackMapper
// File: crates/diesel_models/src/callback_mapper.rs
// Module: diesel_models
// Implementations: 0
pub struct CallbackMapper | crates/diesel_models/src/callback_mapper.rs | diesel_models | struct_definition | CallbackMapper | 0 | [] | 35 | null | null | null | null | null | null | null |
}
}
#[cfg(feature = "v1")]
use diesel_models::{
PaymentIntentUpdate as DieselPaymentIntentUpdate,
PaymentIntentUpdateFields as DieselPaymentIntentUpdateFields,
};
// TODO: check where this conversion is used
// #[cfg(feature = "v2")]
// impl From<PaymentIntentUpdate> for DieselPaymentIntentUpdate {
// ... | crates/hyperswitch_domain_models/src/payments/payment_intent.rs#chunk1 | hyperswitch_domain_models | chunk | null | null | null | 8,184 | null | null | null | null | null | null | null |
// File: crates/diesel_models/src/query/gsm.rs
// Module: diesel_models
// Public functions: 5
use diesel::{associations::HasTable, BoolExpressionMethods, ExpressionMethods};
use error_stack::report;
use crate::{
errors, gsm::*, query::generics, schema::gateway_status_map::dsl, PgPooledConn, StorageResult,
};
im... | crates/diesel_models/src/query/gsm.rs | diesel_models | full_file | null | null | null | 678 | null | null | null | null | null | null | null |
// Implementation: impl Default for for WiseHttpStatus
// File: crates/hyperswitch_connectors/src/connectors/wise/transformers.rs
// Module: hyperswitch_connectors
// Methods: 1 total (0 public)
impl Default for for WiseHttpStatus | crates/hyperswitch_connectors/src/connectors/wise/transformers.rs | hyperswitch_connectors | impl_block | null | null | null | 54 | null | WiseHttpStatus | Default for | 1 | 0 | null | null |
// Function: construct_post_authentication_router_data
// File: crates/router/src/core/authentication/transformers.rs
// Module: router
pub fn construct_post_authentication_router_data(
state: &SessionState,
authentication_connector: String,
business_profile: domain::Profile,
merchant_connector_account... | crates/router/src/core/authentication/transformers.rs | router | function_signature | null | null | null | 107 | construct_post_authentication_router_data | null | null | null | null | null | null |
// Struct: MetricsBucketResponse
// File: crates/api_models/src/analytics/payment_intents.rs
// Module: api_models
// Implementations: 0
pub struct MetricsBucketResponse | crates/api_models/src/analytics/payment_intents.rs | api_models | struct_definition | MetricsBucketResponse | 0 | [] | 39 | null | null | null | null | null | null | null |
// Implementation: impl ConnectorSpecifications for for Itaubank
// File: crates/hyperswitch_connectors/src/connectors/itaubank.rs
// Module: hyperswitch_connectors
// Methods: 3 total (0 public)
impl ConnectorSpecifications for for Itaubank | crates/hyperswitch_connectors/src/connectors/itaubank.rs | hyperswitch_connectors | impl_block | null | null | null | 57 | null | Itaubank | ConnectorSpecifications for | 3 | 0 | null | null |
// Struct: DisputeOutcome
// File: crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
// Module: hyperswitch_connectors
// Implementations: 0
pub struct DisputeOutcome | crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs | hyperswitch_connectors | struct_definition | DisputeOutcome | 0 | [] | 47 | null | null | null | null | null | null | null |
// File: crates/diesel_models/src/invoice.rs
// Module: diesel_models
// Public functions: 2
// Public structs: 3
use common_enums::connector_enums::{Connector, InvoiceStatus};
use common_utils::{id_type::GenerateId, pii::SecretSerdeValue, types::MinorUnit};
use diesel::{AsChangeset, Identifiable, Insertable, Queryabl... | crates/diesel_models/src/invoice.rs | diesel_models | full_file | null | null | null | 900 | null | null | null | null | null | null | null |
// Function: perform_dynamic_routing_volume_split
// File: crates/router/src/core/payments/routing.rs
// Module: router
pub fn perform_dynamic_routing_volume_split(
splits: Vec<api_models::routing::RoutingVolumeSplit>,
rng_seed: Option<&str>,
) -> RoutingResult<api_models::routing::RoutingVolumeSplit> | crates/router/src/core/payments/routing.rs | router | function_signature | null | null | null | 71 | perform_dynamic_routing_volume_split | null | null | null | null | null | null |
// Function: validate_and_get_payment_method_records
// File: crates/router/src/core/payment_methods/migration.rs
// Module: router
pub fn validate_and_get_payment_method_records(self) -> UpdateValidationResult | crates/router/src/core/payment_methods/migration.rs | router | function_signature | null | null | null | 42 | validate_and_get_payment_method_records | null | null | null | null | null | null |
// Implementation: impl MerchantConnectorResponse
// File: crates/api_models/src/admin.rs
// Module: api_models
// Methods: 1 total (1 public)
impl MerchantConnectorResponse | crates/api_models/src/admin.rs | api_models | impl_block | null | null | null | 38 | null | MerchantConnectorResponse | null | 1 | 1 | null | null |
// Implementation: impl Responder
// File: crates/router/src/analytics.rs
// Module: router
// Methods: 0 total (0 public)
impl Responder | crates/router/src/analytics.rs | router | impl_block | null | null | null | 35 | null | Responder | null | 0 | 0 | null | null |
// Implementation: impl api::PayoutEligibility for for Ebanx
// File: crates/hyperswitch_connectors/src/connectors/ebanx.rs
// Module: hyperswitch_connectors
// Methods: 0 total (0 public)
impl api::PayoutEligibility for for Ebanx | crates/hyperswitch_connectors/src/connectors/ebanx.rs | hyperswitch_connectors | impl_block | null | null | null | 67 | null | Ebanx | api::PayoutEligibility for | 0 | 0 | null | null |
// File: crates/router/src/core/webhooks/network_tokenization_incoming.rs
// Module: router
// Public functions: 8
// Public structs: 2
use std::str::FromStr;
use ::payment_methods::controller::PaymentMethodsController;
use api_models::webhooks::WebhookResponseTracker;
use async_trait::async_trait;
use common_utils::... | crates/router/src/core/webhooks/network_tokenization_incoming.rs | router | full_file | null | null | null | 3,435 | null | null | null | null | null | null | null |
// Struct: MerchantAccountCreate
// File: crates/api_models/src/admin.rs
// Module: api_models
// Implementations: 2
pub struct MerchantAccountCreate | crates/api_models/src/admin.rs | api_models | struct_definition | MerchantAccountCreate | 2 | [] | 35 | null | null | null | null | null | null | null |
// Struct: UsersConfigs
// File: crates/test_utils/src/connector_auth.rs
// Module: test_utils
// Implementations: 0
pub struct UsersConfigs | crates/test_utils/src/connector_auth.rs | test_utils | struct_definition | UsersConfigs | 0 | [] | 35 | null | null | null | null | null | null | null |
}
impl TryFrom<BluesnapWebhookObjectResource> for Value {
type Error = error_stack::Report<errors::ConnectorError>;
fn try_from(details: BluesnapWebhookObjectResource) -> Result<Self, Self::Error> {
let (card_transaction_type, processing_status, transaction_id) = match details
.transaction_... | crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs#chunk1 | hyperswitch_connectors | chunk | null | null | null | 830 | null | null | null | null | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.