id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_pm_auth_1703162504530788148
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct ExchangeTokenRequest { pub public_token: String, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "ExchangeTokenRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-9087178596114699896
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct ExchangeTokenResponse { pub access_token: String, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "ExchangeTokenResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_1137303377072273987
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct BankAccountCredentialsRequest { pub access_token: Secret<String>, pub optional_ids: Option<BankAccountOptionalIDs>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "BankAccountCredentialsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-143598744847992609
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct BankAccountOptionalIDs { pub ids: Vec<Secret<String>>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "BankAccountOptionalIDs", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-3120372585276612972
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct BankAccountCredentialsResponse { pub credentials: Vec<BankAccountDetails>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "BankAccountCredentialsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-812229131511862205
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct BankAccountDetails { pub account_name: Option<String>, pub account_details: PaymentMethodTypeDetails, pub payment_method_type: PaymentMethodType, pub payment_method: PaymentMethod, pub account_id: Secret<String>, pub account_type: Option<String>, pub balance: Option<types::FloatMajorUnit>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "BankAccountDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_821934323155146533
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct BankAccountDetailsAch { pub account_number: Secret<String>, pub routing_number: Secret<String>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "BankAccountDetailsAch", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_2077663928277879614
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct BankAccountDetailsBacs { pub account_number: Secret<String>, pub sort_code: Secret<String>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "BankAccountDetailsBacs", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_7580360239268400042
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct BankAccountDetailsSepa { pub iban: Secret<String>, pub bic: Secret<String>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "BankAccountDetailsSepa", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-4377973166523532207
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct RecipientCreateRequest { pub name: String, pub account_data: RecipientAccountData, pub address: Option<RecipientCreateAddress>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "RecipientCreateRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_7743614446272469935
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct RecipientCreateResponse { pub recipient_id: String, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "RecipientCreateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_1916215028429691686
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct RecipientCreateAddress { pub street: String, pub city: String, pub postal_code: String, pub country: CountryAlpha2, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "RecipientCreateAddress", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_6643005782465772364
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct ResponseRouterData<Flow, R, Request, Response> { pub response: R, pub data: PaymentAuthRouterData<Flow, Request, Response>, pub http_code: u16, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "ResponseRouterData", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-4334158833734480404
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct ErrorResponse { pub code: String, pub message: String, pub reason: Option<String>, pub status_code: u16, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "ErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-5569854807135582892
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct Response { pub headers: Option<http::HeaderMap>, pub response: bytes::Bytes, pub status_code: u16, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "Response", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-2353066803607728711
clm
struct
// hyperswitch/crates/pm_auth/src/types.rs pub struct AuthServiceQueryParam { pub client_secret: Option<String>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "AuthServiceQueryParam", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-818094345486282037
clm
struct
// hyperswitch/crates/pm_auth/src/types/api.rs pub struct PaymentAuthConnectorData { pub connector: BoxedPaymentAuthConnector, pub connector_name: super::PaymentMethodAuthConnectors, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PaymentAuthConnectorData", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_4425997429891522806
clm
struct
// hyperswitch/crates/pm_auth/src/types/api/auth_service.rs pub struct LinkToken;
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "LinkToken", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-6246456172219164884
clm
struct
// hyperswitch/crates/pm_auth/src/types/api/auth_service.rs pub struct ExchangeToken;
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "ExchangeToken", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-210449927550697302
clm
struct
// hyperswitch/crates/pm_auth/src/types/api/auth_service.rs pub struct BankAccountCredentials;
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "BankAccountCredentials", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_3385749524171468055
clm
struct
// hyperswitch/crates/pm_auth/src/types/api/auth_service.rs pub struct RecipientCreate;
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "RecipientCreate", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_8717722150057025503
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid.rs pub struct Plaid;
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "Plaid", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-6519108441777252816
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidLinkTokenRequest { client_name: String, country_codes: Vec<String>, language: String, products: Vec<String>, user: User, android_package_name: Option<String>, redirect_uri: Option<String>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidLinkTokenRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_7229431760082195652
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct User { pub client_user_id: id_type::CustomerId, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "User", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-7334435146344935800
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidLinkTokenResponse { link_token: String, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidLinkTokenResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_1786112486636308188
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidExchangeTokenRequest { public_token: String, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidExchangeTokenRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_570099259360916119
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidExchangeTokenResponse { pub access_token: String, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidExchangeTokenResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_5431937180315476448
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidRecipientCreateRequest { pub name: String, #[serde(flatten)] pub account_data: PlaidRecipientAccountData, pub address: Option<PlaidRecipientCreateAddress>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidRecipientCreateRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_3721004220300845275
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidRecipientCreateResponse { pub recipient_id: String, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidRecipientCreateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-2799677204443349673
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidRecipientCreateAddress { pub street: String, pub city: String, pub postal_code: String, pub country: String, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidRecipientCreateAddress", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-7204050299142106976
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidBankAccountCredentialsRequest { access_token: String, options: Option<BankAccountCredentialsOptions>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidBankAccountCredentialsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-5011293569588459753
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidBankAccountCredentialsResponse { pub accounts: Vec<PlaidBankAccountCredentialsAccounts>, pub numbers: PlaidBankAccountCredentialsNumbers, // pub item: PlaidBankAccountCredentialsItem, pub request_id: String, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidBankAccountCredentialsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-7660411259162050783
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct BankAccountCredentialsOptions { account_ids: Vec<String>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "BankAccountCredentialsOptions", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_3614951914890455475
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidBankAccountCredentialsAccounts { pub account_id: String, pub name: String, pub subtype: Option<String>, pub balances: Option<PlaidBankAccountCredentialsBalances>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidBankAccountCredentialsAccounts", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_5285149687209052951
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidBankAccountCredentialsBalances { pub available: Option<util_types::FloatMajorUnit>, pub current: Option<util_types::FloatMajorUnit>, pub limit: Option<util_types::FloatMajorUnit>, pub iso_currency_code: Option<String>, pub unofficial_currency_code: Option<String>, pub last_updated_datetime: Option<String>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidBankAccountCredentialsBalances", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_8612497002527933246
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidBankAccountCredentialsNumbers { pub ach: Vec<PlaidBankAccountCredentialsACH>, pub eft: Vec<PlaidBankAccountCredentialsEFT>, pub international: Vec<PlaidBankAccountCredentialsInternational>, pub bacs: Vec<PlaidBankAccountCredentialsBacs>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidBankAccountCredentialsNumbers", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-439446515703028431
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidBankAccountCredentialsItem { pub item_id: String, pub institution_id: Option<String>, pub webhook: Option<String>, pub error: Option<PlaidErrorResponse>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidBankAccountCredentialsItem", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_2365679231340480571
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidBankAccountCredentialsACH { pub account_id: String, pub account: String, pub routing: String, pub wire_routing: Option<String>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidBankAccountCredentialsACH", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_4454535872092468133
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidBankAccountCredentialsEFT { pub account_id: String, pub account: String, pub institution: String, pub branch: String, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidBankAccountCredentialsEFT", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-8169524853842522739
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidBankAccountCredentialsInternational { pub account_id: String, pub iban: String, pub bic: String, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidBankAccountCredentialsInternational", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-744285028458196974
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidBankAccountCredentialsBacs { pub account_id: String, pub account: String, pub sort_code: String, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidBankAccountCredentialsBacs", "total_crates": null, "trait_name": null }
hyperswitch_struct_pm_auth_-5642118854596831996
clm
struct
// hyperswitch/crates/pm_auth/src/connector/plaid/transformers.rs pub struct PlaidErrorResponse { pub display_message: Option<String>, pub error_code: Option<String>, pub error_message: String, pub error_type: Option<String>, }
{ "chunk": null, "crate": "pm_auth", "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, "struct_name": "PlaidErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_kgraph_utils_8260558266532101028
clm
struct
// hyperswitch/crates/kgraph_utils/src/types.rs pub struct CountryCurrencyFilter { pub connector_configs: HashMap<api_enums::RoutableConnectors, PaymentMethodFilters>, pub default_configs: Option<PaymentMethodFilters>, }
{ "chunk": null, "crate": "kgraph_utils", "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, "struct_name": "CountryCurrencyFilter", "total_crates": null, "trait_name": null }
hyperswitch_struct_kgraph_utils_-7791757415170104383
clm
struct
// hyperswitch/crates/kgraph_utils/src/types.rs pub struct PaymentMethodFilters(pub HashMap<PaymentMethodFilterKey, CurrencyCountryFlowFilter>);
{ "chunk": null, "crate": "kgraph_utils", "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, "struct_name": "PaymentMethodFilters", "total_crates": null, "trait_name": null }
hyperswitch_struct_kgraph_utils_2037299846026093645
clm
struct
// hyperswitch/crates/kgraph_utils/src/types.rs pub struct CurrencyCountryFlowFilter { pub currency: Option<HashSet<api_enums::Currency>>, pub country: Option<HashSet<api_enums::CountryAlpha2>>, pub not_available_flows: Option<NotAvailableFlows>, }
{ "chunk": null, "crate": "kgraph_utils", "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, "struct_name": "CurrencyCountryFlowFilter", "total_crates": null, "trait_name": null }
hyperswitch_struct_kgraph_utils_-2552814629005253438
clm
struct
// hyperswitch/crates/kgraph_utils/src/types.rs pub struct NotAvailableFlows { pub capture_method: Option<api_enums::CaptureMethod>, }
{ "chunk": null, "crate": "kgraph_utils", "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, "struct_name": "NotAvailableFlows", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_73027398244689147
clm
struct
// hyperswitch/crates/external_services/src/crm.rs pub struct HubspotProxyConfig { /// The ID of the Hubspot form to be submitted. pub form_id: String, /// The URL to which the Hubspot form data will be sent. pub request_url: String, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "HubspotProxyConfig", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_9027324716781790381
clm
struct
// hyperswitch/crates/external_services/src/crm.rs pub struct InvalidCrmConfig(pub &'static str);
{ "chunk": null, "crate": "external_services", "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, "struct_name": "InvalidCrmConfig", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-4368903716301611914
clm
struct
// hyperswitch/crates/external_services/src/grpc_client.rs pub struct GrpcClients { /// The routing client #[cfg(feature = "dynamic_routing")] pub dynamic_routing: Option<RoutingStrategy>, /// Health Check client for all gRPC services #[cfg(feature = "dynamic_routing")] pub health_client: HealthCheckClient, /// Recovery Decider Client #[cfg(feature = "revenue_recovery")] pub recovery_decider_client: Option<Box<dyn RecoveryDeciderClientInterface>>, /// Unified Connector Service client pub unified_connector_service_client: Option<UnifiedConnectorServiceClient>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "GrpcClients", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_1240032464597980951
clm
struct
// hyperswitch/crates/external_services/src/grpc_client.rs pub struct GrpcClientSettings { #[cfg(feature = "dynamic_routing")] /// Configs for Dynamic Routing Client pub dynamic_routing_client: Option<DynamicRoutingClientConfig>, #[cfg(feature = "revenue_recovery")] /// Configs for Recovery Decider Client pub recovery_decider_client: Option<RecoveryDeciderClientConfig>, /// Configs for Unified Connector Service client pub unified_connector_service: Option<UnifiedConnectorServiceClientConfig>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "GrpcClientSettings", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_4725841676490895246
clm
struct
// hyperswitch/crates/external_services/src/grpc_client.rs pub struct GrpcHeaders { /// Tenant id pub tenant_id: String, /// Request id pub request_id: Option<String>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "GrpcHeaders", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-4781173552092250886
clm
struct
// hyperswitch/crates/external_services/src/grpc_client.rs pub struct GrpcHeadersUcs { /// Tenant id tenant_id: String, /// Lineage ids lineage_ids: LineageIds, /// External vault proxy metadata external_vault_proxy_metadata: Option<String>, /// Merchant Reference Id merchant_reference_id: Option<ucs_types::UcsReferenceId>, request_id: Option<String>, shadow_mode: Option<bool>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "GrpcHeadersUcs", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_7773152238833318547
clm
struct
// hyperswitch/crates/external_services/src/grpc_client.rs pub struct LineageIds { merchant_id: id_type::MerchantId, profile_id: id_type::ProfileId, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "LineageIds", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_1514646686143686866
clm
struct
// hyperswitch/crates/external_services/src/email.rs pub struct IntermediateString(String);
{ "chunk": null, "crate": "external_services", "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, "struct_name": "IntermediateString", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_3474214450088080025
clm
struct
// hyperswitch/crates/external_services/src/email.rs pub struct EmailContents { /// The subject of email pub subject: String, /// This will be the intermediate representation of the email body in a generic format. /// The email clients can convert this intermediate representation to their client specific rich text format pub body: IntermediateString, /// The email of the recipient to whom the email has to be sent pub recipient: pii::Email, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "EmailContents", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-5904485039925842419
clm
struct
// hyperswitch/crates/external_services/src/email.rs pub struct EmailSettings { /// The AWS region to send SES requests to. pub aws_region: String, /// Number of days for verification of the email pub allowed_unverified_days: i64, /// Sender email pub sender_email: String, #[serde(flatten)] /// The client specific configurations pub client_config: EmailClientConfigs, /// Recipient email for recon emails pub recon_recipient_email: pii::Email, /// Recipient email for recon emails pub prod_intent_recipient_email: pii::Email, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "EmailSettings", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-4843413954337153407
clm
struct
// hyperswitch/crates/external_services/src/file_storage.rs pub struct InvalidFileStorageConfig(&'static str);
{ "chunk": null, "crate": "external_services", "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, "struct_name": "InvalidFileStorageConfig", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_5589498552505693752
clm
struct
// hyperswitch/crates/external_services/src/hubspot_proxy.rs pub struct HubspotRequest { /// Indicates whether Hubspot should be used. #[serde(rename = "useHubspot")] pub use_hubspot: bool, /// The country of the user or company. pub country: String, /// The ID of the Hubspot form being submitted. #[serde(rename = "hubspotFormId")] pub hubspot_form_id: String, /// The first name of the user. pub firstname: Secret<String>, /// The last name of the user. pub lastname: Secret<String>, /// The email address of the user. pub email: Secret<String>, /// The name of the company. #[serde(rename = "companyName")] pub company_name: String, /// The source of the lead, typically set to "Hyperswitch Dashboard". pub lead_source: String, /// The website URL of the company. pub website: String, /// The phone number of the user. pub phone: Secret<String>, /// The role or designation of the user. pub role: String, /// The monthly GMV (Gross Merchandise Value) of the company. #[serde(rename = "monthlyGMV")] pub monthly_gmv: String, /// Notes from the business development team. pub bd_notes: String, /// Additional message or comments. pub message: String, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "HubspotRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-13204950812619929
clm
struct
// hyperswitch/crates/external_services/src/hashicorp_vault/core.rs pub struct HashiCorpVaultConfig { /// The URL of the HashiCorp Vault server. pub url: String, /// The authentication token used to access HashiCorp Vault. pub token: Secret<String>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "HashiCorpVaultConfig", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_2268834572752146971
clm
struct
// hyperswitch/crates/external_services/src/file_storage/file_system.rs pub(super) struct FileSystem;
{ "chunk": null, "crate": "external_services", "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, "struct_name": "FileSystem", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_1959495008288449376
clm
struct
// hyperswitch/crates/external_services/src/file_storage/aws_s3.rs pub struct AwsFileStorageConfig { /// The AWS region to send file uploads region: String, /// The AWS s3 bucket to send file uploads bucket_name: String, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "AwsFileStorageConfig", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-1764742343249086569
clm
struct
// hyperswitch/crates/external_services/src/file_storage/aws_s3.rs pub(super) struct AwsFileStorageClient { /// AWS S3 client inner_client: Client, /// The name of the AWS S3 bucket. bucket_name: String, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "AwsFileStorageClient", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_9032915035930298618
clm
struct
// hyperswitch/crates/external_services/src/no_encryption/core.rs pub struct NoEncryption;
{ "chunk": null, "crate": "external_services", "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, "struct_name": "NoEncryption", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-1664548251009598519
clm
struct
// hyperswitch/crates/external_services/src/aws_kms/core.rs pub struct AwsKmsConfig { /// The AWS key identifier of the KMS key used to encrypt or decrypt data. pub key_id: String, /// The AWS region to send KMS requests to. pub region: String, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "AwsKmsConfig", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-1726366492915453587
clm
struct
// hyperswitch/crates/external_services/src/aws_kms/core.rs pub struct AwsKmsClient { inner_client: Client, key_id: String, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "AwsKmsClient", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-9145222912861481036
clm
struct
// hyperswitch/crates/external_services/src/superposition/types.rs pub struct JsonValue(serde_json::Value);
{ "chunk": null, "crate": "external_services", "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, "struct_name": "JsonValue", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_405800547725908154
clm
struct
// hyperswitch/crates/external_services/src/superposition/types.rs pub struct SuperpositionClientConfig { /// Whether Superposition is enabled pub enabled: bool, /// Superposition API endpoint pub endpoint: String, /// Authentication token for Superposition pub token: Secret<String>, /// Organization ID in Superposition pub org_id: String, /// Workspace ID in Superposition pub workspace_id: String, /// Polling interval in seconds for configuration updates pub polling_interval: u64, /// Request timeout in seconds for Superposition API calls (None = no timeout) pub request_timeout: Option<u64>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "SuperpositionClientConfig", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-555285189209500490
clm
struct
// hyperswitch/crates/external_services/src/superposition/types.rs pub struct ConfigContext { /// Key-value pairs for configuration context pub(super) values: HashMap<String, String>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "ConfigContext", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-6550808925873278194
clm
struct
// hyperswitch/crates/external_services/src/grpc_client/health_check_client.rs pub struct HealthCheckClient { /// Health clients for all gRPC based services pub clients: HashMap<HealthCheckServices, HealthClient<Client>>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "HealthCheckClient", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-1899230037950076855
clm
struct
// hyperswitch/crates/external_services/src/grpc_client/unified_connector_service.rs pub struct UnifiedConnectorServiceClient { /// The Unified Connector Service Client pub client: PaymentServiceClient<tonic::transport::Channel>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "UnifiedConnectorServiceClient", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_3562753404267650793
clm
struct
// hyperswitch/crates/external_services/src/grpc_client/unified_connector_service.rs pub struct UnifiedConnectorServiceClientConfig { /// Base URL of the gRPC Server pub base_url: Url, /// Contains the connection timeout duration in seconds pub connection_timeout: u64, /// Set of external services/connectors available for the unified connector service #[serde(default, deserialize_with = "deserialize_hashset")] pub ucs_only_connectors: HashSet<Connector>, /// Set of connectors for which psync is disabled in unified connector service #[serde(default, deserialize_with = "deserialize_hashset")] pub ucs_psync_disabled_connectors: HashSet<Connector>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "UnifiedConnectorServiceClientConfig", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-3730055711822179028
clm
struct
// hyperswitch/crates/external_services/src/grpc_client/unified_connector_service.rs pub struct ConnectorAuthMetadata { /// Name of the connector (e.g., "stripe", "paypal"). pub connector_name: String, /// Type of authentication used (e.g., "HeaderKey", "BodyKey", "SignatureKey"). pub auth_type: String, /// Optional API key used for authentication. pub api_key: Option<Secret<String>>, /// Optional additional key used by some authentication types. pub key1: Option<Secret<String>>, /// Optional API secret used for signature or secure authentication. pub api_secret: Option<Secret<String>>, /// Optional auth_key_map used for authentication. pub auth_key_map: Option<HashMap<common_enums::enums::Currency, common_utils::pii::SecretSerdeValue>>, /// Id of the merchant. pub merchant_id: Secret<String>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "ConnectorAuthMetadata", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-3802695363377298631
clm
struct
// hyperswitch/crates/external_services/src/grpc_client/unified_connector_service.rs pub struct VgsMetadata { /// External vault url pub proxy_url: Url, /// CA certificates to verify the vault server pub certificate: Secret<String>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "VgsMetadata", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_940674471461698030
clm
struct
// hyperswitch/crates/external_services/src/grpc_client/dynamic_routing.rs pub struct RoutingStrategy { /// success rate service for Dynamic Routing pub success_rate_client: SuccessRateCalculatorClient<Client>, /// contract based routing service for Dynamic Routing pub contract_based_client: ContractScoreCalculatorClient<Client>, /// elimination service for Dynamic Routing pub elimination_based_client: EliminationAnalyserClient<Client>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "RoutingStrategy", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-8708225556647282218
clm
struct
// hyperswitch/crates/external_services/src/grpc_client/revenue_recovery.rs pub struct GrpcRecoveryHeaders { /// Request id pub request_id: Option<String>, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "GrpcRecoveryHeaders", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_7324514643189788814
clm
struct
// hyperswitch/crates/external_services/src/grpc_client/revenue_recovery/recovery_decider_client.rs pub struct RecoveryDeciderClientConfig { /// Base URL of the Recovery Decider service pub base_url: String, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "RecoveryDeciderClientConfig", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_8052014883817055607
clm
struct
// hyperswitch/crates/external_services/src/email/ses.rs pub struct AwsSes { sender: String, ses_config: SESConfig, settings: EmailSettings, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "AwsSes", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_2972834126048941621
clm
struct
// hyperswitch/crates/external_services/src/email/ses.rs pub struct SESConfig { /// The arn of email role pub email_role_arn: String, /// The name of sts_session role pub sts_role_session_name: String, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "SESConfig", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_7224126546376371985
clm
struct
// hyperswitch/crates/external_services/src/email/no_email.rs pub struct NoEmailClient {}
{ "chunk": null, "crate": "external_services", "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, "struct_name": "NoEmailClient", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_-3208381220548151139
clm
struct
// hyperswitch/crates/external_services/src/email/smtp.rs pub struct SmtpServer { /// sender email id pub sender: String, /// SMTP server specific configs pub smtp_config: SmtpServerConfig, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "SmtpServer", "total_crates": null, "trait_name": null }
hyperswitch_struct_external_services_8483186008848328542
clm
struct
// hyperswitch/crates/external_services/src/email/smtp.rs pub struct SmtpServerConfig { /// hostname of the SMTP server eg: smtp.gmail.com pub host: String, /// portname of the SMTP server eg: 25 pub port: u16, /// timeout for the SMTP server connection in seconds eg: 10 pub timeout: u64, /// Username name of the SMTP server pub username: Option<Secret<String>>, /// Password of the SMTP server pub password: Option<Secret<String>>, /// Connection type of the SMTP server #[serde(default)] pub connection: SmtpConnection, }
{ "chunk": null, "crate": "external_services", "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, "struct_name": "SmtpServerConfig", "total_crates": null, "trait_name": null }
hyperswitch_struct_euclid_macros_-7347407448256710151
clm
struct
// hyperswitch/crates/euclid_macros/src/inner/knowledge.rs struct Atom { key: String, value: ValueType, }
{ "chunk": null, "crate": "euclid_macros", "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, "struct_name": "Atom", "total_crates": null, "trait_name": null }
hyperswitch_struct_euclid_macros_-7153233528979937547
clm
struct
// hyperswitch/crates/euclid_macros/src/inner/knowledge.rs struct Program { rules: Vec<Rc<Rule>>, }
{ "chunk": null, "crate": "euclid_macros", "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, "struct_name": "Program", "total_crates": null, "trait_name": null }
hyperswitch_struct_masking_-3964591349050931679
clm
struct
// hyperswitch/crates/masking/tests/basic.rs pub struct AccountNumber(String);
{ "chunk": null, "crate": "masking", "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, "struct_name": "AccountNumber", "total_crates": null, "trait_name": null }
hyperswitch_struct_masking_-167731028578744866
clm
struct
// hyperswitch/crates/masking/tests/basic.rs pub struct Composite { secret_number: Secret<AccountNumber>, not_secret: String, }
{ "chunk": null, "crate": "masking", "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, "struct_name": "Composite", "total_crates": null, "trait_name": null }
hyperswitch_struct_masking_-3964591349050931679
clm
struct
// hyperswitch/crates/masking/tests/basic.rs pub struct AccountNumber(String);
{ "chunk": null, "crate": "masking", "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, "struct_name": "AccountNumber", "total_crates": null, "trait_name": null }
hyperswitch_struct_masking_-167731028578744866
clm
struct
// hyperswitch/crates/masking/tests/basic.rs pub struct Composite { #[cfg_attr(feature = "serde", serde(skip))] secret_number: Secret<AccountNumber>, not_secret: String, }
{ "chunk": null, "crate": "masking", "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, "struct_name": "Composite", "total_crates": null, "trait_name": null }
hyperswitch_struct_masking_-167731028578744866
clm
struct
// hyperswitch/crates/masking/tests/basic.rs pub struct Composite { secret_number: Secret<String>, not_secret: String, }
{ "chunk": null, "crate": "masking", "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, "struct_name": "Composite", "total_crates": null, "trait_name": null }
hyperswitch_struct_masking_7213660624270985749
clm
struct
// hyperswitch/crates/masking/src/bytes.rs pub struct SecretBytesMut(BytesMut);
{ "chunk": null, "crate": "masking", "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, "struct_name": "SecretBytesMut", "total_crates": null, "trait_name": null }
hyperswitch_struct_injector_8402246461862734337
clm
struct
// hyperswitch/crates/injector/src/injector.rs pub struct Proxy { /// The URL of the HTTP proxy server. pub http_url: Option<String>, /// The URL of the HTTPS proxy server. pub https_url: Option<String>, /// The timeout duration (in seconds) for idle connections in the proxy pool. pub idle_pool_connection_timeout: Option<u64>, /// A comma-separated list of hosts that should bypass the proxy. pub bypass_proxy_hosts: Option<String>, }
{ "chunk": null, "crate": "injector", "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, "struct_name": "Proxy", "total_crates": null, "trait_name": null }
hyperswitch_struct_injector_9120444256956111205
clm
struct
// hyperswitch/crates/injector/src/injector.rs struct TokenReference { /// The field name to be replaced (without the {{$}} wrapper) pub field: String, }
{ "chunk": null, "crate": "injector", "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, "struct_name": "TokenReference", "total_crates": null, "trait_name": null }
hyperswitch_struct_injector_-4039132778922902643
clm
struct
// hyperswitch/crates/injector/src/types.rs pub struct TokenData { /// The specific token data retrieved from the vault pub specific_token_data: SecretSerdeValue, /// The type of vault connector being used (e.g., VGS) pub vault_connector: VaultConnectors, }
{ "chunk": null, "crate": "injector", "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, "struct_name": "TokenData", "total_crates": null, "trait_name": null }
hyperswitch_struct_injector_8819166750372889884
clm
struct
// hyperswitch/crates/injector/src/types.rs pub struct ConnectorPayload { /// Template string containing token references in the format {{$field_name}} pub template: String, }
{ "chunk": null, "crate": "injector", "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, "struct_name": "ConnectorPayload", "total_crates": null, "trait_name": null }
hyperswitch_struct_injector_2443474594276517205
clm
struct
// hyperswitch/crates/injector/src/types.rs pub struct ConnectionConfig { /// Complete URL endpoint for the connector (e.g., "https://api.stripe.com/v1/payment_intents") pub endpoint: String, /// HTTP method to use for the request pub http_method: HttpMethod, /// HTTP headers to include in the request pub headers: HashMap<String, Secret<String>>, /// Optional proxy URL for routing the request through a proxy server pub proxy_url: Option<Secret<String>>, /// Optional backup proxy URL to use if vault metadata doesn't provide one #[serde(default)] pub backup_proxy_url: Option<Secret<String>>, /// Optional client certificate for mutual TLS authentication pub client_cert: Option<Secret<String>>, /// Optional client private key for mutual TLS authentication pub client_key: Option<Secret<String>>, /// Optional CA certificate for verifying the server certificate pub ca_cert: Option<Secret<String>>, /// Whether to skip certificate verification (for testing only) pub insecure: Option<bool>, /// Optional password for encrypted client certificate pub cert_password: Option<Secret<String>>, /// Format of the client certificate (e.g., "PEM") pub cert_format: Option<String>, /// Maximum response size in bytes (defaults to 10MB if not specified) pub max_response_size: Option<usize>, }
{ "chunk": null, "crate": "injector", "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, "struct_name": "ConnectionConfig", "total_crates": null, "trait_name": null }
hyperswitch_struct_injector_-8798820493086386136
clm
struct
// hyperswitch/crates/injector/src/types.rs pub struct InjectorRequest { /// Token data from the vault pub token_data: TokenData, /// Payload template to process pub connector_payload: ConnectorPayload, /// HTTP connection configuration pub connection_config: ConnectionConfig, }
{ "chunk": null, "crate": "injector", "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, "struct_name": "InjectorRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_injector_-5368670059558743826
clm
struct
// hyperswitch/crates/injector/src/types.rs pub struct InjectorResponse { /// HTTP status code from the connector response pub status_code: u16, /// Response headers from the connector (optional) pub headers: Option<HashMap<String, String>>, /// Response body from the connector pub response: serde_json::Value, }
{ "chunk": null, "crate": "injector", "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, "struct_name": "InjectorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_injector_-3802695363377298631
clm
struct
// hyperswitch/crates/injector/src/vault_metadata.rs pub struct VgsMetadata { /// External vault url pub proxy_url: Url, /// CA certificates to verify the vault server pub certificate: Secret<String>, }
{ "chunk": null, "crate": "injector", "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, "struct_name": "VgsMetadata", "total_crates": null, "trait_name": null }
hyperswitch_struct_analytics_-2386432106593008969
clm
struct
// hyperswitch/crates/analytics/src/sqlx.rs pub struct SqlxClient { pool: Pool<Postgres>, }
{ "chunk": null, "crate": "analytics", "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, "struct_name": "SqlxClient", "total_crates": null, "trait_name": null }
hyperswitch_struct_analytics_6222166204954710183
clm
struct
// hyperswitch/crates/analytics/src/types.rs pub struct DBEnumWrapper<T: FromStr + Display>(pub T);
{ "chunk": null, "crate": "analytics", "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, "struct_name": "DBEnumWrapper", "total_crates": null, "trait_name": null }
hyperswitch_struct_analytics_448695916308058447
clm
struct
// hyperswitch/crates/analytics/src/clickhouse.rs pub struct ClickhouseClient { pub config: Arc<ClickhouseConfig>, pub database: String, }
{ "chunk": null, "crate": "analytics", "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, "struct_name": "ClickhouseClient", "total_crates": null, "trait_name": null }