id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_enum_diesel_models_-1886863226023457683
clm
enum
// hyperswitch/crates/diesel_models/src/dispute.rs pub enum DisputeUpdate { Update { dispute_stage: storage_enums::DisputeStage, dispute_status: storage_enums::DisputeStatus, connector_status: String, connector_reason: Option<String>, connector_reason_code: Option<String>, ...
{ "chunk": null, "crate": "diesel_models", "enum_name": "DisputeUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "star...
hyperswitch_enum_diesel_models_1520549825556951127
clm
enum
// hyperswitch/crates/diesel_models/src/kv.rs pub enum DBOperation { Insert { insertable: Box<Insertable> }, Update { updatable: Box<Updateable> }, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "DBOperation", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_enum_diesel_models_8464861302096430770
clm
enum
// hyperswitch/crates/diesel_models/src/kv.rs pub enum DBResult { PaymentIntent(Box<PaymentIntent>), PaymentAttempt(Box<PaymentAttempt>), Refund(Box<Refund>), Address(Box<Address>), Customer(Box<Customer>), ReverseLookUp(Box<ReverseLookup>), Payouts(Box<Payouts>), PayoutAttempt(Box<Payo...
{ "chunk": null, "crate": "diesel_models", "enum_name": "DBResult", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_lin...
hyperswitch_enum_diesel_models_-2339408209703907517
clm
enum
// hyperswitch/crates/diesel_models/src/kv.rs pub enum Insertable { PaymentIntent(Box<PaymentIntentNew>), PaymentAttempt(Box<PaymentAttemptNew>), Refund(RefundNew), Address(Box<AddressNew>), Customer(CustomerNew), ReverseLookUp(ReverseLookupNew), Payouts(PayoutsNew), PayoutAttempt(Payou...
{ "chunk": null, "crate": "diesel_models", "enum_name": "Insertable", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_l...
hyperswitch_enum_diesel_models_-3395979803315773050
clm
enum
// hyperswitch/crates/diesel_models/src/kv.rs pub enum Updateable { PaymentIntentUpdate(Box<PaymentIntentUpdateMems>), PaymentAttemptUpdate(Box<PaymentAttemptUpdateMems>), RefundUpdate(Box<RefundUpdateMems>), CustomerUpdate(CustomerUpdateMems), AddressUpdate(Box<AddressUpdateMems>), PayoutsUpda...
{ "chunk": null, "crate": "diesel_models", "enum_name": "Updateable", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_l...
hyperswitch_enum_diesel_models_-5781858648049598591
clm
enum
// hyperswitch/crates/diesel_models/src/role.rs pub enum ListRolesByEntityPayload { Profile(id_type::MerchantId, id_type::ProfileId), Merchant(id_type::MerchantId), Organization, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "ListRolesByEntityPayload", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitc...
hyperswitch_enum_diesel_models_-8689869397649741353
clm
enum
// hyperswitch/crates/diesel_models/src/payment_attempt.rs pub enum PaymentAttemptUpdate { Update { amount: MinorUnit, currency: storage_enums::Currency, status: storage_enums::AttemptStatus, authentication_type: Option<storage_enums::AuthenticationType>, payment_method: Opt...
{ "chunk": null, "crate": "diesel_models", "enum_name": "PaymentAttemptUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_-8689869397649741353
clm
enum
// hyperswitch/crates/diesel_models/src/payment_attempt.rs pub enum PaymentAttemptUpdate { // Update { // amount: MinorUnit, // currency: storage_enums::Currency, // status: storage_enums::AttemptStatus, // authentication_type: Option<storage_enums::AuthenticationType>, // p...
{ "chunk": null, "crate": "diesel_models", "enum_name": "PaymentAttemptUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_-5420786299117075392
clm
enum
// hyperswitch/crates/diesel_models/src/payment_attempt.rs pub enum RedirectForm { Form { endpoint: String, method: common_utils::request::Method, form_fields: std::collections::HashMap<String, String>, }, Html { html_data: String, }, BarclaycardAuthSetup { a...
{ "chunk": null, "crate": "diesel_models", "enum_name": "RedirectForm", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start...
hyperswitch_enum_diesel_models_-9124723624457414134
clm
enum
// hyperswitch/crates/diesel_models/src/events.rs pub enum EventMetadata { #[cfg(feature = "v1")] Payment { payment_id: common_utils::id_type::PaymentId, }, #[cfg(feature = "v2")] Payment { payment_id: common_utils::id_type::GlobalPaymentId, }, Payout { payout_id: co...
{ "chunk": null, "crate": "diesel_models", "enum_name": "EventMetadata", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "star...
hyperswitch_enum_diesel_models_1147699954489147083
clm
enum
// hyperswitch/crates/diesel_models/src/payouts.rs pub enum PayoutsUpdate { Update { amount: MinorUnit, destination_currency: storage_enums::Currency, source_currency: storage_enums::Currency, description: Option<String>, recurring: bool, auto_fulfill: bool, ...
{ "chunk": null, "crate": "diesel_models", "enum_name": "PayoutsUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "star...
hyperswitch_enum_diesel_models_3550191111382336273
clm
enum
// hyperswitch/crates/diesel_models/src/fraud_check.rs pub enum FraudCheckUpdate { //Refer PaymentAttemptUpdate for other variants implementations ResponseUpdate { frm_status: FraudCheckStatus, frm_transaction_id: Option<String>, frm_reason: Option<serde_json::Value>, frm_score:...
{ "chunk": null, "crate": "diesel_models", "enum_name": "FraudCheckUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "s...
hyperswitch_enum_diesel_models_-3348027753510343475
clm
enum
// hyperswitch/crates/diesel_models/src/payment_method.rs pub enum PaymentMethodUpdate { MetadataUpdateAndLastUsed { metadata: Option<serde_json::Value>, last_used_at: PrimitiveDateTime, }, UpdatePaymentMethodDataAndLastUsed { payment_method_data: Option<Encryption>, scheme:...
{ "chunk": null, "crate": "diesel_models", "enum_name": "PaymentMethodUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_-3348027753510343475
clm
enum
// hyperswitch/crates/diesel_models/src/payment_method.rs pub enum PaymentMethodUpdate { UpdatePaymentMethodDataAndLastUsed { payment_method_data: Option<Encryption>, scheme: Option<String>, last_used_at: PrimitiveDateTime, }, PaymentMethodDataUpdate { payment_method_data: O...
{ "chunk": null, "crate": "diesel_models", "enum_name": "PaymentMethodUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_8011694819459211126
clm
enum
// hyperswitch/crates/diesel_models/src/configs.rs pub enum ConfigUpdate { Update { config: Option<String> }, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "ConfigUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start...
hyperswitch_enum_diesel_models_4035138542815682438
clm
enum
// hyperswitch/crates/diesel_models/src/enums.rs pub enum RoutingAlgorithmKind { Single, Priority, VolumeSplit, Advanced, Dynamic, ThreeDsDecisionRule, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "RoutingAlgorithmKind", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_-4663265220602307421
clm
enum
// hyperswitch/crates/diesel_models/src/enums.rs pub enum EventObjectType { PaymentDetails, RefundDetails, DisputeDetails, MandateDetails, PayoutDetails, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "EventObjectType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "st...
hyperswitch_enum_diesel_models_-1073905107432446940
clm
enum
// hyperswitch/crates/diesel_models/src/enums.rs pub enum RefundType { InstantRefund, RegularRefund, RetryRefund, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "RefundType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_l...
hyperswitch_enum_diesel_models_-2731010782064164260
clm
enum
// hyperswitch/crates/diesel_models/src/enums.rs pub enum MandateType { SingleUse, #[default] MultiUse, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "MandateType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_enum_diesel_models_2044830382933366088
clm
enum
// hyperswitch/crates/diesel_models/src/enums.rs pub enum MandateDataType { SingleUse(MandateAmountData), MultiUse(Option<MandateAmountData>), }
{ "chunk": null, "crate": "diesel_models", "enum_name": "MandateDataType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "st...
hyperswitch_enum_diesel_models_-2892211899243061903
clm
enum
// hyperswitch/crates/diesel_models/src/enums.rs pub enum FraudCheckType { PreFrm, PostFrm, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "FraudCheckType", "file_size": null, "for_type": null, "function_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_enum_diesel_models_7493983182696830823
clm
enum
// hyperswitch/crates/diesel_models/src/enums.rs pub enum FraudCheckLastStep { #[default] Processing, CheckoutOrSale, TransactionOrRecordRefund, Fulfillment, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "FraudCheckLastStep", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_5916957267067342148
clm
enum
// hyperswitch/crates/diesel_models/src/enums.rs pub enum UserStatus { Active, #[default] InvitationSent, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "UserStatus", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_l...
hyperswitch_enum_diesel_models_-8418012049262242175
clm
enum
// hyperswitch/crates/diesel_models/src/enums.rs pub enum DashboardMetadata { ProductionAgreement, SetupProcessor, ConfigureEndpoint, SetupComplete, FirstProcessorConnected, SecondProcessorConnected, ConfiguredRouting, TestPayment, IntegrationMethod, ConfigurationType, Integ...
{ "chunk": null, "crate": "diesel_models", "enum_name": "DashboardMetadata", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "...
hyperswitch_enum_diesel_models_-7273555160846294328
clm
enum
// hyperswitch/crates/diesel_models/src/enums.rs pub enum TotpStatus { Set, InProgress, #[default] NotSet, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "TotpStatus", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_l...
hyperswitch_enum_diesel_models_8996153413893722153
clm
enum
// hyperswitch/crates/diesel_models/src/enums.rs pub enum UserRoleVersion { #[default] V1, V2, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "UserRoleVersion", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "st...
hyperswitch_enum_diesel_models_-7572697005438512977
clm
enum
// hyperswitch/crates/diesel_models/src/user.rs pub enum UserUpdate { VerifyUser, AccountUpdate { name: Option<String>, is_verified: Option<bool>, }, TotpUpdate { totp_status: Option<TotpStatus>, totp_secret: Option<Encryption>, totp_recovery_codes: Option<Vec<Se...
{ "chunk": null, "crate": "diesel_models", "enum_name": "UserUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_l...
hyperswitch_enum_diesel_models_1179518863483455929
clm
enum
// hyperswitch/crates/diesel_models/src/user_role.rs pub enum UserRoleUpdate { UpdateStatus { status: enums::UserStatus, modified_by: String, }, UpdateRole { role_id: String, modified_by: String, }, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "UserRoleUpdate", "file_size": null, "for_type": null, "function_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_enum_diesel_models_-5312783650364912575
clm
enum
// hyperswitch/crates/diesel_models/src/refund.rs pub enum RefundUpdate { Update { connector_refund_id: ConnectorTransactionId, refund_status: storage_enums::RefundStatus, sent_to_gateway: bool, refund_error_message: Option<String>, refund_arn: String, updated_by: St...
{ "chunk": null, "crate": "diesel_models", "enum_name": "RefundUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start...
hyperswitch_enum_diesel_models_-5312783650364912575
clm
enum
// hyperswitch/crates/diesel_models/src/refund.rs pub enum RefundUpdate { Update { connector_refund_id: ConnectorTransactionId, refund_status: storage_enums::RefundStatus, sent_to_gateway: bool, refund_error_message: Option<String>, refund_arn: String, updated_by: St...
{ "chunk": null, "crate": "diesel_models", "enum_name": "RefundUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start...
hyperswitch_enum_diesel_models_-2184287915156794934
clm
enum
// hyperswitch/crates/diesel_models/src/process_tracker.rs pub enum ProcessTrackerUpdate { Update { name: Option<String>, retry_count: Option<i32>, schedule_time: Option<PrimitiveDateTime>, tracking_data: Option<serde_json::Value>, business_status: Option<String>, st...
{ "chunk": null, "crate": "diesel_models", "enum_name": "ProcessTrackerUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_-1836090855145878605
clm
enum
// hyperswitch/crates/diesel_models/src/generic_link.rs pub enum GenericLinkData { PaymentMethodCollect(PaymentMethodCollectLinkData), PayoutLink(PayoutLinkData), }
{ "chunk": null, "crate": "diesel_models", "enum_name": "GenericLinkData", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "st...
hyperswitch_enum_diesel_models_-6640482436422124620
clm
enum
// hyperswitch/crates/diesel_models/src/generic_link.rs pub enum PayoutLinkUpdate { StatusUpdate { link_status: PayoutLinkStatus }, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "PayoutLinkUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "s...
hyperswitch_enum_diesel_models_5789396356824322609
clm
enum
// hyperswitch/crates/diesel_models/src/api_keys.rs pub enum ApiKeyUpdate { Update { name: Option<String>, description: Option<String>, expires_at: Option<Option<PrimitiveDateTime>>, last_used: Option<PrimitiveDateTime>, }, LastUsedUpdate { last_used: PrimitiveDateTi...
{ "chunk": null, "crate": "diesel_models", "enum_name": "ApiKeyUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start...
hyperswitch_enum_diesel_models_-5621438025469172254
clm
enum
// hyperswitch/crates/diesel_models/src/errors.rs pub enum DatabaseError { #[error("An error occurred when obtaining database connection")] DatabaseConnectionError, #[error("The requested resource was not found in the database")] NotFound, #[error("A unique constraint violation occurred")] Uniq...
{ "chunk": null, "crate": "diesel_models", "enum_name": "DatabaseError", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "star...
hyperswitch_enum_diesel_models_8702275869400126762
clm
enum
// hyperswitch/crates/diesel_models/src/payout_attempt.rs pub enum PayoutAttemptUpdate { StatusUpdate { connector_payout_id: Option<String>, status: storage_enums::PayoutStatus, error_message: Option<String>, error_code: Option<String>, is_eligible: Option<bool>, uni...
{ "chunk": null, "crate": "diesel_models", "enum_name": "PayoutAttemptUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_5500504988808015549
clm
enum
// hyperswitch/crates/diesel_models/src/authentication.rs pub enum AuthenticationUpdate { PreAuthenticationVersionCallUpdate { maximum_supported_3ds_version: common_utils::types::SemanticVersion, message_version: common_utils::types::SemanticVersion, }, PreAuthenticationThreeDsMethodCall { ...
{ "chunk": null, "crate": "diesel_models", "enum_name": "AuthenticationUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_-2344247462022739353
clm
enum
// hyperswitch/crates/diesel_models/src/mandate.rs pub enum MandateUpdate { StatusUpdate { mandate_status: storage_enums::MandateStatus, }, CaptureAmountUpdate { amount_captured: Option<i64>, }, ConnectorReferenceUpdate { connector_mandate_ids: Option<pii::SecretSerdeValue>,...
{ "chunk": null, "crate": "diesel_models", "enum_name": "MandateUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "star...
hyperswitch_enum_diesel_models_-5640679825721202287
clm
enum
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub enum PaymentIntentUpdate { /// Update the payment intent details on payment intent confirmation, before calling the connector ConfirmIntent { status: storage_enums::IntentStatus, active_attempt_id: common_utils::id_type::GlobalAttemp...
{ "chunk": null, "crate": "diesel_models", "enum_name": "PaymentIntentUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_-5640679825721202287
clm
enum
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub enum PaymentIntentUpdate { ResponseUpdate { status: storage_enums::IntentStatus, amount_captured: Option<MinorUnit>, fingerprint_id: Option<String>, updated_by: String, incremental_authorization_allowed: Option<bo...
{ "chunk": null, "crate": "diesel_models", "enum_name": "PaymentIntentUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_499874274100895068
clm
enum
// hyperswitch/crates/diesel_models/src/capture.rs pub enum CaptureUpdate { ResponseUpdate { status: storage_enums::CaptureStatus, connector_capture_id: Option<ConnectorTransactionId>, connector_response_reference_id: Option<String>, processor_capture_data: Option<String>, }, ...
{ "chunk": null, "crate": "diesel_models", "enum_name": "CaptureUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "star...
hyperswitch_enum_diesel_models_6092919212347407671
clm
enum
// hyperswitch/crates/diesel_models/src/authorization.rs pub enum AuthorizationUpdate { StatusUpdate { status: storage_enums::AuthorizationStatus, error_code: Option<String>, error_message: Option<String>, connector_authorization_id: Option<String>, }, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "AuthorizationUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_-8095325416595981529
clm
enum
// hyperswitch/crates/diesel_models/src/file.rs pub enum FileMetadataUpdate { Update { provider_file_id: Option<String>, file_upload_provider: Option<common_enums::FileUploadProvider>, available: bool, profile_id: Option<common_utils::id_type::ProfileId>, merchant_connector_...
{ "chunk": null, "crate": "diesel_models", "enum_name": "FileMetadataUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_diesel_models_-244264769833815232
clm
enum
// hyperswitch/crates/diesel_models/src/user/theme.rs pub enum ThemeUpdate { EmailConfig { email_config: EmailThemeConfig }, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "ThemeUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_enum_diesel_models_-411453328173200259
clm
enum
// hyperswitch/crates/diesel_models/src/user/dashboard_metadata.rs pub enum DashboardMetadataUpdate { UpdateData { data_key: enums::DashboardMetadata, data_value: Secret<serde_json::Value>, last_modified_by: String, }, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "DashboardMetadataUpdate", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch...
hyperswitch_enum_diesel_models_-24864713664161304
clm
enum
// hyperswitch/crates/diesel_models/src/query/generics.rs pub enum DatabaseOperation { FindOne, Filter, Update, Insert, Delete, DeleteWithResult, UpdateWithResults, UpdateOne, Count, }
{ "chunk": null, "crate": "diesel_models", "enum_name": "DatabaseOperation", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "...
hyperswitch_enum_scheduler_-8362439526191956938
clm
enum
// hyperswitch/crates/scheduler/src/flow.rs pub enum SchedulerFlow { Producer, Consumer, Cleaner, }
{ "chunk": null, "crate": "scheduler", "enum_name": "SchedulerFlow", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_li...
hyperswitch_enum_scheduler_-2324668482124364911
clm
enum
// hyperswitch/crates/scheduler/src/errors.rs pub enum ProcessTrackerError { #[error("An unexpected flow was specified")] UnexpectedFlow, #[error("Failed to serialize object")] SerializationFailed, #[error("Failed to deserialize object")] DeserializationFailed, #[error("Missing required fie...
{ "chunk": null, "crate": "scheduler", "enum_name": "ProcessTrackerError", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "st...
hyperswitch_enum_openapi_1967407604711050497
clm
enum
// hyperswitch/crates/openapi/src/routes/payments.rs pub(crate) enum ForceSync { /// Force sync with the connector / processor to update the status True, /// Do not force sync with the connector / processor. Get the status which is available in the database False, }
{ "chunk": null, "crate": "openapi", "enum_name": "ForceSync", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": n...
hyperswitch_enum_drainer_7217396933883939791
clm
enum
// hyperswitch/crates/drainer/src/errors.rs pub enum DrainerError { #[error("Error in parsing config : {0}")] ConfigParsingError(String), #[error("Error during redis operation : {0:?}")] RedisError(error_stack::Report<redis::errors::RedisError>), #[error("Application configuration error: {0}")] ...
{ "chunk": null, "crate": "drainer", "enum_name": "DrainerError", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line"...
hyperswitch_enum_drainer_2987279379187669084
clm
enum
// hyperswitch/crates/drainer/src/errors.rs pub enum HealthCheckError { #[error("Database health check is failing with error: {message}")] DbError { message: String }, #[error("Redis health check is failing with error: {message}")] RedisError { message: String }, }
{ "chunk": null, "crate": "drainer", "enum_name": "HealthCheckError", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_l...
hyperswitch_enum_drainer_8649713071241693593
clm
enum
// hyperswitch/crates/drainer/src/health_check.rs pub enum HealthCheckDBError { #[error("Error while connecting to database")] DbError, #[error("Error while writing to database")] DbWriteError, #[error("Error while reading element in the database")] DbReadError, #[error("Error while deletin...
{ "chunk": null, "crate": "drainer", "enum_name": "HealthCheckDBError", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start...
hyperswitch_enum_drainer_-6585590219134178796
clm
enum
// hyperswitch/crates/drainer/src/health_check.rs pub enum HealthCheckRedisError { #[error("Failed to set key value in Redis")] SetFailed, #[error("Failed to get key value in Redis")] GetFailed, #[error("Failed to delete key value in Redis")] DeleteFailed, #[error("Failed to append data to ...
{ "chunk": null, "crate": "drainer", "enum_name": "HealthCheckRedisError", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "st...
hyperswitch_enum_router_derive_-8646810937064318461
clm
enum
// hyperswitch/crates/router_derive/src/macros/operation.rs pub enum Derives { Sync, Cancel, Reject, Capture, ApproveData, Authorize, AuthorizeData, SyncData, CancelData, CancelPostCapture, CancelPostCaptureData, CaptureData, CompleteAuthorizeData, RejectData, ...
{ "chunk": null, "crate": "router_derive", "enum_name": "Derives", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line...
hyperswitch_enum_router_derive_5171344739171687630
clm
enum
// hyperswitch/crates/router_derive/src/macros/operation.rs pub enum Conversion { ValidateRequest, GetTracker, Domain, UpdateTracker, PostUpdateTracker, All, Invalid(String), }
{ "chunk": null, "crate": "router_derive", "enum_name": "Conversion", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_l...
hyperswitch_enum_router_derive_3507961521961690163
clm
enum
// hyperswitch/crates/router_derive/src/macros/operation.rs pub enum OperationsEnumMeta { Operations { keyword: operations_keyword::operations, value: Vec<Conversion>, }, Flow { keyword: operations_keyword::flow, value: Vec<Derives>, }, }
{ "chunk": null, "crate": "router_derive", "enum_name": "OperationsEnumMeta", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_router_derive_307055388101777076
clm
enum
// hyperswitch/crates/router_derive/src/macros/diesel.rs pub enum StorageType { /// Store the Enum as Text value in the database Text, /// Store the Enum as Enum in the database. This requires a corresponding enum to be created /// in the database with the same name DbEnum, }
{ "chunk": null, "crate": "router_derive", "enum_name": "StorageType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_enum_router_derive_-3063569222575850838
clm
enum
// hyperswitch/crates/router_derive/src/macros/diesel.rs pub enum DieselEnumMeta { StorageTypeEnum { keyword: diesel_keyword::storage_type, value: StorageType, }, }
{ "chunk": null, "crate": "router_derive", "enum_name": "DieselEnumMeta", "file_size": null, "for_type": null, "function_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_enum_router_derive_-3764273202086498250
clm
enum
// hyperswitch/crates/router_derive/src/macros/to_encryptable.rs enum StructType { Encrypted, Decrypted, DecryptedUpdate, FromRequest, Updated, }
{ "chunk": null, "crate": "router_derive", "enum_name": "StructType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_l...
hyperswitch_enum_router_derive_4023359845331751601
clm
enum
// hyperswitch/crates/router_derive/src/macros/schema/helpers.rs pub enum IsSchemaFieldApplicableForValidation { /// Not applicable for running validation checks Invalid, /// Applicable for running validation checks Valid, /// Applicable for validation but field is optional - this is needed for gen...
{ "chunk": null, "crate": "router_derive", "enum_name": "IsSchemaFieldApplicableForValidation", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo":...
hyperswitch_enum_subscriptions_5954779182458069959
clm
enum
// hyperswitch/crates/subscriptions/src/types/storage/invoice_sync.rs pub enum InvoiceSyncPaymentStatus { PaymentSucceeded, PaymentProcessing, PaymentFailed, }
{ "chunk": null, "crate": "subscriptions", "enum_name": "InvoiceSyncPaymentStatus", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitc...
hyperswitch_enum_euclid_-8209107519982928365
clm
enum
// hyperswitch/crates/euclid/src/types.rs pub enum EuclidKey { #[strum(serialize = "payment_method")] PaymentMethod, #[strum(serialize = "card_bin")] CardBin, #[strum(serialize = "metadata")] Metadata, #[strum(serialize = "mandate_type")] MandateType, #[strum(serialize = "mandate_ac...
{ "chunk": null, "crate": "euclid", "enum_name": "EuclidKey", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_enum_euclid_-2004644852265544816
clm
enum
// hyperswitch/crates/euclid/src/types.rs pub enum DataType { Number, EnumVariant, MetadataValue, StrValue, }
{ "chunk": null, "crate": "euclid", "enum_name": "DataType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nul...
hyperswitch_enum_euclid_5254141682493949588
clm
enum
// hyperswitch/crates/euclid/src/types.rs pub enum NumValueRefinement { NotEqual, GreaterThan, LessThan, GreaterThanEqual, LessThanEqual, }
{ "chunk": null, "crate": "euclid", "enum_name": "NumValueRefinement", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_enum_euclid_1166760386480558181
clm
enum
// hyperswitch/crates/euclid/src/types.rs pub enum EuclidValue { PaymentMethod(enums::PaymentMethod), CardBin(StrValue), Metadata(MetadataValue), PaymentMethodType(enums::PaymentMethodType), CardNetwork(enums::CardNetwork), AuthenticationType(enums::AuthenticationType), CaptureMethod(enums:...
{ "chunk": null, "crate": "euclid", "enum_name": "EuclidValue", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": ...
hyperswitch_enum_euclid_1534895383821034131
clm
enum
// hyperswitch/crates/euclid/src/enums.rs pub enum MandateAcceptanceType { Online, Offline, }
{ "chunk": null, "crate": "euclid", "enum_name": "MandateAcceptanceType", "file_size": null, "for_type": null, "function_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_enum_euclid_3673841158627468105
clm
enum
// hyperswitch/crates/euclid/src/enums.rs pub enum PaymentType { SetupMandate, NonMandate, NewMandate, UpdateMandate, PptMandate, }
{ "chunk": null, "crate": "euclid", "enum_name": "PaymentType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": ...
hyperswitch_enum_euclid_-2731010782064164260
clm
enum
// hyperswitch/crates/euclid/src/enums.rs pub enum MandateType { SingleUse, MultiUse, }
{ "chunk": null, "crate": "euclid", "enum_name": "MandateType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": ...
hyperswitch_enum_euclid_1442406249707504271
clm
enum
// hyperswitch/crates/euclid/src/enums.rs pub enum PayoutBankTransferType { Ach, Bacs, SepaBankTransfer, }
{ "chunk": null, "crate": "euclid", "enum_name": "PayoutBankTransferType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "st...
hyperswitch_enum_euclid_-6141142271637837072
clm
enum
// hyperswitch/crates/euclid/src/enums.rs pub enum PayoutWalletType { Paypal, }
{ "chunk": null, "crate": "euclid", "enum_name": "PayoutWalletType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_li...
hyperswitch_enum_euclid_-6382971574885465308
clm
enum
// hyperswitch/crates/euclid/src/enums.rs pub enum PayoutType { Card, BankTransfer, Wallet, BankRedirect, }
{ "chunk": null, "crate": "euclid", "enum_name": "PayoutType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": n...
hyperswitch_enum_euclid_448267710613308221
clm
enum
// hyperswitch/crates/euclid/src/frontend/vir.rs pub enum ValuedComparisonLogic { NegativeConjunction, PositiveDisjunction, }
{ "chunk": null, "crate": "euclid", "enum_name": "ValuedComparisonLogic", "file_size": null, "for_type": null, "function_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_enum_euclid_-9000212725111648953
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir.rs pub enum DirKeyKind { #[strum( serialize = "payment_method", detailed_message = "Different modes of payment - eg. cards, wallets, banks", props(Category = "Payment Methods") )] #[serde(rename = "payment_method")] PaymentMethod, ...
{ "chunk": null, "crate": "euclid", "enum_name": "DirKeyKind", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": n...
hyperswitch_enum_euclid_1793285909881087727
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir.rs pub enum DirValue { #[serde(rename = "payment_method")] PaymentMethod(enums::PaymentMethod), #[serde(rename = "card_bin")] CardBin(types::StrValue), #[serde(rename = "card_type")] CardType(enums::CardType), #[serde(rename = "card_network")] ...
{ "chunk": null, "crate": "euclid", "enum_name": "DirValue", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nul...
hyperswitch_enum_euclid_5399317336204409383
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir.rs pub enum PayoutDirKeyKind { #[strum( serialize = "country", serialize = "business_country", detailed_message = "Country of the business unit", props(Category = "Merchant") )] #[serde(rename = "business_country", alias = "count...
{ "chunk": null, "crate": "euclid", "enum_name": "PayoutDirKeyKind", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_li...
hyperswitch_enum_euclid_-5075283022327198965
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir.rs pub enum PayoutDirValue { #[serde(rename = "business_country", alias = "country")] BusinessCountry(enums::Country), #[serde(rename = "billing_country")] BillingCountry(enums::Country), #[serde(rename = "business_label")] BusinessLabel(types::StrV...
{ "chunk": null, "crate": "euclid", "enum_name": "PayoutDirValue", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line...
hyperswitch_enum_euclid_-8108761568961009498
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir.rs pub enum DirComparisonLogic { NegativeConjunction, PositiveDisjunction, }
{ "chunk": null, "crate": "euclid", "enum_name": "DirComparisonLogic", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_enum_euclid_4049636221991286758
clm
enum
// hyperswitch/crates/euclid/src/frontend/ast.rs pub enum ValueType { /// Represents a number literal Number(MinorUnit), /// Represents an enum variant EnumVariant(String), /// Represents a Metadata variant MetadataVariant(MetadataValue), /// Represents a arbitrary String value StrValue...
{ "chunk": null, "crate": "euclid", "enum_name": "ValueType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_enum_euclid_-7236055835496323153
clm
enum
// hyperswitch/crates/euclid/src/frontend/ast.rs pub enum ComparisonType { Equal, NotEqual, LessThan, LessThanEqual, GreaterThan, GreaterThanEqual, }
{ "chunk": null, "crate": "euclid", "enum_name": "ComparisonType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line...
hyperswitch_enum_euclid_7782932116707909680
clm
enum
// hyperswitch/crates/euclid/src/frontend/ast.rs pub enum RoutableChoiceKind { OnlyConnector, #[default] FullStruct, }
{ "chunk": null, "crate": "euclid", "enum_name": "RoutableChoiceKind", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_enum_euclid_7969582489313589405
clm
enum
// hyperswitch/crates/euclid/src/frontend/ast.rs pub enum ConnectorSelection { Priority(Vec<RoutableConnectorChoice>), VolumeSplit(Vec<ConnectorVolumeSplit>), }
{ "chunk": null, "crate": "euclid", "enum_name": "ConnectorSelection", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_enum_euclid_-353771364581821137
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum CardType { Credit, Debit, #[cfg(feature = "v2")] Card, }
{ "chunk": null, "crate": "euclid", "enum_name": "CardType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nul...
hyperswitch_enum_euclid_-7935853862254653302
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum PayLaterType { Affirm, AfterpayClearpay, Alma, Klarna, PayBright, Walley, Flexiti, Atome, Breadpay, }
{ "chunk": null, "crate": "euclid", "enum_name": "PayLaterType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line":...
hyperswitch_enum_euclid_-2157374991564083573
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum WalletType { Bluecode, GooglePay, AmazonPay, Skrill, Paysera, ApplePay, Paypal, AliPay, AliPayHk, MbWay, MobilePay, WeChatPay, SamsungPay, GoPay, KakaoPay, Twint, Gcash, Vipps, Mo...
{ "chunk": null, "crate": "euclid", "enum_name": "WalletType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": n...
hyperswitch_enum_euclid_-5882547192114303999
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum VoucherType { Boleto, Efecty, PagoEfectivo, RedCompra, RedPagos, Alfamart, Indomaret, SevenEleven, Lawson, MiniStop, FamilyMart, Seicomart, PayEasy, Oxxo, }
{ "chunk": null, "crate": "euclid", "enum_name": "VoucherType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": ...
hyperswitch_enum_euclid_79949059573321473
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum BankRedirectType { Bizum, Giropay, Ideal, Sofort, Eft, Eps, BancontactCard, Blik, Interac, LocalBankRedirect, OnlineBankingCzechRepublic, OnlineBankingFinland, OnlineBankingPoland, OnlineBankingSlova...
{ "chunk": null, "crate": "euclid", "enum_name": "BankRedirectType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_li...
hyperswitch_enum_euclid_-5416682136904385342
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum OpenBankingType { OpenBankingPIS, }
{ "chunk": null, "crate": "euclid", "enum_name": "OpenBankingType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_lin...
hyperswitch_enum_euclid_5160174511803396259
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum BankTransferType { Multibanco, Ach, SepaBankTransfer, Bacs, BcaBankTransfer, BniVa, BriVa, CimbVa, DanamonVa, MandiriVa, PermataBankTransfer, Pix, Pse, LocalBankTransfer, InstantBankTransfer, ...
{ "chunk": null, "crate": "euclid", "enum_name": "BankTransferType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_li...
hyperswitch_enum_euclid_-4450126529083311593
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum GiftCardType { PaySafeCard, Givex, BhnCardNetwork, }
{ "chunk": null, "crate": "euclid", "enum_name": "GiftCardType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line":...
hyperswitch_enum_euclid_-8240048578158895278
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum CardRedirectType { Benefit, Knet, MomoAtm, CardRedirect, }
{ "chunk": null, "crate": "euclid", "enum_name": "CardRedirectType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_li...
hyperswitch_enum_euclid_1112798819527972289
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum MobilePaymentType { DirectCarrierBilling, }
{ "chunk": null, "crate": "euclid", "enum_name": "MobilePaymentType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_l...
hyperswitch_enum_euclid_529170439442252883
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum CryptoType { CryptoCurrency, }
{ "chunk": null, "crate": "euclid", "enum_name": "CryptoType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": n...
hyperswitch_enum_euclid_-3968048337433230341
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum RealTimePaymentType { Fps, DuitNow, PromptPay, VietQr, }
{ "chunk": null, "crate": "euclid", "enum_name": "RealTimePaymentType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start...
hyperswitch_enum_euclid_-7781515191854295992
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum UpiType { UpiCollect, UpiIntent, UpiQr, }
{ "chunk": null, "crate": "euclid", "enum_name": "UpiType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null...
hyperswitch_enum_euclid_-8650265767624461708
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum BankDebitType { Ach, Sepa, SepaGuarenteedDebit, Bacs, Becs, }
{ "chunk": null, "crate": "euclid", "enum_name": "BankDebitType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line"...
hyperswitch_enum_euclid_-6887246822104539542
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum RewardType { ClassicReward, Evoucher, }
{ "chunk": null, "crate": "euclid", "enum_name": "RewardType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": n...
hyperswitch_enum_euclid_-2001602623683510973
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum CustomerDevicePlatform { Web, Android, Ios, }
{ "chunk": null, "crate": "euclid", "enum_name": "CustomerDevicePlatform", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "st...
hyperswitch_enum_euclid_-412765037062187711
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum CustomerDeviceType { Mobile, Tablet, Desktop, GamingConsole, }
{ "chunk": null, "crate": "euclid", "enum_name": "CustomerDeviceType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_enum_euclid_-7718561282643616177
clm
enum
// hyperswitch/crates/euclid/src/frontend/dir/enums.rs pub enum CustomerDeviceDisplaySize { // Mobile sizes Size320x568, // iPhone SE Size375x667, // iPhone 8 Size390x844, // iPhone 12/13 Size414x896, // iPhone XR/11 Size428x926, // iPhone 12/13 Pro Max // Tablet sizes Size768x1024, /...
{ "chunk": null, "crate": "euclid", "enum_name": "CustomerDeviceDisplaySize", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", ...
hyperswitch_enum_euclid_-2589748692128318946
clm
enum
// hyperswitch/crates/euclid/src/backend/interpreter/types.rs pub enum InterpreterErrorType { #[error("Invalid key received '{0}'")] InvalidKey(String), #[error("Invalid Comparison")] InvalidComparison, }
{ "chunk": null, "crate": "euclid", "enum_name": "InterpreterErrorType", "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "star...