id stringlengths 20 153 | type stringclasses 1
value | granularity stringclasses 14
values | content stringlengths 16 84.3k | metadata dict |
|---|---|---|---|---|
hyperswitch_struct_router_-6331753979778951248 | clm | struct | // hyperswitch/crates/router/src/core/webhooks/recovery_incoming.rs
pub struct RecoveryAction {
pub action: common_types::payments::RecoveryAction,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-2681423666681137738 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/surcharge_decision_configs.rs
pub struct VirInterpreterBackendCacheWrapper {
cached_algorithm: backend::VirInterpreterBackend<SurchargeDecisionConfigs>,
merchant_surcharge_configs: surcharge_decision_configs::MerchantSurchargeConfigs,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_635979177975427642 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct StoreCardReq {
pub merchant_id: id_type::MerchantId,
pub merchant_customer_id: id_type::CustomerId,
#[serde(skip_serializing_if = "Option::is_none")]
pub requestor_card_reference: Option<String>,
pub card: Card,
pu... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-6929650623494947447 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct StoreGenericReq {
pub merchant_id: id_type::MerchantId,
pub merchant_customer_id: id_type::CustomerId,
#[serde(rename = "enc_card_data")]
pub enc_data: String,
pub ttl: i64,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_7107366517535378113 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct StoreCardResp {
pub status: String,
pub error_message: Option<String>,
pub error_code: Option<String>,
pub payload: Option<StoreCardRespPayload>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_7646843441257634164 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct StoreCardRespPayload {
pub card_reference: String,
pub duplication_check: Option<DataDuplicationCheck>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_3187195566263603431 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct CardReqBody {
pub merchant_id: id_type::MerchantId,
pub merchant_customer_id: id_type::CustomerId,
pub card_reference: String,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_8835784204586010780 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct CardReqBodyV2 {
pub merchant_id: id_type::MerchantId,
pub merchant_customer_id: String, // Not changing this as it might lead to api contract failure
pub card_reference: String,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_8050694868434552107 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct RetrieveCardResp {
pub status: String,
pub error_message: Option<String>,
pub error_code: Option<String>,
pub payload: Option<RetrieveCardRespPayload>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-6908330983021601180 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct RetrieveCardRespPayload {
pub card: Option<Card>,
pub enc_card_data: Option<Secret<String>>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_9223203689698297268 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct AddCardRequest {
pub card_number: cards::CardNumber,
pub customer_id: id_type::CustomerId,
pub card_exp_month: Secret<String>,
pub card_exp_year: Secret<String>,
pub merchant_id: id_type::MerchantId,
pub email_addr... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-1451422587349387484 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct AddCardResponse {
pub card_id: String,
pub external_id: String,
pub card_fingerprint: Secret<String>,
pub card_global_fingerprint: Secret<String>,
#[serde(rename = "merchant_id")]
pub merchant_id: Option<id_type::M... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_8936803509256628983 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct AddPaymentMethodResponse {
pub payment_method_id: String,
pub external_id: String,
#[serde(rename = "merchant_id")]
pub merchant_id: Option<id_type::MerchantId>,
pub nickname: Option<String>,
pub customer_id: Optio... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_8677234775726627163 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct GetPaymentMethodResponse {
pub payment_method: AddPaymentMethodResponse,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-8567410088803871500 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct GetCardResponse {
pub card: AddCardResponse,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_5674730712019579964 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct GetCard<'a> {
merchant_id: &'a str,
card_id: &'a str,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_1774327589567923880 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct DeleteCardResponse {
pub card_id: Option<String>,
pub external_id: Option<String>,
pub card_isin: Option<Secret<String>>,
pub status: String,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-5513867214160667254 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/transformers.rs
pub struct PaymentMethodMetadata {
pub payment_method_tokenization: std::collections::HashMap<String, String>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_5539119635859232537 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/tokenize.rs
pub struct CardNetworkTokenizeForm {
#[multipart(limit = "1MB")]
pub file: Bytes,
pub merchant_id: Text<id_type::MerchantId>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-2212273296917473125 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/migration.rs
pub struct PaymentMethodsUpdateForm {
#[multipart(limit = "1MB")]
pub file: bytes::Bytes,
pub merchant_id: text::Text<id_type::MerchantId>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_799642552784242440 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
pub struct TokenizedWalletSensitiveValues {
pub email: Option<Email>,
pub telephone_number: Option<masking::Secret<String>>,
pub wallet_id: Option<masking::Secret<String>>,
pub wallet_type: PaymentMethodType,
pub dpan: Option<cards::Car... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-6207330885110920552 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
pub struct TokenizedWalletInsensitiveValues {
pub customer_id: Option<id_type::CustomerId>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_3427870022975056969 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
pub struct TokenizedBankSensitiveValues {
pub bank_account_number: Option<masking::Secret<String>>,
pub bank_routing_number: Option<masking::Secret<String>>,
pub bic: Option<masking::Secret<String>>,
pub bank_sort_code: Option<masking::Secr... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_5467982082316629790 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
pub struct TokenizedBankInsensitiveValues {
pub customer_id: Option<id_type::CustomerId>,
pub bank_name: Option<String>,
pub bank_country_code: Option<api::enums::CountryAlpha2>,
pub bank_city: Option<String>,
pub bank_branch: Option<St... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_8696235444893088277 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
pub struct TokenizedBankRedirectSensitiveValues {
pub email: Email,
pub bank_redirect_type: PaymentMethodType,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_1462176579461397354 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
pub struct TokenizedBankRedirectInsensitiveValues {
pub customer_id: Option<id_type::CustomerId>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-759258724096022673 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
pub struct MockTokenizeDBValue {
pub value1: String,
pub value2: String,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_346734408240879929 | clm | struct | // hyperswitch/crates/router/src/core/payment_methods/vault.rs
pub struct TemporaryVaultCvc {
card_cvc: masking::Secret<String>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-7673742041271358167 | clm | struct | // hyperswitch/crates/router/src/bin/scheduler.rs
pub struct WorkflowRunner;
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-1061995721102879180 | clm | struct | // hyperswitch/crates/router/src/workflows/revenue_recovery.rs
struct InternalDeciderRequest {
first_error_message: String,
billing_state: Option<Secret<String>>,
card_funding: Option<String>,
card_network: Option<String>,
card_issuer: Option<String>,
invoice_start_time: Option<prost_types::Tim... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-7932868533128048795 | clm | struct | // hyperswitch/crates/router/src/workflows/revenue_recovery.rs
pub struct ScheduledToken {
pub token_details: PaymentProcessorTokenDetails,
pub schedule_time: time::PrimitiveDateTime,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_311877074357160404 | clm | struct | // hyperswitch/crates/router/src/utils/currency.rs
pub struct FxExchangeRatesCacheEntry {
pub data: Arc<ExchangeRates>,
timestamp: i64,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-1260137840906234438 | clm | struct | // hyperswitch/crates/router/src/utils/currency.rs
struct ForexResponse {
pub rates: HashMap<String, FloatDecimal>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-5519535200249776642 | clm | struct | // hyperswitch/crates/router/src/utils/currency.rs
struct FallbackForexResponse {
pub quotes: HashMap<String, FloatDecimal>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_3699186959760477339 | clm | struct | // hyperswitch/crates/router/src/utils/currency.rs
struct FloatDecimal(#[serde(with = "rust_decimal::serde::float")] Decimal);
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_2791056937567263065 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct CmdLineConf {
/// Config file.
/// Application will look for "config/config.toml" if this option isn't specified.
#[arg(short = 'f', long, value_name = "FILE")]
pub config_path: Option<PathBuf>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-2468058615606694091 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct Settings<S: SecretState> {
pub server: Server,
pub proxy: Proxy,
pub env: Env,
pub chat: SecretStateContainer<ChatSettings, S>,
pub master_database: SecretStateContainer<Database, S>,
#[cfg(feature = "olap")]
pub replica_databa... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-6131357616560179690 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct DebitRoutingConfig {
#[serde(deserialize_with = "deserialize_hashmap")]
pub connector_supported_debit_networks: HashMap<enums::Connector, HashSet<enums::CardNetwork>>,
#[serde(deserialize_with = "deserialize_hashset")]
pub supported_curren... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-4632988241214590870 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct OpenRouter {
pub dynamic_routing_enabled: bool,
pub static_routing_enabled: bool,
pub url: String,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-6046698339253585775 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct CloneConnectorAllowlistConfig {
#[serde(deserialize_with = "deserialize_merchant_ids")]
pub merchant_ids: HashSet<id_type::MerchantId>,
#[serde(deserialize_with = "deserialize_hashset")]
pub connector_names: HashSet<enums::Connector>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-2745808243210283889 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct ComparisonServiceConfig {
pub url: Url,
pub enabled: bool,
pub timeout_secs: Option<u64>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_5996757168123403127 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct Platform {
pub enabled: bool,
pub allow_connected_merchants: bool,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_6824307547688228024 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct ChatSettings {
pub enabled: bool,
pub hyperswitch_ai_host: String,
pub encryption_key: Secret<String>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_8559506790171752446 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct Multitenancy {
pub tenants: TenantConfig,
pub enabled: bool,
pub global_tenant: GlobalTenant,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-2325743412172808940 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct DecisionConfig {
pub base_url: String,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-4944691335562511823 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct TenantConfig(pub HashMap<id_type::TenantId, Tenant>);
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_8506576237848737019 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct L2L3DataConfig {
pub enabled: bool,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_7008422048323540908 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct UnmaskedHeaders {
#[serde(deserialize_with = "deserialize_hashset")]
pub keys: HashSet<String>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-5327487692954742724 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct Frm {
pub enabled: bool,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-2592091186615407870 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct KvConfig {
pub ttl: u32,
pub soft_kill: Option<bool>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_4188645027719810599 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct KeyManagerConfig {
pub enabled: bool,
pub url: String,
#[cfg(feature = "keymanager_mtls")]
pub cert: Secret<String>,
#[cfg(feature = "keymanager_mtls")]
pub ca: Secret<String>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_387133278787384181 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct GenericLink {
pub payment_method_collect: GenericLinkEnvConfig,
pub payout_link: GenericLinkEnvConfig,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_6829706396735065111 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct GenericLinkEnvConfig {
pub sdk_url: url::Url,
pub expiry: u32,
pub ui_config: GenericLinkEnvUiConfig,
#[serde(deserialize_with = "deserialize_hashmap")]
pub enabled_payment_methods: HashMap<enums::PaymentMethod, HashSet<enums::PaymentM... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-473378870373508700 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct GenericLinkEnvUiConfig {
pub logo: url::Url,
pub merchant_name: Secret<String>,
pub theme: String,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-6717348051321507945 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct PaymentLink {
pub sdk_url: url::Url,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_4567081066714092969 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct ForexApi {
pub api_key: Secret<String>,
pub fallback_api_key: Secret<String>,
pub data_expiration_delay_in_seconds: u32,
pub redis_lock_timeout_in_seconds: u32,
pub redis_ttl_in_seconds: u32,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_4177177758702048823 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct DefaultExchangeRates {
pub base_currency: String,
pub conversion: HashMap<String, Conversion>,
pub timestamp: i64,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_5171344739171687630 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct Conversion {
#[serde(with = "rust_decimal::serde::str")]
pub to_factor: Decimal,
#[serde(with = "rust_decimal::serde::str")]
pub from_factor: Decimal,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-1105961084119335906 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct ApplepayMerchantConfigs {
pub merchant_cert: Secret<String>,
pub merchant_cert_key: Secret<String>,
pub common_merchant_identifier: Secret<String>,
pub applepay_endpoint: String,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_5456350201423478146 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct MultipleApiVersionSupportedConnectors {
#[serde(deserialize_with = "deserialize_hashset")]
pub supported_connectors: HashSet<enums::Connector>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-4415509900949421576 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct TokenizationConfig(pub HashMap<String, PaymentMethodTokenFilter>);
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-6103407969136069439 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct TempLockerEnableConfig(pub HashMap<String, TempLockerEnablePaymentMethodFilter>);
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-5876197928455744674 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct ConnectorCustomer {
#[cfg(feature = "payouts")]
#[serde(deserialize_with = "deserialize_hashset")]
pub payout_connector_list: HashSet<enums::PayoutConnectors>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_4882971232116005313 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct DummyConnector {
pub enabled: bool,
pub payment_ttl: i64,
pub payment_duration: u64,
pub payment_tolerance: u64,
pub payment_retrieve_duration: u64,
pub payment_retrieve_tolerance: u64,
pub payment_complete_duration: i64,
p... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-8300235975138895031 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct CorsSettings {
#[serde(default, deserialize_with = "deserialize_hashset")]
pub origins: HashSet<String>,
#[serde(default)]
pub wildcard_origin: bool,
pub max_age: usize,
#[serde(deserialize_with = "deserialize_hashset")]
pub al... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_939444635231800710 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct AuthenticationProviders {
#[serde(deserialize_with = "deserialize_connector_list")]
pub click_to_pay: HashSet<enums::Connector>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_7915192714975343155 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
struct Wrapper {
connector_list: String,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-4093358484619559283 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct NetworkTransactionIdSupportedConnectors {
#[serde(deserialize_with = "deserialize_hashset")]
pub connector_list: HashSet<enums::Connector>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-2356889321533470177 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct ListDiputeSupportedConnectors {
#[serde(deserialize_with = "deserialize_hashset")]
pub connector_list: HashSet<enums::Connector>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_7599256152127507037 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct NetworkTokenizationSupportedCardNetworks {
#[serde(deserialize_with = "deserialize_hashset")]
pub card_networks: HashSet<enums::CardNetwork>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_8703496057403261177 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct NetworkTokenizationService {
pub generate_token_url: url::Url,
pub fetch_token_url: url::Url,
pub token_service_api_key: Secret<String>,
pub public_key: Secret<String>,
pub private_key: Secret<String>,
pub key_id: String,
pub d... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-1593080295319211830 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct PaymentMethodTokenFilter {
#[serde(deserialize_with = "deserialize_hashset")]
pub payment_method: HashSet<diesel_models::enums::PaymentMethod>,
pub payment_method_type: Option<PaymentMethodTypeTokenFilter>,
pub long_lived_token: bool,
... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_3614240278921292277 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct TempLockerEnablePaymentMethodFilter {
#[serde(deserialize_with = "deserialize_hashset")]
pub payment_method: HashSet<diesel_models::enums::PaymentMethod>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-3223803910448640234 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct ConnectorFilters(pub HashMap<String, PaymentMethodFilters>);
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-7791757415170104383 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct PaymentMethodFilters(pub HashMap<PaymentMethodFilterKey, CurrencyCountryFlowFilter>);
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_2037299846026093645 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct CurrencyCountryFlowFilter {
#[serde(deserialize_with = "deserialize_optional_hashset")]
pub currency: Option<HashSet<enums::Currency>>,
#[serde(deserialize_with = "deserialize_optional_hashset")]
pub country: Option<HashSet<enums::CountryA... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-2552814629005253438 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct NotAvailableFlows {
pub capture_method: Option<enums::CaptureMethod>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-7995080474791670934 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct Secrets {
pub jwt_secret: Secret<String>,
pub admin_api_key: Secret<String>,
pub master_enc_key: Secret<String>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_6372145948477341014 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct FallbackMerchantIds {
#[serde(deserialize_with = "deserialize_merchant_ids")]
pub merchant_ids: HashSet<id_type::MerchantId>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-636635449592706384 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct UserSettings {
pub password_validity_in_days: u16,
pub two_factor_auth_expiry_in_secs: i64,
pub totp_issuer_name: String,
pub base_url: String,
pub force_two_factor_auth: bool,
pub force_cookies: bool,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_3307262523966581509 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct Locker {
pub host: String,
pub host_rs: String,
pub mock_locker: bool,
pub basilisk_host: String,
pub locker_signing_key_id: String,
pub locker_enabled: bool,
pub ttl_for_storage_in_secs: i64,
pub decryption_scheme: Decrypt... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-8085512384082557227 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct Refund {
pub max_attempts: usize,
pub max_age: i64,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_160709651168301328 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct EphemeralConfig {
pub validity: i64,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_2964868482324517820 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct Jwekey {
pub vault_encryption_key: Secret<String>,
pub rust_locker_encryption_key: Secret<String>,
pub vault_private_key: Secret<String>,
pub tunnel_private_key: Secret<String>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_7049658610652558128 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct Server {
pub port: u16,
pub workers: usize,
pub host: String,
pub request_body_limit: usize,
pub shutdown_timeout: u64,
#[cfg(feature = "tls")]
pub tls: Option<ServerTls>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_1561251089258169281 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct Database {
pub username: String,
pub password: Secret<String>,
pub host: String,
pub port: u16,
pub dbname: String,
pub pool_size: u32,
pub connection_timeout: u64,
pub queue_strategy: QueueStrategy,
pub min_idle: Optio... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-7203116850770022913 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct SupportedConnectors {
pub wallets: Vec<String>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_5550320381882923474 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct DrainerSettings {
pub stream_name: String,
pub num_partitions: u8,
pub max_read_count: u64,
pub shutdown_interval: u32, // in milliseconds
pub loop_interval: u32, // in milliseconds
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-6160503571441606189 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct MerchantIdAuthSettings {
pub merchant_id_auth_enabled: bool,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_8974349932876776836 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct ProxyStatusMapping {
pub proxy_connector_http_status_code: bool,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-935108062897608176 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct WebhooksSettings {
pub outgoing_enabled: bool,
pub ignore_error: WebhookIgnoreErrorSettings,
pub redis_lock_expiry_seconds: u32,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_7563957515574505516 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct WebhookIgnoreErrorSettings {
pub event_type: Option<bool>,
pub payment_not_found: Option<bool>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-8468398866548394415 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct ApiKeys {
/// Hex-encoded 32-byte long (64 characters long when hex-encoded) key used for calculating
/// hashes of API keys
pub hash_key: Secret<String>,
// Specifies the number of days before API key expiry when email reminders should b... | {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_6905285651410361080 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct DelayedSessionConfig {
#[serde(deserialize_with = "deserialize_hashset")]
pub connectors_with_delayed_session_response: HashSet<enums::Connector>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-3914164722842128580 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct WebhookSourceVerificationCall {
#[serde(deserialize_with = "deserialize_hashset")]
pub connectors_with_webhook_source_verification_call: HashSet<enums::Connector>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-8663553572914244120 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct BillingConnectorPaymentsSyncCall {
#[serde(deserialize_with = "deserialize_hashset")]
pub billing_connectors_which_require_payment_sync: HashSet<enums::Connector>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-8831567708120611197 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct BillingConnectorInvoiceSyncCall {
#[serde(deserialize_with = "deserialize_hashset")]
pub billing_connectors_which_requires_invoice_sync_call: HashSet<enums::Connector>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-8352925331012314194 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct ApplePayDecryptConfig {
pub apple_pay_ppc: Secret<String>,
pub apple_pay_ppc_key: Secret<String>,
pub apple_pay_merchant_cert: Secret<String>,
pub apple_pay_merchant_cert_key: Secret<String>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_-2942116745995460147 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct PazeDecryptConfig {
pub paze_private_key: Secret<String>,
pub paze_private_key_passphrase: Secret<String>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_router_7351777623615719094 | clm | struct | // hyperswitch/crates/router/src/configs/settings.rs
pub struct GooglePayDecryptConfig {
pub google_pay_root_signing_keys: Secret<String>,
}
| {
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.