id stringlengths 20 153 | type stringclasses 1 value | granularity stringclasses 14 values | content stringlengths 16 84.3k | metadata dict |
|---|---|---|---|---|
hyperswitch_struct_hyperswitch_domain_models_-3936974577358274917 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/fraud_check.rs
pub struct Destination {
pub full_name: Secret<String>,
pub organization: Option<String>,
pub email: Option<Email>,
pub address: Address,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Destination",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_5230333063434461868 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/fraud_check.rs
pub struct Address {
pub street_address: Secret<String>,
pub unit: Option<Secret<String>>,
pub postal_code: Secret<String>,
pub city: String,
pub province_code: Secret<String>,
pub country_code: common_enums::CountryAlpha2,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Address",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-7059561838099078645 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct UasPreAuthenticationRequestData {
pub service_details: Option<CtpServiceDetails>,
pub transaction_details: Option<TransactionDetails>,
pub payment_details: Option<PaymentDetails>,
pub authentication_info: Option<AuthenticationInfo>,
pub merchant_details: Option<MerchantDetails>,
pub billing_address: Option<Address>,
pub acquirer_bin: Option<String>,
pub acquirer_merchant_id: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "UasPreAuthenticationRequestData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_3902238003590142986 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct MerchantDetails {
pub merchant_id: Option<String>,
pub merchant_name: Option<String>,
pub merchant_category_code: Option<MerchantCategoryCode>,
pub merchant_country_code: Option<MerchantCountryCode>,
pub endpoint_prefix: Option<String>,
pub three_ds_requestor_url: Option<String>,
pub three_ds_requestor_id: Option<String>,
pub three_ds_requestor_name: Option<String>,
pub notification_url: Option<url::Url>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "MerchantDetails",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_2427975363573464173 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct AuthenticationInfo {
pub authentication_type: Option<String>,
pub authentication_reasons: Option<Vec<String>>,
pub consent_received: bool,
pub is_authenticated: bool,
pub locale: Option<String>,
pub supported_card_brands: Option<String>,
pub encrypted_payload: Option<Secret<String>>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "AuthenticationInfo",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-6299596970828345989 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct UasAuthenticationRequestData {
pub browser_details: Option<super::BrowserInformation>,
pub transaction_details: TransactionDetails,
pub pre_authentication_data: super::authentication::PreAuthenticationData,
pub return_url: Option<String>,
pub sdk_information: Option<api_models::payments::SdkInformation>,
pub email: Option<common_utils::pii::Email>,
pub threeds_method_comp_ind: api_models::payments::ThreeDsCompletionIndicator,
pub webhook_url: String,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "UasAuthenticationRequestData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-5887519142469030509 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct CtpServiceDetails {
pub service_session_ids: Option<ServiceSessionIds>,
pub payment_details: Option<PaymentDetails>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "CtpServiceDetails",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_5359658461685616047 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct PaymentDetails {
pub pan: cards::CardNumber,
pub digital_card_id: Option<String>,
pub payment_data_type: Option<common_enums::PaymentMethodType>,
pub encrypted_src_card_details: Option<String>,
pub card_expiry_month: Secret<String>,
pub card_expiry_year: Secret<String>,
pub cardholder_name: Option<Secret<String>>,
pub card_token_number: Option<Secret<String>>,
pub account_type: Option<common_enums::PaymentMethodType>,
pub card_cvc: Option<Secret<String>>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PaymentDetails",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_2446804358729061212 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct ServiceSessionIds {
pub correlation_id: Option<String>,
pub merchant_transaction_id: Option<String>,
pub x_src_flow_id: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "ServiceSessionIds",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-1456226185042632285 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct TransactionDetails {
pub amount: Option<MinorUnit>,
pub currency: Option<common_enums::Currency>,
pub device_channel: Option<DeviceChannel>,
pub message_category: Option<super::authentication::MessageCategory>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "TransactionDetails",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_5886563314152819882 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct UasPostAuthenticationRequestData {
pub threeds_server_transaction_id: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "UasPostAuthenticationRequestData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_8879390858595097529 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct PreAuthenticationDetails {
pub threeds_server_transaction_id: Option<String>,
pub maximum_supported_3ds_version: Option<common_utils::types::SemanticVersion>,
pub connector_authentication_id: Option<String>,
pub three_ds_method_data: Option<String>,
pub three_ds_method_url: Option<String>,
pub message_version: Option<common_utils::types::SemanticVersion>,
pub connector_metadata: Option<serde_json::Value>,
pub directory_server_id: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PreAuthenticationDetails",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_6902015792949180456 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct AuthenticationDetails {
pub authn_flow_type: super::authentication::AuthNFlowType,
pub authentication_value: Option<Secret<String>>,
pub trans_status: common_enums::TransactionStatus,
pub connector_metadata: Option<serde_json::Value>,
pub ds_trans_id: Option<String>,
pub eci: Option<String>,
pub challenge_code: Option<String>,
pub challenge_cancel: Option<String>,
pub challenge_code_reason: Option<String>,
pub message_extension: Option<common_utils::pii::SecretSerdeValue>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "AuthenticationDetails",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-44508511161830735 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct PostAuthenticationDetails {
pub eci: Option<String>,
pub token_details: Option<TokenDetails>,
pub dynamic_data_details: Option<DynamicData>,
pub trans_status: Option<common_enums::TransactionStatus>,
pub challenge_cancel: Option<String>,
pub challenge_code_reason: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PostAuthenticationDetails",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-799251294507178268 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct TokenDetails {
pub payment_token: cards::CardNumber,
pub payment_account_reference: String,
pub token_expiration_month: Secret<String>,
pub token_expiration_year: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "TokenDetails",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_6098260474607722238 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct DynamicData {
pub dynamic_data_value: Option<Secret<String>>,
pub dynamic_data_type: Option<String>,
pub ds_trans_id: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "DynamicData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_2276591315985928900 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct UasConfirmationRequestData {
pub x_src_flow_id: Option<String>,
pub transaction_amount: MinorUnit,
pub transaction_currency: common_enums::Currency,
// Type of event associated with the checkout. Valid values are: - 01 - Authorise - 02 - Capture - 03 - Refund - 04 - Cancel - 05 - Fraud - 06 - Chargeback - 07 - Other
pub checkout_event_type: Option<String>,
pub checkout_event_status: Option<String>,
pub confirmation_status: Option<String>,
pub confirmation_reason: Option<String>,
pub confirmation_timestamp: Option<String>,
// Authorisation code associated with an approved transaction.
pub network_authorization_code: Option<String>,
// The unique authorisation related tracing value assigned by a Payment Network and provided in an authorisation response. Required only when checkoutEventType=01. If checkoutEventType=01 and the value of networkTransactionIdentifier is unknown, please pass UNAVLB
pub network_transaction_identifier: Option<String>,
pub correlation_id: Option<String>,
pub merchant_transaction_id: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "UasConfirmationRequestData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-7591668432289925680 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/unified_authentication_service.rs
pub struct ThreeDsMetaData {
pub merchant_category_code: Option<MerchantCategoryCode>,
pub merchant_country_code: Option<MerchantCountryCode>,
pub merchant_name: Option<String>,
pub endpoint_prefix: Option<String>,
pub three_ds_requestor_name: Option<String>,
pub three_ds_requestor_id: Option<String>,
pub merchant_configuration_id: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "ThreeDsMetaData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-5836221357749918347 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/revenue_recovery.rs
pub struct BillingConnectorPaymentsSyncRequest {
/// unique id for making billing connector psync call
pub billing_connector_psync_id: String,
/// connector params of the connector
pub connector_params: connector_endpoints::ConnectorParams,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "BillingConnectorPaymentsSyncRequest",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_5268119041178342199 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/revenue_recovery.rs
pub struct InvoiceRecordBackRequest {
pub merchant_reference_id: common_utils::id_type::PaymentReferenceId,
pub amount: common_utils::types::MinorUnit,
pub currency: enums::Currency,
pub payment_method_type: Option<common_enums::PaymentMethodType>,
pub attempt_status: common_enums::AttemptStatus,
pub connector_transaction_id: Option<common_utils::types::ConnectorTransactionId>,
pub connector_params: connector_endpoints::ConnectorParams,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "InvoiceRecordBackRequest",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_334754936109281108 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/revenue_recovery.rs
pub struct BillingConnectorInvoiceSyncRequest {
/// Invoice id
pub billing_connector_invoice_id: String,
/// connector params of the connector
pub connector_params: connector_endpoints::ConnectorParams,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "BillingConnectorInvoiceSyncRequest",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_4499038231582809704 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/authentication.rs
pub struct ChallengeParams {
pub acs_url: Option<url::Url>,
pub challenge_request: Option<String>,
pub challenge_request_key: Option<String>,
pub acs_reference_number: Option<String>,
pub acs_trans_id: Option<String>,
pub three_dsserver_trans_id: Option<String>,
pub acs_signed_content: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "ChallengeParams",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_2440864931482122263 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/authentication.rs
pub struct MessageExtensionAttribute {
pub id: String,
pub name: String,
pub criticality_indicator: bool,
pub data: serde_json::Value,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "MessageExtensionAttribute",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_1980430755216644939 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/authentication.rs
pub struct PreAuthNRequestData {
// card data
pub card: Card,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PreAuthNRequestData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_5927821319920358637 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/authentication.rs
pub struct ConnectorAuthenticationRequestData {
pub payment_method_data: PaymentMethodData,
pub billing_address: address::Address,
pub shipping_address: Option<address::Address>,
pub browser_details: Option<BrowserInformation>,
pub amount: Option<i64>,
pub currency: Option<common_enums::Currency>,
pub message_category: MessageCategory,
pub device_channel: api_models::payments::DeviceChannel,
pub pre_authentication_data: PreAuthenticationData,
pub return_url: Option<String>,
pub sdk_information: Option<api_models::payments::SdkInformation>,
pub email: Option<Email>,
pub threeds_method_comp_ind: api_models::payments::ThreeDsCompletionIndicator,
pub three_ds_requestor_url: String,
pub webhook_url: String,
pub force_3ds_challenge: bool,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "ConnectorAuthenticationRequestData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-8764321555982198735 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/authentication.rs
pub struct ConnectorPostAuthenticationRequestData {
pub threeds_server_transaction_id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "ConnectorPostAuthenticationRequestData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-2753115240322036736 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/authentication.rs
pub struct PreAuthenticationData {
pub threeds_server_transaction_id: String,
pub message_version: common_utils::types::SemanticVersion,
pub acquirer_bin: Option<String>,
pub acquirer_merchant_id: Option<String>,
pub acquirer_country_code: Option<String>,
pub connector_metadata: Option<serde_json::Value>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PreAuthenticationData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_4112234633186691471 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/authentication.rs
pub struct ThreeDsMethodData {
pub three_ds_method_data_submission: bool,
pub three_ds_method_data: String,
pub three_ds_method_url: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "ThreeDsMethodData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-5382047286412341380 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/authentication.rs
pub struct AcquirerDetails {
pub acquirer_bin: String,
pub acquirer_merchant_id: String,
pub acquirer_country_code: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "AcquirerDetails",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-1770715654793562744 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/authentication.rs
pub struct ExternalThreeDSConnectorMetadata {
pub pull_mechanism_for_external_3ds_enabled: Option<bool>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "ExternalThreeDSConnectorMetadata",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_7109179398526032696 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_request_types/authentication.rs
pub struct AuthenticationStore {
pub cavv: Option<masking::Secret<String>>,
pub authentication: diesel_models::authentication::Authentication,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "AuthenticationStore",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-9157973046819460806 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/subscriptions.rs
pub struct SubscriptionCreateResponse {
pub subscription_id: id_type::SubscriptionId,
pub status: SubscriptionStatus,
pub customer_id: id_type::CustomerId,
pub currency_code: Currency,
pub total_amount: MinorUnit,
pub next_billing_at: Option<PrimitiveDateTime>,
pub created_at: Option<PrimitiveDateTime>,
pub invoice_details: Option<SubscriptionInvoiceData>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "SubscriptionCreateResponse",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-3225080265935428548 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/subscriptions.rs
pub struct SubscriptionInvoiceData {
pub id: id_type::InvoiceId,
pub total: MinorUnit,
pub currency_code: Currency,
pub status: Option<common_enums::connector_enums::InvoiceStatus>,
pub billing_address: Option<api_models::payments::Address>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "SubscriptionInvoiceData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-2331848951211163106 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/subscriptions.rs
pub struct GetSubscriptionPlansResponse {
pub list: Vec<SubscriptionPlans>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "GetSubscriptionPlansResponse",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_5004640638344201426 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/subscriptions.rs
pub struct SubscriptionPlans {
pub subscription_provider_plan_id: String,
pub name: String,
pub description: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "SubscriptionPlans",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_4766395086171924469 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/subscriptions.rs
pub struct GetSubscriptionPlanPricesResponse {
pub list: Vec<SubscriptionPlanPrices>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "GetSubscriptionPlanPricesResponse",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-4545398160632298385 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/subscriptions.rs
pub struct SubscriptionPlanPrices {
pub price_id: String,
pub plan_id: Option<String>,
pub amount: MinorUnit,
pub currency: Currency,
pub interval: PeriodUnit,
pub interval_count: i64,
pub trial_period: Option<i64>,
pub trial_period_unit: Option<PeriodUnit>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "SubscriptionPlanPrices",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_1927260700746228245 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/subscriptions.rs
pub struct GetSubscriptionEstimateResponse {
pub sub_total: MinorUnit,
pub total: MinorUnit,
pub credits_applied: Option<MinorUnit>,
pub amount_paid: Option<MinorUnit>,
pub amount_due: Option<MinorUnit>,
pub currency: Currency,
pub next_billing_at: Option<PrimitiveDateTime>,
pub line_items: Vec<SubscriptionLineItem>,
pub customer_id: Option<id_type::CustomerId>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "GetSubscriptionEstimateResponse",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-7356320811642094546 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/subscriptions.rs
pub struct SubscriptionLineItem {
pub item_id: String,
pub item_type: String,
pub description: String,
pub amount: MinorUnit,
pub currency: Currency,
pub unit_amount: Option<MinorUnit>,
pub quantity: i64,
pub pricing_model: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "SubscriptionLineItem",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-5992046944272794974 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/disputes.rs
pub struct AcceptDisputeResponse {
pub dispute_status: api_models::enums::DisputeStatus,
pub connector_status: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "AcceptDisputeResponse",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-1391546168802943639 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/disputes.rs
pub struct SubmitEvidenceResponse {
pub dispute_status: api_models::enums::DisputeStatus,
pub connector_status: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "SubmitEvidenceResponse",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_7300964748593148892 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/disputes.rs
pub struct DefendDisputeResponse {
pub dispute_status: api_models::enums::DisputeStatus,
pub connector_status: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "DefendDisputeResponse",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_8671466405235293521 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/disputes.rs
pub struct DisputeSyncResponse {
pub object_reference_id: api_models::webhooks::ObjectReferenceId,
pub amount: common_utils::types::StringMinorUnit,
pub currency: common_enums::enums::Currency,
pub dispute_stage: common_enums::enums::DisputeStage,
pub dispute_status: api_models::enums::DisputeStatus,
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<time::PrimitiveDateTime>,
pub created_at: Option<time::PrimitiveDateTime>,
pub updated_at: Option<time::PrimitiveDateTime>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "DisputeSyncResponse",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_3447832285356492439 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/revenue_recovery.rs
pub struct BillingConnectorPaymentsSyncResponse {
/// transaction amount against invoice, accepted in minor unit.
pub amount: MinorUnit,
/// currency of the transaction
pub currency: common_enums::enums::Currency,
/// merchant reference id at billing connector. ex: invoice_id
pub merchant_reference_id: common_utils::id_type::PaymentReferenceId,
/// transaction id reference at payment connector
pub connector_transaction_id: Option<common_utils::types::ConnectorTransactionId>,
/// error code sent by billing connector.
pub error_code: Option<String>,
/// error message sent by billing connector.
pub error_message: Option<String>,
/// mandate token at payment processor end.
pub processor_payment_method_token: String,
/// customer id at payment connector for which mandate is attached.
pub connector_customer_id: String,
/// Payment gateway identifier id at billing processor.
pub connector_account_reference_id: String,
/// timestamp at which transaction has been created at billing connector
pub transaction_created_at: Option<PrimitiveDateTime>,
/// transaction status at billing connector equivalent to payment attempt status.
pub status: common_enums::enums::AttemptStatus,
/// payment method of payment attempt.
pub payment_method_type: common_enums::enums::PaymentMethod,
/// payment method sub type of the payment attempt.
pub payment_method_sub_type: common_enums::enums::PaymentMethodType,
/// stripe specific id used to validate duplicate attempts.
pub charge_id: Option<String>,
/// card information
pub card_info: api_models::payments::AdditionalCardInfo,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "BillingConnectorPaymentsSyncResponse",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-3564025115716445256 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/revenue_recovery.rs
pub struct InvoiceRecordBackResponse {
pub merchant_reference_id: common_utils::id_type::PaymentReferenceId,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "InvoiceRecordBackResponse",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-2851934629304297019 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_response_types/revenue_recovery.rs
pub struct BillingConnectorInvoiceSyncResponse {
/// transaction amount against invoice, accepted in minor unit.
pub amount: MinorUnit,
/// currency of the transaction
pub currency: common_enums::enums::Currency,
/// merchant reference id at billing connector. ex: invoice_id
pub merchant_reference_id: common_utils::id_type::PaymentReferenceId,
/// No of attempts made against an invoice
pub retry_count: Option<u16>,
/// Billing Address of the customer for Invoice
pub billing_address: Option<api_models::payments::Address>,
/// creation time of the invoice
pub created_at: Option<PrimitiveDateTime>,
/// Ending time of Invoice
pub ends_at: Option<PrimitiveDateTime>,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "BillingConnectorInvoiceSyncResponse",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-5938092261534757089 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/dispute.rs
pub struct Accept;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Accept",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_6203981116269496424 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/dispute.rs
pub struct Evidence;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Evidence",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-7672780866702190271 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/dispute.rs
pub struct Defend;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Defend",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-8129218702140941476 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/dispute.rs
pub struct Fetch;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Fetch",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-5776581809826439555 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/dispute.rs
pub struct Dsync;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Dsync",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_1566037024675214925 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/refunds.rs
pub struct Execute;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Execute",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-6635256114816784290 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/refunds.rs
pub struct RSync;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "RSync",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-2085954133741878579 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/subscriptions.rs
pub struct SubscriptionCreate;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "SubscriptionCreate",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-4517461559391861216 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/subscriptions.rs
pub struct GetSubscriptionPlans;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "GetSubscriptionPlans",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_4210869032140692884 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/subscriptions.rs
pub struct GetSubscriptionPlanPrices;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "GetSubscriptionPlanPrices",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-8101571262383399028 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/subscriptions.rs
pub struct GetSubscriptionEstimate;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "GetSubscriptionEstimate",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-8329505399611609056 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/subscriptions.rs
pub struct SubscriptionMitPaymentData {
pub invoice_id: common_utils::id_type::InvoiceId,
pub amount_due: common_utils::types::MinorUnit,
pub currency_code: common_enums::enums::Currency,
pub status: Option<InvoiceStatus>,
pub customer_id: common_utils::id_type::CustomerId,
pub subscription_id: common_utils::id_type::SubscriptionId,
pub first_invoice: bool,
}
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "SubscriptionMitPaymentData",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_4937022168954148351 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payouts.rs
pub struct PoCancel;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PoCancel",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-8364371808735979247 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payouts.rs
pub struct PoCreate;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PoCreate",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_5342159419399579794 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payouts.rs
pub struct PoEligibility;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PoEligibility",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-3764922494474858854 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payouts.rs
pub struct PoFulfill;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PoFulfill",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-8908667885036408656 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payouts.rs
pub struct PoQuote;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PoQuote",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_8412713817114937050 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payouts.rs
pub struct PoRecipient;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PoRecipient",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_6024437195364144051 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payouts.rs
pub struct PoRecipientAccount;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PoRecipientAccount",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_8981487729935136256 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payouts.rs
pub struct PoSync;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PoSync",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_8375103498906362824 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/fraud_check.rs
pub struct Sale;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Sale",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_1230392709919838626 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/fraud_check.rs
pub struct Checkout;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Checkout",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_3603466196405694592 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/fraud_check.rs
pub struct Transaction;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Transaction",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_408925514498161107 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/fraud_check.rs
pub struct Fulfillment;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Fulfillment",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-1360149278540424788 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/fraud_check.rs
pub struct RecordReturn;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "RecordReturn",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-608994432411659888 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/access_token_auth.rs
pub struct AccessTokenAuthentication;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "AccessTokenAuthentication",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_8765525766298165446 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/access_token_auth.rs
pub struct AccessTokenAuth;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "AccessTokenAuth",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-1303201876780738708 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct Authorize;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Authorize",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_7560264614510759183 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct AuthorizeSessionToken;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "AuthorizeSessionToken",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-5050552064410762683 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct CompleteAuthorize;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "CompleteAuthorize",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_1307080349002969793 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct Approve;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Approve",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-2323138118133527744 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct Balance;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Balance",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-9153572235257230224 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct InitPayment;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "InitPayment",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_8428475255701419650 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct Capture;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Capture",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-3815696193246875115 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct PSync;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PSync",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-1108066279074283851 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct Void;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Void",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_7457472132775102655 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct PostCaptureVoid;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PostCaptureVoid",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_3480662289948047364 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct Reject;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Reject",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_5588582720682587490 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct Session;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "Session",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-6820093499054768445 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct PaymentMethodToken;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PaymentMethodToken",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_2909549637177695588 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct CreateConnectorCustomer;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "CreateConnectorCustomer",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_2840882679452348799 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct SetupMandate;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "SetupMandate",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_5954874250921888638 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct PreProcessing;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PreProcessing",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_8421098316123150534 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct IncrementalAuthorization;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "IncrementalAuthorization",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_4872486930975404726 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct ExtendAuthorization;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "ExtendAuthorization",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-4565995403060793472 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct PostProcessing;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PostProcessing",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-8480032939301208083 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct CalculateTax;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "CalculateTax",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_7924148878068894788 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct SdkSessionUpdate;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "SdkSessionUpdate",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-6673953305400299604 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct PaymentCreateIntent;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PaymentCreateIntent",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_5526901768077860201 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct PaymentGetIntent;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PaymentGetIntent",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_6939936790310838067 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct PaymentUpdateIntent;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PaymentUpdateIntent",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-8186630854010146638 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct PostSessionTokens;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "PostSessionTokens",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_6087953847551403417 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct RecordAttempt;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "RecordAttempt",
"total_crates": null,
"trait_name": null
} |
hyperswitch_struct_hyperswitch_domain_models_-7672997209132879752 | clm | struct | // hyperswitch/crates/hyperswitch_domain_models/src/router_flow_types/payments.rs
pub struct UpdateMetadata;
| {
"chunk": null,
"crate": "hyperswitch_domain_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": "UpdateMetadata",
"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.