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",
"sta... |
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... | {
"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",
"sta... |
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 a... | {
"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",
"sta... |
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<Merchan... | {
"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",
"sta... |
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: Op... | {
"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",
"sta... |
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::PreAu... | {
"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",
"sta... |
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",
"sta... |
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<... | {
"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",
"sta... |
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",
"sta... |
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::authenti... | {
"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",
"sta... |
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",
"sta... |
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_i... | {
"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",
"sta... |
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,
p... | {
"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",
"sta... |
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::Trans... | {
"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",
"sta... |
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",
"sta... |
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",
"sta... |
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... | {
"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",
"sta... |
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_prefi... | {
"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",
"sta... |
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: connect... | {
"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",
"sta... |
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: Op... | {
"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",
"sta... |
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",
"sta... |
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... | {
"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",
"sta... |
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",
"sta... |
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",
"sta... |
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<Brows... | {
"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",
"sta... |
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",
"sta... |
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>,... | {
"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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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: Minor... | {
"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",
"sta... |
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: Optio... | {
"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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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_perio... | {
"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",
"sta... |
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>,
... | {
"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",
"sta... |
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: ... | {
"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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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: comm... | {
"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",
"sta... |
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::Curre... | {
"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",
"sta... |
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",
"sta... |
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::Curren... | {
"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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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<InvoiceSt... | {
"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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
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",
"sta... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.