id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_diesel_models_5094757106423916037
clm
struct
// hyperswitch/crates/diesel_models/src/user.rs pub struct UserUpdateInternal { name: Option<String>, password: Option<Secret<String>>, is_verified: Option<bool>, last_modified_at: PrimitiveDateTime, totp_status: Option<TotpStatus>, totp_secret: Option<Encryption>, totp_recovery_codes: Opti...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-5613148826247358527
clm
struct
// hyperswitch/crates/diesel_models/src/user_role.rs pub struct UserRole { pub id: i32, pub user_id: String, pub merchant_id: Option<id_type::MerchantId>, pub role_id: String, pub org_id: Option<id_type::OrganizationId>, pub status: enums::UserStatus, pub created_by: String, pub last_mo...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-1212744863028263145
clm
struct
// hyperswitch/crates/diesel_models/src/user_role.rs pub struct UserRoleNew { pub user_id: String, pub merchant_id: Option<id_type::MerchantId>, pub role_id: String, pub org_id: Option<id_type::OrganizationId>, pub status: enums::UserStatus, pub created_by: String, pub last_modified_by: Str...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_6348733243236412607
clm
struct
// hyperswitch/crates/diesel_models/src/user_role.rs pub struct UserRoleUpdateInternal { role_id: Option<String>, status: Option<enums::UserStatus>, last_modified_by: Option<String>, last_modified: PrimitiveDateTime, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-5067000770742886711
clm
struct
// hyperswitch/crates/diesel_models/src/locker_mock_up.rs pub struct LockerMockUp { pub card_id: String, pub external_id: String, pub card_fingerprint: String, pub card_global_fingerprint: String, pub merchant_id: common_utils::id_type::MerchantId, pub card_number: String, pub card_exp_year...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-6930040501850808020
clm
struct
// hyperswitch/crates/diesel_models/src/locker_mock_up.rs pub struct LockerMockUpNew { pub card_id: String, pub external_id: String, pub card_fingerprint: String, pub card_global_fingerprint: String, pub merchant_id: common_utils::id_type::MerchantId, pub card_number: String, pub card_exp_y...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-8085512384082557227
clm
struct
// hyperswitch/crates/diesel_models/src/refund.rs pub struct Refund { pub internal_reference_id: String, pub refund_id: String, //merchant_reference id pub payment_id: id_type::PaymentId, pub merchant_id: id_type::MerchantId, pub connector_transaction_id: ConnectorTransactionId, pub connector: ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-8085512384082557227
clm
struct
// hyperswitch/crates/diesel_models/src/refund.rs pub struct Refund { pub payment_id: id_type::GlobalPaymentId, pub merchant_id: id_type::MerchantId, pub connector_transaction_id: ConnectorTransactionId, pub connector: String, pub connector_refund_id: Option<ConnectorTransactionId>, pub externa...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_7271459736511160854
clm
struct
// hyperswitch/crates/diesel_models/src/refund.rs pub struct RefundNew { pub refund_id: String, pub payment_id: id_type::PaymentId, pub merchant_id: id_type::MerchantId, pub internal_reference_id: String, pub external_reference_id: Option<String>, pub connector_transaction_id: ConnectorTransact...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_7271459736511160854
clm
struct
// hyperswitch/crates/diesel_models/src/refund.rs pub struct RefundNew { pub merchant_reference_id: id_type::RefundReferenceId, pub payment_id: id_type::GlobalPaymentId, pub merchant_id: id_type::MerchantId, pub id: id_type::GlobalRefundId, pub external_reference_id: Option<String>, pub connect...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_8747395958912890055
clm
struct
// hyperswitch/crates/diesel_models/src/refund.rs pub struct RefundUpdateInternal { connector_refund_id: Option<ConnectorTransactionId>, refund_status: Option<storage_enums::RefundStatus>, sent_to_gateway: Option<bool>, refund_error_message: Option<String>, refund_arn: Option<String>, metadata:...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_8747395958912890055
clm
struct
// hyperswitch/crates/diesel_models/src/refund.rs pub struct RefundUpdateInternal { connector_refund_id: Option<ConnectorTransactionId>, refund_status: Option<storage_enums::RefundStatus>, sent_to_gateway: Option<bool>, refund_error_message: Option<String>, refund_arn: Option<String>, metadata:...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-8853434788611727431
clm
struct
// hyperswitch/crates/diesel_models/src/refund.rs pub struct RefundCoreWorkflow { pub refund_internal_reference_id: String, pub connector_transaction_id: ConnectorTransactionId, pub merchant_id: id_type::MerchantId, pub payment_id: id_type::PaymentId, pub processor_transaction_data: Option<String>,...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-8853434788611727431
clm
struct
// hyperswitch/crates/diesel_models/src/refund.rs pub struct RefundCoreWorkflow { pub refund_id: id_type::GlobalRefundId, pub connector_transaction_id: ConnectorTransactionId, pub merchant_id: id_type::MerchantId, pub payment_id: id_type::GlobalPaymentId, pub processor_transaction_data: Option<Stri...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-4903148918010709916
clm
struct
// hyperswitch/crates/diesel_models/src/process_tracker.rs pub struct ProcessTracker { pub id: String, pub name: Option<String>, #[diesel(deserialize_as = super::DieselArray<String>)] pub tag: Vec<String>, pub runner: Option<String>, pub retry_count: i32, #[serde(default, with = "common_uti...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_6403717166951127943
clm
struct
// hyperswitch/crates/diesel_models/src/process_tracker.rs pub struct ProcessTrackerNew { pub id: String, pub name: Option<String>, pub tag: Vec<String>, pub runner: Option<String>, pub retry_count: i32, pub schedule_time: Option<PrimitiveDateTime>, pub rule: String, pub tracking_data: ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-8474137799639124822
clm
struct
// hyperswitch/crates/diesel_models/src/process_tracker.rs pub struct ProcessTrackerUpdateInternal { name: Option<String>, retry_count: Option<i32>, schedule_time: Option<PrimitiveDateTime>, tracking_data: Option<serde_json::Value>, business_status: Option<String>, status: Option<storage_enums:...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_6727869018384184606
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct Profile { pub profile_id: common_utils::id_type::ProfileId, pub merchant_id: common_utils::id_type::MerchantId, pub profile_name: String, pub created_at: time::PrimitiveDateTime, pub modified_at: time::PrimitiveDateTime, pub...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_2114060345769624585
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct ProfileNew { pub profile_id: common_utils::id_type::ProfileId, pub merchant_id: common_utils::id_type::MerchantId, pub profile_name: String, pub created_at: time::PrimitiveDateTime, pub modified_at: time::PrimitiveDateTime, ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-9035687149878773373
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct ProfileUpdateInternal { pub profile_name: Option<String>, pub modified_at: time::PrimitiveDateTime, pub return_url: Option<String>, pub enable_payment_response_hash: Option<bool>, pub payment_response_hash_key: Option<String>, ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_6727869018384184606
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct Profile { pub merchant_id: common_utils::id_type::MerchantId, pub profile_name: String, pub created_at: time::PrimitiveDateTime, pub modified_at: time::PrimitiveDateTime, pub return_url: Option<common_utils::types::Url>, pub...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_2114060345769624585
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct ProfileNew { pub merchant_id: common_utils::id_type::MerchantId, pub profile_name: String, pub created_at: time::PrimitiveDateTime, pub modified_at: time::PrimitiveDateTime, pub return_url: Option<common_utils::types::Url>, ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-9035687149878773373
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct ProfileUpdateInternal { pub profile_name: Option<String>, pub modified_at: time::PrimitiveDateTime, pub return_url: Option<common_utils::types::Url>, pub enable_payment_response_hash: Option<bool>, pub payment_response_hash_key:...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_4324037913547806714
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct AuthenticationConnectorDetails { pub authentication_connectors: Vec<AuthenticationConnectors>, pub three_ds_requestor_url: String, pub three_ds_requestor_app_url: Option<String>, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_2521878795384573081
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct ExternalVaultConnectorDetails { pub vault_connector_id: common_utils::id_type::MerchantConnectorAccountId, pub vault_sdk: Option<VaultSdk>, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_4769844814437311283
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct CardTestingGuardConfig { pub is_card_ip_blocking_enabled: bool, pub card_ip_blocking_threshold: i32, pub is_guest_user_card_blocking_enabled: bool, pub guest_user_card_blocking_threshold: i32, pub is_customer_id_blocking_enabled...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_6639646259754115962
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct MultipleWebhookDetail { pub webhook_endpoint_id: common_utils::id_type::WebhookEndpointId, pub webhook_url: Secret<String>, pub events: HashSet<common_enums::EventType>, pub status: common_enums::OutgoingWebhookEndpointStatus, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_7564417814221541835
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct WebhookDetails { pub webhook_version: Option<String>, pub webhook_username: Option<String>, pub webhook_password: Option<Secret<String>>, pub webhook_url: Option<Secret<String>>, pub payment_created_enabled: Option<bool>, pu...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_8199775228349975754
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct BusinessPaymentLinkConfig { pub domain_name: Option<String>, #[serde(flatten)] pub default_config: Option<PaymentLinkConfigRequest>, pub business_specific_configs: Option<HashMap<String, PaymentLinkConfigRequest>>, pub allowed_d...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-289100434234498734
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct PaymentLinkConfigRequest { pub theme: Option<String>, pub logo: Option<String>, pub seller_name: Option<String>, pub sdk_layout: Option<String>, pub display_sdk_only: Option<bool>, pub enabled_saved_payment_method: Option<bo...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-5431626957339479731
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct PaymentLinkBackgroundImageConfig { pub url: common_utils::types::Url, pub position: Option<common_enums::ElementPosition>, pub size: Option<common_enums::ElementSize>, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-1508733569345141717
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct BusinessPayoutLinkConfig { #[serde(flatten)] pub config: BusinessGenericLinkConfig, pub form_layout: Option<UIWidgetFormLayout>, pub payout_test_mode: Option<bool>, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-1464794314152272376
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct BusinessGenericLinkConfig { pub domain_name: Option<String>, pub allowed_domains: HashSet<String>, #[serde(flatten)] pub ui_config: common_utils::link_utils::GenericLinkUiConfig, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_8596924174396163288
clm
struct
// hyperswitch/crates/diesel_models/src/business_profile.rs pub struct RevenueRecoveryAlgorithmData { pub monitoring_configured_timestamp: time::PrimitiveDateTime, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-6717348051321507945
clm
struct
// hyperswitch/crates/diesel_models/src/payment_link.rs pub struct PaymentLink { pub payment_link_id: String, pub payment_id: common_utils::id_type::PaymentId, pub link_to_pay: String, pub merchant_id: common_utils::id_type::MerchantId, pub amount: MinorUnit, pub currency: Option<storage_enums:...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_8578283827319206084
clm
struct
// hyperswitch/crates/diesel_models/src/payment_link.rs pub struct PaymentLinkNew { pub payment_link_id: String, pub payment_id: common_utils::id_type::PaymentId, pub link_to_pay: String, pub merchant_id: common_utils::id_type::MerchantId, pub amount: MinorUnit, pub currency: Option<storage_enu...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_6523703624565526872
clm
struct
// hyperswitch/crates/diesel_models/src/invoice.rs pub struct InvoiceNew { pub id: common_utils::id_type::InvoiceId, pub subscription_id: common_utils::id_type::SubscriptionId, pub merchant_id: common_utils::id_type::MerchantId, pub profile_id: common_utils::id_type::ProfileId, pub merchant_connect...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-5925699648724492173
clm
struct
// hyperswitch/crates/diesel_models/src/invoice.rs pub struct Invoice { pub id: common_utils::id_type::InvoiceId, pub subscription_id: common_utils::id_type::SubscriptionId, pub merchant_id: common_utils::id_type::MerchantId, pub profile_id: common_utils::id_type::ProfileId, pub merchant_connector_...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-1523108598481167428
clm
struct
// hyperswitch/crates/diesel_models/src/invoice.rs pub struct InvoiceUpdate { pub status: Option<InvoiceStatus>, pub payment_method_id: Option<String>, pub connector_invoice_id: Option<common_utils::id_type::InvoiceId>, pub modified_at: time::PrimitiveDateTime, pub payment_intent_id: Option<common_...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_387133278787384181
clm
struct
// hyperswitch/crates/diesel_models/src/generic_link.rs pub struct GenericLink { pub link_id: String, pub primary_reference: String, pub merchant_id: common_utils::id_type::MerchantId, #[serde(with = "common_utils::custom_serde::iso8601")] pub created_at: PrimitiveDateTime, #[serde(with = "comm...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-6247290384983806491
clm
struct
// hyperswitch/crates/diesel_models/src/generic_link.rs pub struct GenericLinkState { pub link_id: String, pub primary_reference: String, pub merchant_id: common_utils::id_type::MerchantId, #[serde(with = "common_utils::custom_serde::iso8601")] pub created_at: PrimitiveDateTime, #[serde(with = ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_8899560047925385878
clm
struct
// hyperswitch/crates/diesel_models/src/generic_link.rs pub struct GenericLinkNew { pub link_id: String, pub primary_reference: String, pub merchant_id: common_utils::id_type::MerchantId, #[serde(with = "common_utils::custom_serde::iso8601::option")] pub created_at: Option<PrimitiveDateTime>, #...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-2461009103301815875
clm
struct
// hyperswitch/crates/diesel_models/src/generic_link.rs pub struct PaymentMethodCollectLink { pub link_id: String, pub primary_reference: String, pub merchant_id: common_utils::id_type::MerchantId, #[serde(with = "common_utils::custom_serde::iso8601")] pub created_at: PrimitiveDateTime, #[serde...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_4633912507639143778
clm
struct
// hyperswitch/crates/diesel_models/src/generic_link.rs pub struct PaymentMethodCollectLinkData { pub pm_collect_link_id: String, pub customer_id: common_utils::id_type::CustomerId, pub link: Secret<String>, pub client_secret: Secret<String>, pub session_expiry: u32, #[serde(flatten)] pub u...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_1977145351552225280
clm
struct
// hyperswitch/crates/diesel_models/src/generic_link.rs pub struct PayoutLink { pub link_id: String, pub primary_reference: common_utils::id_type::PayoutId, pub merchant_id: common_utils::id_type::MerchantId, #[serde(with = "common_utils::custom_serde::iso8601")] pub created_at: PrimitiveDateTime, ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_5577241138251015872
clm
struct
// hyperswitch/crates/diesel_models/src/generic_link.rs pub struct GenericLinkUpdateInternal { pub link_status: Option<GenericLinkStatus>, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-8958081533246854701
clm
struct
// hyperswitch/crates/diesel_models/src/unified_translations.rs pub struct UnifiedTranslations { pub unified_code: String, pub unified_message: String, pub locale: String, pub translation: String, pub created_at: PrimitiveDateTime, pub last_modified_at: PrimitiveDateTime, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-6925196163322559174
clm
struct
// hyperswitch/crates/diesel_models/src/unified_translations.rs pub struct UnifiedTranslationsNew { pub unified_code: String, pub unified_message: String, pub locale: String, pub translation: String, pub created_at: PrimitiveDateTime, pub last_modified_at: PrimitiveDateTime, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-6364595690177251992
clm
struct
// hyperswitch/crates/diesel_models/src/unified_translations.rs pub struct UnifiedTranslationsUpdateInternal { pub translation: Option<String>, pub last_modified_at: PrimitiveDateTime, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_98188511172908551
clm
struct
// hyperswitch/crates/diesel_models/src/unified_translations.rs pub struct UnifiedTranslationsUpdate { pub translation: Option<String>, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-6255614633708956681
clm
struct
// hyperswitch/crates/diesel_models/src/api_keys.rs pub struct ApiKey { pub key_id: common_utils::id_type::ApiKeyId, pub merchant_id: common_utils::id_type::MerchantId, pub name: String, pub description: Option<String>, pub hashed_api_key: HashedApiKey, pub prefix: String, pub created_at: P...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-1632490620956832531
clm
struct
// hyperswitch/crates/diesel_models/src/api_keys.rs pub struct ApiKeyNew { pub key_id: common_utils::id_type::ApiKeyId, pub merchant_id: common_utils::id_type::MerchantId, pub name: String, pub description: Option<String>, pub hashed_api_key: HashedApiKey, pub prefix: String, pub created_at...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_167242222822034916
clm
struct
// hyperswitch/crates/diesel_models/src/api_keys.rs pub(crate) struct ApiKeyUpdateInternal { pub name: Option<String>, pub description: Option<String>, pub expires_at: Option<Option<PrimitiveDateTime>>, pub last_used: Option<PrimitiveDateTime>, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_5606610277070086974
clm
struct
// hyperswitch/crates/diesel_models/src/api_keys.rs pub struct HashedApiKey(String);
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_6403109309733066516
clm
struct
// hyperswitch/crates/diesel_models/src/api_keys.rs pub struct ApiKeyExpiryTrackingData { pub key_id: common_utils::id_type::ApiKeyId, pub merchant_id: common_utils::id_type::MerchantId, pub api_key_name: String, pub prefix: String, pub api_key_expiry: Option<PrimitiveDateTime>, // Days on whic...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-8046414217790603949
clm
struct
// hyperswitch/crates/diesel_models/src/customers.rs pub struct CustomerNew { pub customer_id: common_utils::id_type::CustomerId, pub merchant_id: common_utils::id_type::MerchantId, pub name: Option<Encryption>, pub email: Option<Encryption>, pub phone: Option<Encryption>, pub description: Opti...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-8046414217790603949
clm
struct
// hyperswitch/crates/diesel_models/src/customers.rs pub struct CustomerNew { pub merchant_id: common_utils::id_type::MerchantId, pub name: Option<Encryption>, pub email: Option<Encryption>, pub phone: Option<Encryption>, pub phone_country_code: Option<String>, pub description: Option<Descripti...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-8051645323253493976
clm
struct
// hyperswitch/crates/diesel_models/src/customers.rs pub struct Customer { pub customer_id: common_utils::id_type::CustomerId, pub merchant_id: common_utils::id_type::MerchantId, pub name: Option<Encryption>, pub email: Option<Encryption>, pub phone: Option<Encryption>, pub phone_country_code: ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-8051645323253493976
clm
struct
// hyperswitch/crates/diesel_models/src/customers.rs pub struct Customer { pub merchant_id: common_utils::id_type::MerchantId, pub name: Option<Encryption>, pub email: Option<Encryption>, pub phone: Option<Encryption>, pub phone_country_code: Option<String>, pub description: Option<Description>...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-4846762562191689718
clm
struct
// hyperswitch/crates/diesel_models/src/customers.rs pub struct CustomerUpdateInternal { pub name: Option<Encryption>, pub email: Option<Encryption>, pub phone: Option<Encryption>, pub description: Option<Description>, pub phone_country_code: Option<String>, pub metadata: Option<pii::SecretSerd...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-4846762562191689718
clm
struct
// hyperswitch/crates/diesel_models/src/customers.rs pub struct CustomerUpdateInternal { pub name: Option<Encryption>, pub email: Option<Encryption>, pub phone: Option<Encryption>, pub description: Option<Description>, pub phone_country_code: Option<String>, pub metadata: Option<pii::SecretSerd...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_4837555992946804059
clm
struct
// hyperswitch/crates/diesel_models/src/gsm.rs pub struct GatewayStatusMap { pub connector: String, pub flow: String, pub sub_flow: String, pub code: String, pub message: String, pub status: String, pub router_error: Option<String>, pub decision: String, #[serde(with = "custom_serde...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_1038646047905483202
clm
struct
// hyperswitch/crates/diesel_models/src/gsm.rs pub struct GatewayStatusMappingNew { pub connector: String, pub flow: String, pub sub_flow: String, pub code: String, pub message: String, pub status: String, pub router_error: Option<String>, pub decision: String, pub step_up_possible:...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-7054210129076859644
clm
struct
// hyperswitch/crates/diesel_models/src/gsm.rs pub struct GatewayStatusMapperUpdateInternal { pub connector: Option<String>, pub flow: Option<String>, pub sub_flow: Option<String>, pub code: Option<String>, pub message: Option<String>, pub status: Option<String>, pub router_error: Option<Op...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-3646984079678530851
clm
struct
// hyperswitch/crates/diesel_models/src/gsm.rs pub struct GatewayStatusMappingUpdate { pub status: Option<String>, pub router_error: Option<Option<String>>, pub decision: Option<String>, pub step_up_possible: Option<bool>, pub unified_code: Option<String>, pub unified_message: Option<String>, ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-3358020514925714407
clm
struct
// hyperswitch/crates/diesel_models/src/hyperswitch_ai_interaction.rs pub struct HyperswitchAiInteraction { pub id: String, pub session_id: Option<String>, pub user_id: Option<String>, pub merchant_id: Option<String>, pub profile_id: Option<String>, pub org_id: Option<String>, pub role_id: ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_3748315148844823914
clm
struct
// hyperswitch/crates/diesel_models/src/hyperswitch_ai_interaction.rs pub struct HyperswitchAiInteractionNew { pub id: String, pub session_id: Option<String>, pub user_id: Option<String>, pub merchant_id: Option<String>, pub profile_id: Option<String>, pub org_id: Option<String>, pub role_i...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-6349564539262356713
clm
struct
// hyperswitch/crates/diesel_models/src/payout_attempt.rs pub struct PayoutAttempt { pub payout_attempt_id: String, pub payout_id: common_utils::id_type::PayoutId, pub customer_id: Option<common_utils::id_type::CustomerId>, pub merchant_id: common_utils::id_type::MerchantId, pub address_id: Option<...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_2371662322576932309
clm
struct
// hyperswitch/crates/diesel_models/src/payout_attempt.rs pub struct PayoutAttemptNew { pub payout_attempt_id: String, pub payout_id: common_utils::id_type::PayoutId, pub customer_id: Option<common_utils::id_type::CustomerId>, pub merchant_id: common_utils::id_type::MerchantId, pub address_id: Opti...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-2851039067935170123
clm
struct
// hyperswitch/crates/diesel_models/src/payout_attempt.rs pub struct PayoutAttemptUpdateInternal { pub payout_token: Option<String>, pub connector_payout_id: Option<String>, pub status: Option<storage_enums::PayoutStatus>, pub error_message: Option<String>, pub error_code: Option<String>, pub i...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_1295633550002333597
clm
struct
// hyperswitch/crates/diesel_models/src/authentication.rs pub struct Authentication { pub authentication_id: common_utils::id_type::AuthenticationId, pub merchant_id: common_utils::id_type::MerchantId, pub authentication_connector: Option<String>, pub connector_authentication_id: Option<String>, pu...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_6497181863536496118
clm
struct
// hyperswitch/crates/diesel_models/src/authentication.rs pub struct AuthenticationNew { pub authentication_id: common_utils::id_type::AuthenticationId, pub merchant_id: common_utils::id_type::MerchantId, pub authentication_connector: Option<String>, pub connector_authentication_id: Option<String>, ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-3684122613069314189
clm
struct
// hyperswitch/crates/diesel_models/src/authentication.rs pub struct AuthenticationUpdateInternal { pub connector_authentication_id: Option<String>, // pub authentication_data: Option<serde_json::Value>, pub payment_method_id: Option<String>, pub authentication_type: Option<common_enums::DecoupledAuthe...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-1743260696387983603
clm
struct
// hyperswitch/crates/diesel_models/src/merchant_key_store.rs pub struct MerchantKeyStore { pub merchant_id: common_utils::id_type::MerchantId, pub key: Encryption, #[serde(with = "custom_serde::iso8601")] pub created_at: PrimitiveDateTime, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-1535696739753278569
clm
struct
// hyperswitch/crates/diesel_models/src/merchant_key_store.rs pub struct MerchantKeyStoreNew { pub merchant_id: common_utils::id_type::MerchantId, pub key: Encryption, pub created_at: PrimitiveDateTime, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_5828836357794186214
clm
struct
// hyperswitch/crates/diesel_models/src/merchant_key_store.rs pub struct MerchantKeyStoreUpdateInternal { pub merchant_id: common_utils::id_type::MerchantId, pub key: Encryption, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-3635829804530158187
clm
struct
// hyperswitch/crates/diesel_models/src/user_key_store.rs pub struct UserKeyStore { pub user_id: String, pub key: Encryption, pub created_at: PrimitiveDateTime, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-6988503536656640407
clm
struct
// hyperswitch/crates/diesel_models/src/user_key_store.rs pub struct UserKeyStoreNew { pub user_id: String, pub key: Encryption, pub created_at: PrimitiveDateTime, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_8902664371010967001
clm
struct
// hyperswitch/crates/diesel_models/src/ephemeral_key.rs pub struct ClientSecretType { pub id: common_utils::id_type::ClientSecretId, pub merchant_id: common_utils::id_type::MerchantId, pub resource_id: common_utils::types::authentication::ResourceId, pub created_at: time::PrimitiveDateTime, pub ex...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_3355972693744018411
clm
struct
// hyperswitch/crates/diesel_models/src/ephemeral_key.rs pub struct EphemeralKey { pub id: String, pub merchant_id: common_utils::id_type::MerchantId, pub customer_id: common_utils::id_type::CustomerId, pub created_at: i64, pub expires: i64, pub secret: String, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-2266032541473459714
clm
struct
// hyperswitch/crates/diesel_models/src/reverse_lookup.rs pub struct ReverseLookup { /// Primary key. The key id. pub lookup_id: String, /// the `field` in KV database. Which is used to differentiate between two same keys pub sk_id: String, /// the value id. i.e the id you want to access KV table. ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_1343353660526650942
clm
struct
// hyperswitch/crates/diesel_models/src/reverse_lookup.rs pub struct ReverseLookupNew { pub lookup_id: String, pub pk_id: String, pub sk_id: String, pub source: String, pub updated_by: String, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-4704932677676136927
clm
struct
// hyperswitch/crates/diesel_models/src/relay.rs pub struct Relay { pub id: common_utils::id_type::RelayId, pub connector_resource_id: String, pub connector_id: common_utils::id_type::MerchantConnectorAccountId, pub profile_id: common_utils::id_type::ProfileId, pub merchant_id: common_utils::id_typ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-4769965128666374514
clm
struct
// hyperswitch/crates/diesel_models/src/relay.rs pub struct RelayNew { pub id: common_utils::id_type::RelayId, pub connector_resource_id: String, pub connector_id: common_utils::id_type::MerchantConnectorAccountId, pub profile_id: common_utils::id_type::ProfileId, pub merchant_id: common_utils::id_...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_788732398113139923
clm
struct
// hyperswitch/crates/diesel_models/src/relay.rs pub struct RelayUpdateInternal { pub connector_reference_id: Option<String>, pub status: Option<storage_enums::RelayStatus>, pub error_code: Option<String>, pub error_message: Option<String>, pub modified_at: PrimitiveDateTime, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-70311494797665937
clm
struct
// hyperswitch/crates/diesel_models/src/mandate.rs pub struct Mandate { pub mandate_id: String, pub customer_id: common_utils::id_type::CustomerId, pub merchant_id: common_utils::id_type::MerchantId, pub payment_method_id: String, pub mandate_status: storage_enums::MandateStatus, pub mandate_ty...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-4402947459534670503
clm
struct
// hyperswitch/crates/diesel_models/src/mandate.rs pub struct MandateNew { pub mandate_id: String, pub customer_id: common_utils::id_type::CustomerId, pub merchant_id: common_utils::id_type::MerchantId, pub payment_method_id: String, pub mandate_status: storage_enums::MandateStatus, pub mandate...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-7263931788224055184
clm
struct
// hyperswitch/crates/diesel_models/src/mandate.rs pub struct SingleUseMandate { pub amount: i64, pub currency: storage_enums::Currency, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_6545160972937851137
clm
struct
// hyperswitch/crates/diesel_models/src/mandate.rs pub struct MandateUpdateInternal { mandate_status: Option<storage_enums::MandateStatus>, amount_captured: Option<i64>, connector_mandate_ids: Option<pii::SecretSerdeValue>, connector_mandate_id: Option<String>, payment_method_id: Option<String>, ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-4631304909513416602
clm
struct
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub struct PaymentIntent { pub merchant_id: common_utils::id_type::MerchantId, pub status: storage_enums::IntentStatus, pub amount: MinorUnit, #[diesel(deserialize_as = RequiredFromNullable<storage_enums::Currency>)] pub currency: storage_en...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-4631304909513416602
clm
struct
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub struct PaymentIntent { pub payment_id: common_utils::id_type::PaymentId, pub merchant_id: common_utils::id_type::MerchantId, pub status: storage_enums::IntentStatus, pub amount: MinorUnit, pub currency: Option<storage_enums::Currency>, ...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_7598148830664154456
clm
struct
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub struct PaymentLinkConfigRequestForPayments { /// custom theme for the payment link pub theme: Option<String>, /// merchant display logo pub logo: Option<String>, /// Custom merchant name for payment link pub seller_name: Option<Strin...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-3416530526165445448
clm
struct
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub struct PaymentLinkTransactionDetails { /// Key for the transaction details pub key: String, /// Value for the transaction details pub value: String, /// UI configuration for the transaction details pub ui_configuration: Option<Transa...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_5536730712423895455
clm
struct
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub struct TransactionDetailsUiConfiguration { /// Position of the key-value pair in the UI pub position: Option<i8>, /// Whether the key should be bold pub is_key_bold: Option<bool>, /// Whether the value should be bold pub is_value_bol...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-792274973846115628
clm
struct
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub struct TaxDetails { /// This is the tax related information that is calculated irrespective of any payment method. /// This is calculated when the order is created with shipping details pub default: Option<DefaultTax>, /// This is the tax r...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-5508040230933082744
clm
struct
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub struct PaymentMethodTypeTax { pub order_tax_amount: MinorUnit, pub pmt: PaymentMethodType, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_8733045955669723651
clm
struct
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub struct DefaultTax { pub order_tax_amount: MinorUnit, }
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_2583970233478236300
clm
struct
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub struct PaymentIntentNew { pub merchant_id: common_utils::id_type::MerchantId, pub status: storage_enums::IntentStatus, pub amount: MinorUnit, pub currency: storage_enums::Currency, pub amount_captured: Option<MinorUnit>, pub customer...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_2583970233478236300
clm
struct
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub struct PaymentIntentNew { pub payment_id: common_utils::id_type::PaymentId, pub merchant_id: common_utils::id_type::MerchantId, pub status: storage_enums::IntentStatus, pub amount: MinorUnit, pub currency: Option<storage_enums::Currency>...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...
hyperswitch_struct_diesel_models_-1551242451718714719
clm
struct
// hyperswitch/crates/diesel_models/src/payment_intent.rs pub struct PaymentIntentUpdateFields { pub amount: MinorUnit, pub currency: storage_enums::Currency, pub setup_future_usage: Option<storage_enums::FutureUsage>, pub status: storage_enums::IntentStatus, pub customer_id: Option<common_utils::i...
{ "chunk": null, "crate": "diesel_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": nu...