id
stringlengths 20
153
| type
stringclasses 1
value | granularity
stringclasses 14
values | content
stringlengths 16
84.3k
| metadata
dict |
|---|---|---|---|---|
hyperswitch_struct_hyperswitch_constraint_graph_-8622810196507913303
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_constraint_graph/src/builder.rs
pub struct ConstraintGraphBuilder<V: ValueNode> {
domain: DenseMap<DomainId, DomainInfo>,
nodes: DenseMap<NodeId, Node<V>>,
edges: DenseMap<EdgeId, Edge>,
domain_identifier_map: FxHashMap<DomainIdentifier, DomainId>,
value_map: FxHashMap<NodeValue<V>, NodeId>,
edges_map: FxHashMap<(NodeId, NodeId, Option<DomainId>), EdgeId>,
node_info: DenseMap<NodeId, Option<&'static str>>,
node_metadata: DenseMap<NodeId, Option<Arc<dyn Metadata>>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_constraint_graph",
"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": "ConstraintGraphBuilder",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_1226950800039019893
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/common_config.rs
pub struct ZenApplePay {
pub terminal_uuid: Option<String>,
pub pay_wall_secret: Option<String>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "ZenApplePay",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_-522323547892578199
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/common_config.rs
pub struct GpayDashboardPayLoad {
#[serde(skip_serializing_if = "Option::is_none")]
pub gateway_merchant_id: Option<String>,
#[serde(skip_serializing_if = "Option::is_none", rename = "stripe:version")]
pub stripe_version: Option<String>,
#[serde(skip_serializing_if = "Option::is_none")]
#[serde(rename(
serialize = "stripe_publishable_key",
deserialize = "stripe:publishable_key"
))]
#[serde(alias = "stripe:publishable_key")]
#[serde(alias = "stripe_publishable_key")]
pub stripe_publishable_key: Option<String>,
pub merchant_name: String,
#[serde(skip_serializing_if = "Option::is_none")]
pub merchant_id: Option<String>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "GpayDashboardPayLoad",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_-1770234960956636373
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/common_config.rs
pub struct ZenGooglePay {
pub terminal_uuid: Option<String>,
pub pay_wall_secret: Option<String>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "ZenGooglePay",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_7858729706531927471
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/common_config.rs
pub struct PaypalSdkData {
pub client_id: Option<String>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "PaypalSdkData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_-5050522500340570423
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/common_config.rs
pub struct PaymentMethodsEnabled {
pub payment_method: api_models::enums::PaymentMethod,
pub payment_method_types: Option<Vec<payment_methods::RequestPaymentMethodTypes>>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "PaymentMethodsEnabled",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_8546528420692062815
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/common_config.rs
pub struct ApiModelMetaData {
pub merchant_config_currency: Option<api_models::enums::Currency>,
pub merchant_account_id: Option<String>,
pub account_name: Option<String>,
pub terminal_id: Option<String>,
pub merchant_id: Option<String>,
pub google_pay: Option<GoogleApiModelData>,
pub paypal_sdk: Option<PaypalSdkData>,
pub apple_pay: Option<ApplePayData>,
pub apple_pay_combined: Option<ApplePayData>,
pub endpoint_prefix: Option<String>,
pub mcc: Option<String>,
pub merchant_country_code: Option<String>,
pub merchant_name: Option<String>,
pub acquirer_bin: Option<String>,
pub acquirer_merchant_id: Option<String>,
pub acquirer_country_code: Option<String>,
pub three_ds_requestor_name: Option<String>,
pub three_ds_requestor_id: Option<String>,
pub pull_mechanism_for_external_3ds_enabled: Option<bool>,
pub klarna_region: Option<KlarnaEndpoint>,
pub source_balance_account: Option<String>,
pub brand_id: Option<String>,
pub destination_account_number: Option<String>,
pub dpa_id: Option<String>,
pub dpa_name: Option<String>,
pub locale: Option<String>,
pub card_brands: Option<Vec<String>>,
pub merchant_category_code: Option<String>,
pub merchant_configuration_id: Option<String>,
pub tenant_id: Option<String>,
pub platform_url: Option<String>,
pub account_id: Option<serde_json::Value>,
pub site: Option<String>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "ApiModelMetaData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_7782884833528214243
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/common_config.rs
pub struct CardProvider {
pub payment_method_type: api_models::enums::CardNetwork,
/// List of currencies accepted or has the processing capabilities of the processor
#[schema(example = json!(
{
"type": "specific_accepted",
"list": ["USD", "INR"]
}
), value_type = Option<AcceptedCurrencies>)]
pub accepted_currencies: Option<api_models::admin::AcceptedCurrencies>,
#[schema(example = json!(
{
"type": "specific_accepted",
"list": ["UK", "AU"]
}
), value_type = Option<AcceptedCountries>)]
pub accepted_countries: Option<api_models::admin::AcceptedCountries>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "CardProvider",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_3721566058937491628
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/common_config.rs
pub struct Provider {
pub payment_method_type: api_models::enums::PaymentMethodType,
/// List of currencies accepted or has the processing capabilities of the processor
#[schema(example = json!(
{
"type": "specific_accepted",
"list": ["USD", "INR"]
}
), value_type = Option<AcceptedCurrencies>)]
pub accepted_currencies: Option<api_models::admin::AcceptedCurrencies>,
#[schema(example = json!(
{
"type": "specific_accepted",
"list": ["UK", "AU"]
}
), value_type = Option<AcceptedCountries>)]
pub accepted_countries: Option<api_models::admin::AcceptedCountries>,
pub payment_experience: Option<api_models::enums::PaymentExperience>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "Provider",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_4743136030350603167
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/common_config.rs
pub struct ConnectorApiIntegrationPayload {
pub connector_type: String,
pub profile_id: common_utils::id_type::ProfileId,
pub connector_name: api_models::enums::Connector,
#[serde(skip_deserializing)]
#[schema(example = "stripe_US_travel")]
pub connector_label: Option<String>,
pub merchant_connector_id: Option<String>,
pub disabled: bool,
pub test_mode: bool,
pub payment_methods_enabled: Option<Vec<PaymentMethodsEnabled>>,
pub metadata: Option<ApiModelMetaData>,
pub connector_webhook_details: Option<api_models::admin::MerchantConnectorWebhookDetails>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "ConnectorApiIntegrationPayload",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_-3142672055075814083
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/common_config.rs
pub struct DashboardPaymentMethodPayload {
pub payment_method: api_models::enums::PaymentMethod,
pub payment_method_type: String,
pub provider: Option<Vec<Provider>>,
pub card_provider: Option<Vec<CardProvider>>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "DashboardPaymentMethodPayload",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_3722576427943890031
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/common_config.rs
pub struct DashboardRequestPayload {
pub connector: api_models::enums::Connector,
pub payment_methods_enabled: Option<Vec<DashboardPaymentMethodPayload>>,
pub metadata: Option<ApiModelMetaData>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "DashboardRequestPayload",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_-1630628365818496020
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/common_config.rs
pub struct InputData {
pub name: String,
pub label: String,
pub placeholder: String,
pub required: bool,
#[serde(flatten)]
pub input_type: InputType,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "InputData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_4285741737715917344
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct PayloadCurrencyAuthKeyType {
pub api_key: String,
pub processing_account_id: String,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "PayloadCurrencyAuthKeyType",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_5569365217222199816
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct Classic {
pub password_classic: String,
pub username_classic: String,
pub merchant_id_classic: String,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "Classic",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_-4186300825484589012
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct Evoucher {
pub password_evoucher: String,
pub username_evoucher: String,
pub merchant_id_evoucher: String,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "Evoucher",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_4152706965803565447
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct CashtoCodeCurrencyAuthKeyType {
pub classic: Classic,
pub evoucher: Evoucher,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "CashtoCodeCurrencyAuthKeyType",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_4185844195463709351
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct ConfigMerchantAdditionalDetails {
pub open_banking_recipient_data: Option<InputData>,
pub account_data: Option<InputData>,
pub iban: Option<Vec<InputData>>,
pub bacs: Option<Vec<InputData>>,
pub connector_recipient_id: Option<InputData>,
pub wallet_id: Option<InputData>,
pub faster_payments: Option<Vec<InputData>>,
pub sepa: Option<Vec<InputData>>,
pub sepa_instant: Option<Vec<InputData>>,
pub elixir: Option<Vec<InputData>>,
pub bankgiro: Option<Vec<InputData>>,
pub plusgiro: Option<Vec<InputData>>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "ConfigMerchantAdditionalDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_7967580557362292301
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct AccountIdConfigForCard {
pub three_ds: Option<Vec<InputData>>,
pub no_three_ds: Option<Vec<InputData>>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "AccountIdConfigForCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_-2326110636775296956
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct AccountIdConfigForRedirect {
pub three_ds: Option<Vec<InputData>>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "AccountIdConfigForRedirect",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_-1664262988056760838
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct AccountIdConfigForApplePay {
pub encrypt: Option<Vec<InputData>>,
pub decrypt: Option<Vec<InputData>>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "AccountIdConfigForApplePay",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_9034182172717199903
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct AccountIDSupportedMethods {
apple_pay: HashMap<String, AccountIdConfigForApplePay>,
card: HashMap<String, AccountIdConfigForCard>,
interac: HashMap<String, AccountIdConfigForRedirect>,
pay_safe_card: HashMap<String, AccountIdConfigForRedirect>,
skrill: HashMap<String, AccountIdConfigForRedirect>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "AccountIDSupportedMethods",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_5110581644124355231
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct ConfigMetadata {
pub merchant_config_currency: Option<InputData>,
pub merchant_account_id: Option<InputData>,
pub account_name: Option<InputData>,
pub account_type: Option<InputData>,
pub terminal_id: Option<InputData>,
pub google_pay: Option<Vec<InputData>>,
pub apple_pay: Option<Vec<InputData>>,
pub merchant_id: Option<InputData>,
pub endpoint_prefix: Option<InputData>,
pub mcc: Option<InputData>,
pub merchant_country_code: Option<InputData>,
pub merchant_name: Option<InputData>,
pub acquirer_bin: Option<InputData>,
pub acquirer_merchant_id: Option<InputData>,
pub acquirer_country_code: Option<InputData>,
pub three_ds_requestor_name: Option<InputData>,
pub three_ds_requestor_id: Option<InputData>,
pub pull_mechanism_for_external_3ds_enabled: Option<InputData>,
pub klarna_region: Option<InputData>,
pub pricing_type: Option<InputData>,
pub source_balance_account: Option<InputData>,
pub brand_id: Option<InputData>,
pub destination_account_number: Option<InputData>,
pub dpa_id: Option<InputData>,
pub dpa_name: Option<InputData>,
pub locale: Option<InputData>,
pub card_brands: Option<InputData>,
pub merchant_category_code: Option<InputData>,
pub merchant_configuration_id: Option<InputData>,
pub currency_id: Option<InputData>,
pub platform_id: Option<InputData>,
pub ledger_account_id: Option<InputData>,
pub tenant_id: Option<InputData>,
pub platform_url: Option<InputData>,
pub report_group: Option<InputData>,
pub proxy_url: Option<InputData>,
pub shop_name: Option<InputData>,
pub merchant_funding_source: Option<InputData>,
pub account_id: Option<AccountIDSupportedMethods>,
pub name: Option<InputData>,
pub client_merchant_reference_id: Option<InputData>,
pub route: Option<InputData>,
pub mid: Option<InputData>,
pub tid: Option<InputData>,
pub site: Option<InputData>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "ConfigMetadata",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_-962702336089505652
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct ConnectorWalletDetailsConfig {
pub samsung_pay: Option<Vec<InputData>>,
pub paze: Option<Vec<InputData>>,
pub google_pay: Option<Vec<InputData>>,
pub amazon_pay: Option<Vec<InputData>>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "ConnectorWalletDetailsConfig",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_-7516363335816828237
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct ConnectorTomlConfig {
pub connector_auth: Option<ConnectorAuthType>,
pub connector_webhook_details: Option<api_models::admin::MerchantConnectorWebhookDetails>,
pub metadata: Option<Box<ConfigMetadata>>,
pub connector_wallets_details: Option<Box<ConnectorWalletDetailsConfig>>,
pub additional_merchant_data: Option<Box<ConfigMerchantAdditionalDetails>>,
pub credit: Option<Vec<CardProvider>>,
pub debit: Option<Vec<CardProvider>>,
pub bank_transfer: Option<Vec<Provider>>,
pub bank_redirect: Option<Vec<Provider>>,
pub bank_debit: Option<Vec<Provider>>,
pub open_banking: Option<Vec<Provider>>,
pub pay_later: Option<Vec<Provider>>,
pub wallet: Option<Vec<Provider>>,
pub crypto: Option<Vec<Provider>>,
pub reward: Option<Vec<Provider>>,
pub upi: Option<Vec<Provider>>,
pub voucher: Option<Vec<Provider>>,
pub gift_card: Option<Vec<Provider>>,
pub card_redirect: Option<Vec<Provider>>,
pub is_verifiable: Option<bool>,
pub real_time_payment: Option<Vec<Provider>>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "ConnectorTomlConfig",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_connector_configs_3362395886573513743
|
clm
|
struct
|
// hyperswitch/crates/connector_configs/src/connector.rs
pub struct ConnectorConfig {
pub authipay: Option<ConnectorTomlConfig>,
pub juspaythreedsserver: Option<ConnectorTomlConfig>,
pub katapult: Option<ConnectorTomlConfig>,
pub aci: Option<ConnectorTomlConfig>,
pub adyen: Option<ConnectorTomlConfig>,
pub affirm: Option<ConnectorTomlConfig>,
#[cfg(feature = "payouts")]
pub adyen_payout: Option<ConnectorTomlConfig>,
#[cfg(feature = "payouts")]
pub adyenplatform_payout: Option<ConnectorTomlConfig>,
pub airwallex: Option<ConnectorTomlConfig>,
pub amazonpay: Option<ConnectorTomlConfig>,
pub archipel: Option<ConnectorTomlConfig>,
pub authorizedotnet: Option<ConnectorTomlConfig>,
pub bamboraapac: Option<ConnectorTomlConfig>,
pub bankofamerica: Option<ConnectorTomlConfig>,
pub barclaycard: Option<ConnectorTomlConfig>,
pub billwerk: Option<ConnectorTomlConfig>,
pub bitpay: Option<ConnectorTomlConfig>,
pub blackhawknetwork: Option<ConnectorTomlConfig>,
pub calida: Option<ConnectorTomlConfig>,
pub bluesnap: Option<ConnectorTomlConfig>,
pub boku: Option<ConnectorTomlConfig>,
pub braintree: Option<ConnectorTomlConfig>,
pub breadpay: Option<ConnectorTomlConfig>,
pub cardinal: Option<ConnectorTomlConfig>,
pub cashtocode: Option<ConnectorTomlConfig>,
pub celero: Option<ConnectorTomlConfig>,
pub chargebee: Option<ConnectorTomlConfig>,
pub custombilling: Option<ConnectorTomlConfig>,
pub checkbook: Option<ConnectorTomlConfig>,
pub checkout: Option<ConnectorTomlConfig>,
pub coinbase: Option<ConnectorTomlConfig>,
pub coingate: Option<ConnectorTomlConfig>,
pub cryptopay: Option<ConnectorTomlConfig>,
pub ctp_visa: Option<ConnectorTomlConfig>,
pub cybersource: Option<ConnectorTomlConfig>,
#[cfg(feature = "payouts")]
pub cybersource_payout: Option<ConnectorTomlConfig>,
pub iatapay: Option<ConnectorTomlConfig>,
pub itaubank: Option<ConnectorTomlConfig>,
pub opennode: Option<ConnectorTomlConfig>,
pub bambora: Option<ConnectorTomlConfig>,
pub datatrans: Option<ConnectorTomlConfig>,
pub deutschebank: Option<ConnectorTomlConfig>,
pub digitalvirgo: Option<ConnectorTomlConfig>,
pub dlocal: Option<ConnectorTomlConfig>,
pub dwolla: Option<ConnectorTomlConfig>,
pub ebanx_payout: Option<ConnectorTomlConfig>,
pub elavon: Option<ConnectorTomlConfig>,
pub facilitapay: Option<ConnectorTomlConfig>,
pub finix: Option<ConnectorTomlConfig>,
pub fiserv: Option<ConnectorTomlConfig>,
pub fiservemea: Option<ConnectorTomlConfig>,
pub fiuu: Option<ConnectorTomlConfig>,
pub flexiti: Option<ConnectorTomlConfig>,
pub forte: Option<ConnectorTomlConfig>,
pub getnet: Option<ConnectorTomlConfig>,
pub gigadat: Option<ConnectorTomlConfig>,
#[cfg(feature = "payouts")]
pub gigadat_payout: Option<ConnectorTomlConfig>,
pub globalpay: Option<ConnectorTomlConfig>,
pub globepay: Option<ConnectorTomlConfig>,
pub gocardless: Option<ConnectorTomlConfig>,
pub gpayments: Option<ConnectorTomlConfig>,
pub hipay: Option<ConnectorTomlConfig>,
pub helcim: Option<ConnectorTomlConfig>,
pub hyperswitch_vault: Option<ConnectorTomlConfig>,
pub hyperwallet: Option<ConnectorTomlConfig>,
pub inespay: Option<ConnectorTomlConfig>,
pub jpmorgan: Option<ConnectorTomlConfig>,
pub klarna: Option<ConnectorTomlConfig>,
pub loonio: Option<ConnectorTomlConfig>,
#[cfg(feature = "payouts")]
pub loonio_payout: Option<ConnectorTomlConfig>,
pub mifinity: Option<ConnectorTomlConfig>,
pub mollie: Option<ConnectorTomlConfig>,
pub moneris: Option<ConnectorTomlConfig>,
pub mpgs: Option<ConnectorTomlConfig>,
pub multisafepay: Option<ConnectorTomlConfig>,
pub nexinets: Option<ConnectorTomlConfig>,
pub nexixpay: Option<ConnectorTomlConfig>,
pub nmi: Option<ConnectorTomlConfig>,
pub nomupay_payout: Option<ConnectorTomlConfig>,
pub noon: Option<ConnectorTomlConfig>,
pub nordea: Option<ConnectorTomlConfig>,
pub novalnet: Option<ConnectorTomlConfig>,
pub nuvei_payout: Option<ConnectorTomlConfig>,
pub nuvei: Option<ConnectorTomlConfig>,
pub paybox: Option<ConnectorTomlConfig>,
pub payload: Option<ConnectorTomlConfig>,
pub payme: Option<ConnectorTomlConfig>,
#[cfg(feature = "payouts")]
pub payone_payout: Option<ConnectorTomlConfig>,
pub paypal: Option<ConnectorTomlConfig>,
pub paysafe: Option<ConnectorTomlConfig>,
#[cfg(feature = "payouts")]
pub paypal_payout: Option<ConnectorTomlConfig>,
pub paystack: Option<ConnectorTomlConfig>,
pub paytm: Option<ConnectorTomlConfig>,
pub payu: Option<ConnectorTomlConfig>,
pub peachpayments: Option<ConnectorTomlConfig>,
pub phonepe: Option<ConnectorTomlConfig>,
pub placetopay: Option<ConnectorTomlConfig>,
pub plaid: Option<ConnectorTomlConfig>,
pub powertranz: Option<ConnectorTomlConfig>,
pub prophetpay: Option<ConnectorTomlConfig>,
pub razorpay: Option<ConnectorTomlConfig>,
pub recurly: Option<ConnectorTomlConfig>,
pub riskified: Option<ConnectorTomlConfig>,
pub rapyd: Option<ConnectorTomlConfig>,
pub redsys: Option<ConnectorTomlConfig>,
pub santander: Option<ConnectorTomlConfig>,
pub shift4: Option<ConnectorTomlConfig>,
pub sift: Option<ConnectorTomlConfig>,
pub silverflow: Option<ConnectorTomlConfig>,
pub stripe: Option<ConnectorTomlConfig>,
#[cfg(feature = "payouts")]
pub stripe_payout: Option<ConnectorTomlConfig>,
pub stripebilling: Option<ConnectorTomlConfig>,
pub signifyd: Option<ConnectorTomlConfig>,
pub tersouro: Option<ConnectorTomlConfig>,
pub tokenex: Option<ConnectorTomlConfig>,
pub tokenio: Option<ConnectorTomlConfig>,
pub trustpay: Option<ConnectorTomlConfig>,
pub trustpayments: Option<ConnectorTomlConfig>,
pub threedsecureio: Option<ConnectorTomlConfig>,
pub netcetera: Option<ConnectorTomlConfig>,
pub tsys: Option<ConnectorTomlConfig>,
pub vgs: Option<ConnectorTomlConfig>,
pub volt: Option<ConnectorTomlConfig>,
pub wellsfargo: Option<ConnectorTomlConfig>,
#[cfg(feature = "payouts")]
pub wise_payout: Option<ConnectorTomlConfig>,
pub worldline: Option<ConnectorTomlConfig>,
pub worldpay: Option<ConnectorTomlConfig>,
#[cfg(feature = "payouts")]
pub worldpay_payout: Option<ConnectorTomlConfig>,
pub worldpayvantiv: Option<ConnectorTomlConfig>,
pub worldpayxml: Option<ConnectorTomlConfig>,
pub xendit: Option<ConnectorTomlConfig>,
pub square: Option<ConnectorTomlConfig>,
pub stax: Option<ConnectorTomlConfig>,
pub dummy_connector: Option<ConnectorTomlConfig>,
pub stripe_test: Option<ConnectorTomlConfig>,
pub paypal_test: Option<ConnectorTomlConfig>,
pub zen: Option<ConnectorTomlConfig>,
pub zsl: Option<ConnectorTomlConfig>,
pub taxjar: Option<ConnectorTomlConfig>,
pub tesouro: Option<ConnectorTomlConfig>,
pub ctp_mastercard: Option<ConnectorTomlConfig>,
pub unified_authentication_service: Option<ConnectorTomlConfig>,
}
|
{
"chunk": null,
"crate": "connector_configs",
"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": "ConnectorConfig",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_-4458586837854835294
|
clm
|
struct
|
// hyperswitch/crates/test_utils/tests/connectors/selenium.rs
pub struct WebhookResponse {
data: Vec<WebhookResponseData>,
}
|
{
"chunk": null,
"crate": "test_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": "WebhookResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_8028362932186320420
|
clm
|
struct
|
// hyperswitch/crates/test_utils/tests/connectors/selenium.rs
pub struct WebhookResponseData {
step: WebhookRequestData,
}
|
{
"chunk": null,
"crate": "test_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": "WebhookResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_7423180757669654446
|
clm
|
struct
|
// hyperswitch/crates/test_utils/tests/connectors/selenium.rs
pub struct WebhookRequestData {
request: WebhookRequest,
}
|
{
"chunk": null,
"crate": "test_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": "WebhookRequestData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_6729795493495732426
|
clm
|
struct
|
// hyperswitch/crates/test_utils/tests/connectors/selenium.rs
pub struct WebhookRequest {
body: String,
}
|
{
"chunk": null,
"crate": "test_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": "WebhookRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_4025704360761529530
|
clm
|
struct
|
// hyperswitch/crates/test_utils/tests/connectors/selenium.rs
pub struct HsWebhookResponse {
content: HsWebhookContent,
}
|
{
"chunk": null,
"crate": "test_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": "HsWebhookResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_9039807385030669820
|
clm
|
struct
|
// hyperswitch/crates/test_utils/tests/connectors/selenium.rs
pub struct HsWebhookContent {
object: HsWebhookObject,
}
|
{
"chunk": null,
"crate": "test_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": "HsWebhookContent",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_4551449486151970791
|
clm
|
struct
|
// hyperswitch/crates/test_utils/tests/connectors/selenium.rs
pub struct HsWebhookObject {
payment_id: String,
status: String,
connector: String,
}
|
{
"chunk": null,
"crate": "test_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": "HsWebhookObject",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_5048013259111461170
|
clm
|
struct
|
// hyperswitch/crates/test_utils/src/connector_auth.rs
pub struct ConnectorAuthentication {
pub aci: Option<BodyKey>,
#[cfg(not(feature = "payouts"))]
pub adyen: Option<BodyKey>,
#[cfg(feature = "payouts")]
pub adyenplatform: Option<HeaderKey>,
pub affirm: Option<HeaderKey>,
#[cfg(feature = "payouts")]
pub adyen: Option<SignatureKey>,
#[cfg(not(feature = "payouts"))]
pub adyen_uk: Option<BodyKey>,
#[cfg(feature = "payouts")]
pub adyen_uk: Option<SignatureKey>,
pub airwallex: Option<BodyKey>,
pub amazonpay: Option<BodyKey>,
pub archipel: Option<NoKey>,
pub authipay: Option<SignatureKey>,
pub authorizedotnet: Option<BodyKey>,
pub bambora: Option<BodyKey>,
pub bamboraapac: Option<HeaderKey>,
pub bankofamerica: Option<SignatureKey>,
pub barclaycard: Option<SignatureKey>,
pub billwerk: Option<HeaderKey>,
pub bitpay: Option<HeaderKey>,
pub blackhawknetwork: Option<HeaderKey>,
pub calida: Option<HeaderKey>,
pub bluesnap: Option<BodyKey>,
pub boku: Option<BodyKey>,
pub breadpay: Option<BodyKey>,
pub cardinal: Option<SignatureKey>,
pub cashtocode: Option<BodyKey>,
pub celero: Option<HeaderKey>,
pub chargebee: Option<HeaderKey>,
pub checkbook: Option<BodyKey>,
pub checkout: Option<SignatureKey>,
pub coinbase: Option<HeaderKey>,
pub coingate: Option<HeaderKey>,
pub cryptopay: Option<BodyKey>,
pub cybersource: Option<SignatureKey>,
pub datatrans: Option<HeaderKey>,
pub deutschebank: Option<SignatureKey>,
pub digitalvirgo: Option<HeaderKey>,
pub dlocal: Option<SignatureKey>,
#[cfg(feature = "dummy_connector")]
pub dummyconnector: Option<HeaderKey>,
pub dwolla: Option<HeaderKey>,
pub ebanx: Option<HeaderKey>,
pub elavon: Option<HeaderKey>,
pub facilitapay: Option<BodyKey>,
pub finix: Option<HeaderKey>,
pub fiserv: Option<SignatureKey>,
pub fiservemea: Option<HeaderKey>,
pub fiuu: Option<HeaderKey>,
pub flexiti: Option<HeaderKey>,
pub forte: Option<MultiAuthKey>,
pub getnet: Option<HeaderKey>,
pub gigadat: Option<SignatureKey>,
pub globalpay: Option<BodyKey>,
pub globepay: Option<BodyKey>,
pub gocardless: Option<HeaderKey>,
pub gpayments: Option<HeaderKey>,
pub helcim: Option<HeaderKey>,
pub hipay: Option<HeaderKey>,
pub hyperswitch_vault: Option<SignatureKey>,
pub hyperwallet: Option<BodyKey>,
pub iatapay: Option<SignatureKey>,
pub inespay: Option<HeaderKey>,
pub itaubank: Option<MultiAuthKey>,
pub jpmorgan: Option<BodyKey>,
pub juspaythreedsserver: Option<HeaderKey>,
pub katapult: Option<HeaderKey>,
pub loonio: Option<HeaderKey>,
pub mifinity: Option<HeaderKey>,
pub mollie: Option<BodyKey>,
pub moneris: Option<SignatureKey>,
pub mpgs: Option<HeaderKey>,
pub multisafepay: Option<HeaderKey>,
pub netcetera: Option<HeaderKey>,
pub nexinets: Option<BodyKey>,
pub nexixpay: Option<HeaderKey>,
pub nomupay: Option<BodyKey>,
pub noon: Option<SignatureKey>,
pub nordea: Option<SignatureKey>,
pub novalnet: Option<HeaderKey>,
pub nmi: Option<HeaderKey>,
pub nuvei: Option<SignatureKey>,
pub opayo: Option<HeaderKey>,
pub opennode: Option<HeaderKey>,
pub paybox: Option<HeaderKey>,
pub payeezy: Option<SignatureKey>,
pub payload: Option<CurrencyAuthKey>,
pub payme: Option<BodyKey>,
pub payone: Option<HeaderKey>,
pub paypal: Option<BodyKey>,
pub paysafe: Option<BodyKey>,
pub paystack: Option<HeaderKey>,
pub paytm: Option<HeaderKey>,
pub payu: Option<BodyKey>,
pub peachpayments: Option<HeaderKey>,
pub phonepe: Option<HeaderKey>,
pub placetopay: Option<BodyKey>,
pub plaid: Option<BodyKey>,
pub powertranz: Option<BodyKey>,
pub prophetpay: Option<HeaderKey>,
pub rapyd: Option<BodyKey>,
pub razorpay: Option<BodyKey>,
pub recurly: Option<HeaderKey>,
pub redsys: Option<HeaderKey>,
pub santander: Option<BodyKey>,
pub shift4: Option<HeaderKey>,
pub sift: Option<HeaderKey>,
pub silverflow: Option<SignatureKey>,
pub square: Option<BodyKey>,
pub stax: Option<HeaderKey>,
pub stripe: Option<HeaderKey>,
pub stripebilling: Option<HeaderKey>,
pub taxjar: Option<HeaderKey>,
pub tesouro: Option<HeaderKey>,
pub threedsecureio: Option<HeaderKey>,
pub thunes: Option<HeaderKey>,
pub tokenex: Option<BodyKey>,
pub tokenio: Option<HeaderKey>,
pub stripe_au: Option<HeaderKey>,
pub stripe_uk: Option<HeaderKey>,
pub trustpay: Option<SignatureKey>,
pub trustpayments: Option<HeaderKey>,
pub tsys: Option<SignatureKey>,
pub unified_authentication_service: Option<HeaderKey>,
pub vgs: Option<SignatureKey>,
pub volt: Option<HeaderKey>,
pub wellsfargo: Option<HeaderKey>,
// pub wellsfargopayout: Option<HeaderKey>,
pub wise: Option<BodyKey>,
pub worldpay: Option<BodyKey>,
pub worldpayvantiv: Option<HeaderKey>,
pub worldpayxml: Option<HeaderKey>,
pub xendit: Option<HeaderKey>,
pub worldline: Option<SignatureKey>,
pub zen: Option<HeaderKey>,
pub zsl: Option<BodyKey>,
pub automation_configs: Option<AutomationConfigs>,
pub users: Option<UsersConfigs>,
}
|
{
"chunk": null,
"crate": "test_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": "ConnectorAuthentication",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_-3094395437646943869
|
clm
|
struct
|
// hyperswitch/crates/test_utils/src/connector_auth.rs
pub struct ConnectorAuthenticationMap(HashMap<String, ConnectorAuthType>);
|
{
"chunk": null,
"crate": "test_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": "ConnectorAuthenticationMap",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_8884797224816965491
|
clm
|
struct
|
// hyperswitch/crates/test_utils/src/connector_auth.rs
pub struct HeaderKey {
pub api_key: Secret<String>,
}
|
{
"chunk": null,
"crate": "test_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": "HeaderKey",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_-7773206155971060700
|
clm
|
struct
|
// hyperswitch/crates/test_utils/src/connector_auth.rs
pub struct BodyKey {
pub api_key: Secret<String>,
pub key1: Secret<String>,
}
|
{
"chunk": null,
"crate": "test_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": "BodyKey",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_-5477973271924797592
|
clm
|
struct
|
// hyperswitch/crates/test_utils/src/connector_auth.rs
pub struct SignatureKey {
pub api_key: Secret<String>,
pub key1: Secret<String>,
pub api_secret: Secret<String>,
}
|
{
"chunk": null,
"crate": "test_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": "SignatureKey",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_6861426704979513982
|
clm
|
struct
|
// hyperswitch/crates/test_utils/src/connector_auth.rs
pub struct MultiAuthKey {
pub api_key: Secret<String>,
pub key1: Secret<String>,
pub api_secret: Secret<String>,
pub key2: Secret<String>,
}
|
{
"chunk": null,
"crate": "test_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": "MultiAuthKey",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_-5215780013214792630
|
clm
|
struct
|
// hyperswitch/crates/test_utils/src/connector_auth.rs
pub struct CurrencyAuthKey {
pub auth_key_map: HashMap<String, toml::Value>,
}
|
{
"chunk": null,
"crate": "test_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": "CurrencyAuthKey",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_2753527401562858773
|
clm
|
struct
|
// hyperswitch/crates/test_utils/src/connector_auth.rs
pub struct NoKey {}
|
{
"chunk": null,
"crate": "test_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": "NoKey",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_285111371355793731
|
clm
|
struct
|
// hyperswitch/crates/test_utils/src/connector_auth.rs
pub struct AutomationConfigs {
pub hs_base_url: Option<String>,
pub hs_api_key: Option<String>,
pub hs_api_keys: Option<String>,
pub hs_webhook_url: Option<String>,
pub hs_test_env: Option<String>,
pub hs_test_browser: Option<String>,
pub chrome_profile_path: Option<String>,
pub firefox_profile_path: Option<String>,
pub pypl_email: Option<String>,
pub pypl_pass: Option<String>,
pub gmail_email: Option<String>,
pub gmail_pass: Option<String>,
pub clearpay_email: Option<String>,
pub clearpay_pass: Option<String>,
pub configs_url: Option<String>,
pub stripe_pub_key: Option<String>,
pub testcases_path: Option<String>,
pub bluesnap_gateway_merchant_id: Option<String>,
pub globalpay_gateway_merchant_id: Option<String>,
pub authorizedotnet_gateway_merchant_id: Option<String>,
pub run_minimum_steps: Option<bool>,
pub airwallex_merchant_name: Option<String>,
pub adyen_bancontact_username: Option<String>,
pub adyen_bancontact_pass: Option<String>,
}
|
{
"chunk": null,
"crate": "test_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": "AutomationConfigs",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_-5359518844169147749
|
clm
|
struct
|
// hyperswitch/crates/test_utils/src/connector_auth.rs
pub struct UsersConfigs {
pub user_email: String,
pub user_password: String,
pub wrong_password: String,
pub user_base_email_for_signup: String,
pub user_domain_for_signup: String,
}
|
{
"chunk": null,
"crate": "test_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": "UsersConfigs",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_test_utils_8184023762754335865
|
clm
|
struct
|
// hyperswitch/crates/test_utils/src/newman_runner.rs
pub struct Args {
/// Admin API Key of the environment
#[arg(short, long)]
admin_api_key: String,
/// Base URL of the Hyperswitch environment
#[arg(short, long)]
base_url: String,
/// Name of the connector
#[arg(short, long)]
connector_name: Option<String>,
/// Name of the module
#[arg(short, long)]
module_name: Option<Module>,
/// Custom headers
#[arg(short = 'H', long = "header")]
custom_headers: Option<Vec<String>>,
/// Minimum delay in milliseconds to be added before sending a request
/// By default, 7 milliseconds will be the delay
#[arg(short, long, default_value_t = 7)]
delay_request: u32,
/// Folder name of specific tests
#[arg(short, long = "folder")]
folders: Option<String>,
/// Optional Verbose logs
#[arg(short, long)]
verbose: bool,
}
|
{
"chunk": null,
"crate": "test_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": "Args",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_euclid_wasm_-1524717091229204708
|
clm
|
struct
|
// hyperswitch/crates/euclid_wasm/src/types.rs
pub struct Details<'a> {
pub description: Option<&'a str>,
pub kind: DirKeyKind,
}
|
{
"chunk": null,
"crate": "euclid_wasm",
"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": "Details",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_euclid_wasm_643317876343531189
|
clm
|
struct
|
// hyperswitch/crates/euclid_wasm/src/types.rs
pub struct PayoutDetails<'a> {
pub description: Option<&'a str>,
pub kind: PayoutDirKeyKind,
}
|
{
"chunk": null,
"crate": "euclid_wasm",
"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": "PayoutDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-5050522500340570423
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/payment_methods.rs
pub struct PaymentMethodsEnabled {
/// Type of payment method.
#[schema(value_type = PaymentMethod,example = "card")]
pub payment_method_type: common_enums::PaymentMethod,
/// Payment method configuration, this includes all the filters associated with the payment method
pub payment_method_subtypes: Option<Vec<RequestPaymentMethodTypes>>,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "PaymentMethodsEnabled",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-6072924379772384766
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/payment_methods.rs
pub struct RequestPaymentMethodTypes {
/// The payment method subtype
#[schema(value_type = PaymentMethodType)]
pub payment_method_subtype: common_enums::PaymentMethodType,
/// The payment experience for the payment method
#[schema(value_type = Option<PaymentExperience>)]
pub payment_experience: Option<common_enums::PaymentExperience>,
/// List of cards networks that are enabled for this payment method, applicable for credit and debit payment method subtypes only
#[schema(value_type = Option<Vec<CardNetwork>>)]
pub card_networks: Option<Vec<common_enums::CardNetwork>>,
/// List of currencies accepted or has the processing capabilities of the processor
#[schema(example = json!(
{
"type": "enable_only",
"list": ["USD", "INR"]
}
), value_type = Option<AcceptedCurrencies>)]
pub accepted_currencies: Option<AcceptedCurrencies>,
/// List of Countries accepted or has the processing capabilities of the processor
#[schema(example = json!(
{
"type": "enable_only",
"list": ["UK", "AU"]
}
), value_type = Option<AcceptedCountries>)]
pub accepted_countries: Option<AcceptedCountries>,
/// Minimum amount supported by the processor. To be represented in the lowest denomination of the target currency (For example, for USD it should be in cents)
#[schema(example = 1)]
pub minimum_amount: Option<common_utils::types::MinorUnit>,
/// Maximum amount supported by the processor. To be represented in the lowest denomination of
/// the target currency (For example, for USD it should be in cents)
#[schema(example = 1313)]
pub maximum_amount: Option<common_utils::types::MinorUnit>,
/// Indicates whether the payment method supports recurring payments. Optional.
#[schema(example = true)]
pub recurring_enabled: Option<bool>,
/// Indicates whether the payment method is eligible for installment payments (e.g., EMI, BNPL). Optional.
#[schema(example = true)]
pub installment_payment_enabled: Option<bool>,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "RequestPaymentMethodTypes",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-2053485312077964731
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/payment_methods.rs
struct RequestPaymentMethodTypesV1 {
pub payment_method_type: common_enums::PaymentMethodType,
pub payment_experience: Option<common_enums::PaymentExperience>,
pub card_networks: Option<Vec<common_enums::CardNetwork>>,
pub accepted_currencies: Option<AcceptedCurrencies>,
pub accepted_countries: Option<AcceptedCountries>,
pub minimum_amount: Option<common_utils::types::MinorUnit>,
pub maximum_amount: Option<common_utils::types::MinorUnit>,
pub recurring_enabled: Option<bool>,
pub installment_payment_enabled: Option<bool>,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "RequestPaymentMethodTypesV1",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_7637490137689365180
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/payment_methods.rs
pub struct NetworkTokenization {
/// Enable the network tokenization for payment methods that are created using the payment method session
#[schema(value_type = NetworkTokenizationToggle)]
pub enable: common_enums::NetworkTokenizationToggle,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "NetworkTokenization",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_1077209119933171331
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/payment_methods.rs
pub struct PspTokenization {
/// The tokenization type to be applied for the payment method
#[schema(value_type = TokenizationType)]
pub tokenization_type: common_enums::TokenizationType,
/// The merchant connector id to be used for tokenization
#[schema(value_type = String)]
pub connector_id: common_utils::id_type::MerchantConnectorAccountId,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "PspTokenization",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-2155708474480813972
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/payments.rs
pub struct MerchantCountryCode(String);
|
{
"chunk": null,
"crate": "common_types",
"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": "MerchantCountryCode",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_4417626220555311131
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/payments.rs
pub struct CustomerAcceptance {
/// Type of acceptance provided by the
#[schema(example = "online")]
pub acceptance_type: AcceptanceType,
/// Specifying when the customer acceptance was provided
#[schema(example = "2022-09-10T10:11:12Z")]
#[serde(default, with = "common_utils::custom_serde::iso8601::option")]
pub accepted_at: Option<PrimitiveDateTime>,
/// Information required for online mandate generation
pub online: Option<OnlineMandate>,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "CustomerAcceptance",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-7398705055014204234
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/payments.rs
pub struct StripeChargeResponseData {
/// Identifier for charge created for the payment
pub charge_id: Option<String>,
/// Type of charge (connector specific)
#[schema(value_type = PaymentChargeType, example = "direct")]
pub charge_type: enums::PaymentChargeType,
/// Platform fees collected on the payment
#[schema(value_type = i64, example = 6540)]
pub application_fees: Option<MinorUnit>,
/// Identifier for the reseller's account where the funds were transferred
pub transfer_account_id: String,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "StripeChargeResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_1629415688751286379
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/payments.rs
pub struct XenditSplitRoute {
/// Amount of payments to be split
pub flat_amount: Option<MinorUnit>,
/// Amount of payments to be split, using a percent rate as unit
pub percent_amount: Option<i64>,
/// Currency code
#[schema(value_type = Currency, example = "USD")]
pub currency: enums::Currency,
/// ID of the destination account where the amount will be routed to
pub destination_account_id: String,
/// Reference ID which acts as an identifier of the route itself
pub reference_id: String,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "XenditSplitRoute",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_6137708303921300146
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/payments.rs
pub struct XenditMultipleSplitRequest {
/// Name to identify split rule. Not required to be unique. Typically based on transaction and/or sub-merchant types.
pub name: String,
/// Description to identify fee rule
pub description: String,
/// The sub-account user-id that you want to make this transaction for.
pub for_user_id: Option<String>,
/// Array of objects that define how the platform wants to route the fees and to which accounts.
pub routes: Vec<XenditSplitRoute>,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "XenditMultipleSplitRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_6670219991895095805
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/payments.rs
pub struct XenditMultipleSplitResponse {
/// Identifier for split rule created for the payment
pub split_rule_id: String,
/// The sub-account user-id that you want to make this transaction for.
pub for_user_id: Option<String>,
/// Name to identify split rule. Not required to be unique. Typically based on transaction and/or sub-merchant types.
pub name: String,
/// Description to identify fee rule
pub description: String,
/// Array of objects that define how the platform wants to route the fees and to which accounts.
pub routes: Vec<XenditSplitRoute>,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "XenditMultipleSplitResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_8501264536224423771
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/domain.rs
pub struct XenditSplitSubMerchantData {
/// The sub-account user-id that you want to make this transaction for.
pub for_user_id: String,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "XenditSplitSubMerchantData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_5575879347953368849
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/domain.rs
pub struct AcquirerConfig {
/// The merchant id assigned by the acquirer
#[schema(value_type= String,example = "M123456789")]
pub acquirer_assigned_merchant_id: String,
/// merchant name
#[schema(value_type= String,example = "NewAge Retailer")]
pub merchant_name: String,
/// Network provider
#[schema(value_type= String,example = "VISA")]
pub network: common_enums::CardNetwork,
/// Acquirer bin
#[schema(value_type= String,example = "456789")]
pub acquirer_bin: String,
/// Acquirer ica provided by acquirer
#[schema(value_type= Option<String>,example = "401288")]
pub acquirer_ica: Option<String>,
/// Fraud rate for the particular acquirer configuration
#[schema(value_type= String,example = "0.01")]
pub acquirer_fraud_rate: f64,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "AcquirerConfig",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_4400097258979671176
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/domain.rs
pub struct MerchantConnectorAuthDetails {
/// The connector used for the payment
#[schema(value_type = Connector)]
pub connector_name: common_enums::connector_enums::Connector,
/// The merchant connector credentials used for the payment
#[schema(value_type = Object, example = r#"{
"merchant_connector_creds": {
"auth_type": "HeaderKey",
"api_key":"sk_test_xxxxxexamplexxxxxx12345"
},
}"#)]
pub merchant_connector_creds: common_utils::pii::SecretSerdeValue,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "MerchantConnectorAuthDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-29530295170617857
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/domain.rs
pub struct ConnectorResponseData {
/// Stringified connector raw response body
pub raw_connector_response: Option<Secret<String>>,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "ConnectorResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-891845538244363707
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/domain.rs
pub struct RetryFeatureData {
/// indicates if step_up retry is possible
pub step_up_possible: bool,
/// indicates if retry with pan is possible
pub clear_pan_possible: bool,
/// indicates if retry with alternate network possible
pub alternate_network_possible: bool,
/// decision to be taken for auto retries flow
#[schema(value_type = GsmDecision)]
pub decision: common_enums::GsmDecision,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "RetryFeatureData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_2898962329302347645
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/primitive_wrappers.rs
pub struct ExtendedAuthorizationAppliedBool(bool);
|
{
"chunk": null,
"crate": "common_types",
"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": "ExtendedAuthorizationAppliedBool",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-4676982952361859979
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/primitive_wrappers.rs
pub struct RequestExtendedAuthorizationBool(bool);
|
{
"chunk": null,
"crate": "common_types",
"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": "RequestExtendedAuthorizationBool",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_4048011660146003924
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/primitive_wrappers.rs
pub struct EnablePartialAuthorizationBool(bool);
|
{
"chunk": null,
"crate": "common_types",
"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": "EnablePartialAuthorizationBool",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-5628339449625107515
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/primitive_wrappers.rs
pub struct AlwaysRequestExtendedAuthorization(bool);
|
{
"chunk": null,
"crate": "common_types",
"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": "AlwaysRequestExtendedAuthorization",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_1760458473417606004
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/primitive_wrappers.rs
pub struct ShouldCollectCvvDuringPayment(bool);
|
{
"chunk": null,
"crate": "common_types",
"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": "ShouldCollectCvvDuringPayment",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_6018182263773394811
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/primitive_wrappers.rs
pub struct AlwaysEnableOvercaptureBool(bool);
|
{
"chunk": null,
"crate": "common_types",
"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": "AlwaysEnableOvercaptureBool",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-7432621942868195114
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/primitive_wrappers.rs
pub struct EnableOvercaptureBool(bool);
|
{
"chunk": null,
"crate": "common_types",
"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": "EnableOvercaptureBool",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-8317383292868482841
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/primitive_wrappers.rs
pub struct OvercaptureEnabledBool(bool);
|
{
"chunk": null,
"crate": "common_types",
"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": "OvercaptureEnabledBool",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-4814965502931463697
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/primitive_wrappers.rs
pub struct DisputePollingIntervalInHours(i32);
|
{
"chunk": null,
"crate": "common_types",
"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": "DisputePollingIntervalInHours",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_6976670240271599540
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/primitive_wrappers.rs
pub struct SafeString(String);
|
{
"chunk": null,
"crate": "common_types",
"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": "SafeString",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_-4311264477912623022
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/three_ds_decision_rule_engine.rs
pub struct ThreeDSDecisionRule {
/// The decided 3DS action based on the rules
pub decision: ThreeDSDecision,
}
|
{
"chunk": null,
"crate": "common_types",
"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": "ThreeDSDecisionRule",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_common_types_4359201327420885919
|
clm
|
struct
|
// hyperswitch/crates/common_types/src/customers.rs
pub struct ConnectorCustomerMap(
std::collections::HashMap<common_utils::id_type::MerchantConnectorAccountId, String>,
);
|
{
"chunk": null,
"crate": "common_types",
"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": "ConnectorCustomerMap",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_smithy-core_-7712502752574848168
|
clm
|
struct
|
// hyperswitch/crates/smithy-core/src/types.rs
pub struct SmithyModel {
pub namespace: String,
pub shapes: HashMap<String, SmithyShape>,
}
|
{
"chunk": null,
"crate": "smithy-core",
"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": "SmithyModel",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_smithy-core_-6298947889086881747
|
clm
|
struct
|
// hyperswitch/crates/smithy-core/src/types.rs
pub struct SmithyMember {
pub target: String,
#[serde(skip_serializing_if = "Option::is_none")]
pub documentation: Option<String>,
#[serde(skip_serializing_if = "Vec::is_empty")]
pub traits: Vec<SmithyTrait>,
}
|
{
"chunk": null,
"crate": "smithy-core",
"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": "SmithyMember",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_smithy-core_-7340254041599639279
|
clm
|
struct
|
// hyperswitch/crates/smithy-core/src/types.rs
pub struct SmithyEnumValue {
pub name: String,
#[serde(skip_serializing_if = "Option::is_none")]
pub documentation: Option<String>,
pub is_default: bool,
}
|
{
"chunk": null,
"crate": "smithy-core",
"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": "SmithyEnumValue",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_smithy-core_-6781965421574731229
|
clm
|
struct
|
// hyperswitch/crates/smithy-core/src/types.rs
pub struct SmithyField {
pub name: String,
pub value_type: String,
pub constraints: Vec<SmithyConstraint>,
pub documentation: Option<String>,
pub optional: bool,
pub flatten: bool,
}
|
{
"chunk": null,
"crate": "smithy-core",
"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": "SmithyField",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_smithy-core_8624812739479100820
|
clm
|
struct
|
// hyperswitch/crates/smithy-core/src/types.rs
pub struct SmithyEnumVariant {
pub name: String,
pub fields: Vec<SmithyField>,
pub constraints: Vec<SmithyConstraint>,
pub documentation: Option<String>,
}
|
{
"chunk": null,
"crate": "smithy-core",
"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": "SmithyEnumVariant",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_config_importer_-4672819939100007448
|
clm
|
struct
|
// hyperswitch/crates/config_importer/src/main.rs
pub(crate) struct KubernetesEnvironmentVariable {
name: String,
value: String,
}
|
{
"chunk": null,
"crate": "config_importer",
"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": "KubernetesEnvironmentVariable",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_config_importer_8184023762754335865
|
clm
|
struct
|
// hyperswitch/crates/config_importer/src/cli.rs
pub(crate) struct Args {
/// Input TOML configuration file.
#[arg(short, long, value_name = "FILE")]
pub(crate) input_file: PathBuf,
/// The format to convert the environment variables to.
#[arg(
value_enum,
short = 'f',
long,
value_name = "FORMAT",
default_value = "kubernetes-json"
)]
pub(crate) output_format: OutputFormat,
/// Output file. Output will be written to stdout if not specified.
#[arg(short, long, value_name = "FILE")]
pub(crate) output_file: Option<PathBuf>,
/// Prefix to be used for each environment variable in the generated output.
#[arg(short, long, default_value = "ROUTER")]
pub(crate) prefix: String,
}
|
{
"chunk": null,
"crate": "config_importer",
"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": "Args",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_cards_7498568917781461639
|
clm
|
struct
|
// hyperswitch/crates/cards/src/lib.rs
pub struct CardSecurityCode(StrongSecret<u16>);
|
{
"chunk": null,
"crate": "cards",
"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": "CardSecurityCode",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_cards_1774331658626881710
|
clm
|
struct
|
// hyperswitch/crates/cards/src/lib.rs
pub struct CardExpirationMonth(StrongSecret<u8>);
|
{
"chunk": null,
"crate": "cards",
"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": "CardExpirationMonth",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_cards_3870789173948371461
|
clm
|
struct
|
// hyperswitch/crates/cards/src/lib.rs
pub struct CardExpirationYear(StrongSecret<u16>);
|
{
"chunk": null,
"crate": "cards",
"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": "CardExpirationYear",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_cards_434567403941074969
|
clm
|
struct
|
// hyperswitch/crates/cards/src/lib.rs
pub struct CardExpiration {
pub month: CardExpirationMonth,
pub year: CardExpirationYear,
}
|
{
"chunk": null,
"crate": "cards",
"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": "CardExpiration",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_cards_3093306805286307188
|
clm
|
struct
|
// hyperswitch/crates/cards/src/validate.rs
pub struct CardNumberValidationErr(&'static str);
|
{
"chunk": null,
"crate": "cards",
"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": "CardNumberValidationErr",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_cards_-6843385963022900605
|
clm
|
struct
|
// hyperswitch/crates/cards/src/validate.rs
pub struct CardNumber(StrongSecret<String, CardNumberStrategy>);
|
{
"chunk": null,
"crate": "cards",
"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": "CardNumber",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_cards_3999216042618195432
|
clm
|
struct
|
// hyperswitch/crates/cards/src/validate.rs
pub struct NetworkToken(StrongSecret<String, CardNumberStrategy>);
|
{
"chunk": null,
"crate": "cards",
"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": "NetworkToken",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_currency_conversion_5349070033776192097
|
clm
|
struct
|
// hyperswitch/crates/currency_conversion/src/types.rs
pub struct ExchangeRates {
pub base_currency: Currency,
pub conversion: HashMap<Currency, CurrencyFactors>,
}
|
{
"chunk": null,
"crate": "currency_conversion",
"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": "ExchangeRates",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_currency_conversion_-5163909432291654965
|
clm
|
struct
|
// hyperswitch/crates/currency_conversion/src/types.rs
pub struct CurrencyFactors {
/// The factor that will be multiplied to provide Currency output
pub to_factor: Decimal,
/// The factor that will be multiplied to provide for the base output
pub from_factor: Decimal,
}
|
{
"chunk": null,
"crate": "currency_conversion",
"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": "CurrencyFactors",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_diesel_models_-437157351534531497
|
clm
|
struct
|
// hyperswitch/crates/diesel_models/src/dynamic_routing_stats.rs
pub struct DynamicRoutingStatsNew {
pub payment_id: common_utils::id_type::PaymentId,
pub attempt_id: String,
pub merchant_id: common_utils::id_type::MerchantId,
pub profile_id: common_utils::id_type::ProfileId,
pub amount: common_utils::types::MinorUnit,
pub success_based_routing_connector: String,
pub payment_connector: String,
pub currency: Option<common_enums::Currency>,
pub payment_method: Option<common_enums::PaymentMethod>,
pub capture_method: Option<common_enums::CaptureMethod>,
pub authentication_type: Option<common_enums::AuthenticationType>,
pub payment_status: common_enums::AttemptStatus,
pub conclusive_classification: common_enums::SuccessBasedRoutingConclusiveState,
pub created_at: time::PrimitiveDateTime,
pub payment_method_type: Option<common_enums::PaymentMethodType>,
pub global_success_based_connector: Option<String>,
}
|
{
"chunk": null,
"crate": "diesel_models",
"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": "DynamicRoutingStatsNew",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_diesel_models_-409018954046411624
|
clm
|
struct
|
// hyperswitch/crates/diesel_models/src/dynamic_routing_stats.rs
pub struct DynamicRoutingStats {
pub payment_id: common_utils::id_type::PaymentId,
pub attempt_id: String,
pub merchant_id: common_utils::id_type::MerchantId,
pub profile_id: common_utils::id_type::ProfileId,
pub amount: common_utils::types::MinorUnit,
pub success_based_routing_connector: String,
pub payment_connector: String,
pub currency: Option<common_enums::Currency>,
pub payment_method: Option<common_enums::PaymentMethod>,
pub capture_method: Option<common_enums::CaptureMethod>,
pub authentication_type: Option<common_enums::AuthenticationType>,
pub payment_status: common_enums::AttemptStatus,
pub conclusive_classification: common_enums::SuccessBasedRoutingConclusiveState,
pub created_at: time::PrimitiveDateTime,
pub payment_method_type: Option<common_enums::PaymentMethodType>,
pub global_success_based_connector: Option<String>,
}
|
{
"chunk": null,
"crate": "diesel_models",
"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": "DynamicRoutingStats",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_diesel_models_-7069266041179787030
|
clm
|
struct
|
// hyperswitch/crates/diesel_models/src/dynamic_routing_stats.rs
pub struct DynamicRoutingStatsUpdate {
pub amount: common_utils::types::MinorUnit,
pub success_based_routing_connector: String,
pub payment_connector: String,
pub currency: Option<common_enums::Currency>,
pub payment_method: Option<common_enums::PaymentMethod>,
pub capture_method: Option<common_enums::CaptureMethod>,
pub authentication_type: Option<common_enums::AuthenticationType>,
pub payment_status: common_enums::AttemptStatus,
pub conclusive_classification: common_enums::SuccessBasedRoutingConclusiveState,
pub payment_method_type: Option<common_enums::PaymentMethodType>,
pub global_success_based_connector: Option<String>,
}
|
{
"chunk": null,
"crate": "diesel_models",
"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": "DynamicRoutingStatsUpdate",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_diesel_models_2746249359757229704
|
clm
|
struct
|
// hyperswitch/crates/diesel_models/src/tokenization.rs
pub struct Tokenization {
pub id: id_type::GlobalTokenId,
pub merchant_id: id_type::MerchantId,
pub customer_id: id_type::GlobalCustomerId,
pub created_at: PrimitiveDateTime,
pub updated_at: PrimitiveDateTime,
pub locker_id: String,
pub flag: common_enums::enums::TokenizationFlag,
pub version: common_enums::enums::ApiVersion,
}
|
{
"chunk": null,
"crate": "diesel_models",
"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": "Tokenization",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_diesel_models_-5206429244402601151
|
clm
|
struct
|
// hyperswitch/crates/diesel_models/src/tokenization.rs
pub struct TokenizationNew {
pub id: id_type::GlobalTokenId,
pub merchant_id: id_type::MerchantId,
pub customer_id: id_type::GlobalCustomerId,
pub locker_id: String,
pub created_at: PrimitiveDateTime,
pub updated_at: PrimitiveDateTime,
pub version: common_enums::enums::ApiVersion,
pub flag: common_enums::enums::TokenizationFlag,
}
|
{
"chunk": null,
"crate": "diesel_models",
"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": "TokenizationNew",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_diesel_models_-5049690473311671997
|
clm
|
struct
|
// hyperswitch/crates/diesel_models/src/tokenization.rs
pub struct TokenizationUpdateInternal {
pub updated_at: PrimitiveDateTime,
pub flag: Option<common_enums::enums::TokenizationFlag>,
}
|
{
"chunk": null,
"crate": "diesel_models",
"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": "TokenizationUpdateInternal",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_diesel_models_-4383143975337246836
|
clm
|
struct
|
// hyperswitch/crates/diesel_models/src/dispute.rs
pub struct DisputeNew {
pub dispute_id: String,
pub amount: StringMinorUnit,
pub currency: String,
pub dispute_stage: storage_enums::DisputeStage,
pub dispute_status: storage_enums::DisputeStatus,
pub payment_id: common_utils::id_type::PaymentId,
pub attempt_id: String,
pub merchant_id: common_utils::id_type::MerchantId,
pub connector_status: String,
pub connector_dispute_id: String,
pub connector_reason: Option<String>,
pub connector_reason_code: Option<String>,
pub challenge_required_by: Option<PrimitiveDateTime>,
pub connector_created_at: Option<PrimitiveDateTime>,
pub connector_updated_at: Option<PrimitiveDateTime>,
pub connector: String,
pub evidence: Option<Secret<serde_json::Value>>,
pub profile_id: Option<common_utils::id_type::ProfileId>,
pub merchant_connector_id: Option<common_utils::id_type::MerchantConnectorAccountId>,
pub dispute_amount: MinorUnit,
pub organization_id: common_utils::id_type::OrganizationId,
pub dispute_currency: Option<storage_enums::Currency>,
}
|
{
"chunk": null,
"crate": "diesel_models",
"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": "DisputeNew",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_diesel_models_-1564828526969081847
|
clm
|
struct
|
// hyperswitch/crates/diesel_models/src/dispute.rs
pub struct Dispute {
pub dispute_id: String,
pub amount: StringMinorUnit,
pub currency: String,
pub dispute_stage: storage_enums::DisputeStage,
pub dispute_status: storage_enums::DisputeStatus,
pub payment_id: common_utils::id_type::PaymentId,
pub attempt_id: String,
pub merchant_id: common_utils::id_type::MerchantId,
pub connector_status: String,
pub connector_dispute_id: String,
pub connector_reason: Option<String>,
pub connector_reason_code: Option<String>,
pub challenge_required_by: Option<PrimitiveDateTime>,
pub connector_created_at: Option<PrimitiveDateTime>,
pub connector_updated_at: Option<PrimitiveDateTime>,
#[serde(with = "custom_serde::iso8601")]
pub created_at: PrimitiveDateTime,
#[serde(with = "custom_serde::iso8601")]
pub modified_at: PrimitiveDateTime,
pub connector: String,
pub evidence: Secret<serde_json::Value>,
pub profile_id: Option<common_utils::id_type::ProfileId>,
pub merchant_connector_id: Option<common_utils::id_type::MerchantConnectorAccountId>,
pub dispute_amount: MinorUnit,
pub organization_id: common_utils::id_type::OrganizationId,
pub dispute_currency: Option<storage_enums::Currency>,
}
|
{
"chunk": null,
"crate": "diesel_models",
"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": "Dispute",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_diesel_models_4633330129304064937
|
clm
|
struct
|
// hyperswitch/crates/diesel_models/src/dispute.rs
pub struct DisputeUpdateInternal {
dispute_stage: Option<storage_enums::DisputeStage>,
dispute_status: Option<storage_enums::DisputeStatus>,
connector_status: Option<String>,
connector_reason: Option<String>,
connector_reason_code: Option<String>,
challenge_required_by: Option<PrimitiveDateTime>,
connector_updated_at: Option<PrimitiveDateTime>,
modified_at: PrimitiveDateTime,
evidence: Option<Secret<serde_json::Value>>,
}
|
{
"chunk": null,
"crate": "diesel_models",
"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": "DisputeUpdateInternal",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_diesel_models_-4901045923201137120
|
clm
|
struct
|
// hyperswitch/crates/diesel_models/src/kv.rs
pub struct TypedSql {
#[serde(flatten)]
pub op: DBOperation,
}
|
{
"chunk": null,
"crate": "diesel_models",
"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": "TypedSql",
"total_crates": null,
"trait_name": null
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.