id
stringlengths 20
153
| type
stringclasses 1
value | granularity
stringclasses 14
values | content
stringlengths 16
84.3k
| metadata
dict |
|---|---|---|---|---|
hyperswitch_struct_router_-7045974515204120971
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/storage/payment_method.rs
pub struct PaymentMethodDataWithId {
pub payment_method: Option<enums::PaymentMethod>,
pub payment_method_data: Option<domain::PaymentMethodData>,
pub payment_method_id: Option<String>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentMethodDataWithId",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-6969307545714370316
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/storage/payment_method.rs
pub struct GenericTokenData {
pub token: String,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GenericTokenData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-3021360790685495738
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/storage/payment_method.rs
pub struct WalletTokenData {
pub payment_method_id: String,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "WalletTokenData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_1170549036307356882
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/storage/payment_method.rs
pub struct PaymentMethodListContext {
pub card_details: Option<api::CardDetailFromLocker>,
pub hyperswitch_token_data: Option<PaymentTokenData>,
#[cfg(feature = "payouts")]
pub bank_transfer_details: Option<api::BankPayout>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentMethodListContext",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-3145572043228846076
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/storage/payment_method.rs
pub struct PaymentMethodStatusTrackingData {
pub payment_method_id: String,
pub prev_status: enums::PaymentMethodStatus,
pub curr_status: enums::PaymentMethodStatus,
pub merchant_id: common_utils::id_type::MerchantId,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentMethodStatusTrackingData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_7088727548907126233
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/storage/revenue_recovery.rs
pub struct RevenueRecoveryWorkflowTrackingData {
pub merchant_id: id_type::MerchantId,
pub profile_id: id_type::ProfileId,
pub global_payment_id: id_type::GlobalPaymentId,
pub payment_attempt_id: id_type::GlobalAttemptId,
pub billing_mca_id: id_type::MerchantConnectorAccountId,
pub revenue_recovery_retry: enums::RevenueRecoveryAlgorithmType,
pub invoice_scheduled_time: Option<time::PrimitiveDateTime>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RevenueRecoveryWorkflowTrackingData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_7033380284709470605
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/storage/revenue_recovery.rs
pub struct RevenueRecoveryPaymentData {
pub merchant_account: merchant_account::MerchantAccount,
pub profile: business_profile::Profile,
pub key_store: merchant_key_store::MerchantKeyStore,
pub billing_mca: merchant_connector_account::MerchantConnectorAccount,
pub retry_algorithm: enums::RevenueRecoveryAlgorithmType,
pub psync_data: Option<PaymentStatusData<types::api::PSync>>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RevenueRecoveryPaymentData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_6706911106584845525
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/storage/revenue_recovery.rs
pub struct RevenueRecoverySettings {
pub monitoring_threshold_in_seconds: i64,
pub retry_algorithm_type: enums::RevenueRecoveryAlgorithmType,
pub recovery_timestamp: RecoveryTimestamp,
pub card_config: RetryLimitsConfig,
pub redis_ttl_in_seconds: i64,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RevenueRecoverySettings",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_939270860622484000
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/storage/revenue_recovery.rs
pub struct RecoveryTimestamp {
pub initial_timestamp_in_seconds: i64,
pub job_schedule_buffer_time_in_seconds: i64,
pub reopen_workflow_buffer_time_in_seconds: i64,
pub max_random_schedule_delay_in_seconds: i64,
pub redis_ttl_buffer_in_seconds: i64,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RecoveryTimestamp",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-7605650170528876370
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/storage/revenue_recovery.rs
pub struct RetryLimitsConfig(pub HashMap<CardNetwork, NetworkRetryConfig>);
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RetryLimitsConfig",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-9166312291404115280
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/storage/revenue_recovery.rs
pub struct NetworkRetryConfig {
pub max_retries_per_day: i32,
pub max_retry_count_for_thirty_day: i32,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "NetworkRetryConfig",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_6394638689939625268
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_mapping.rs
pub struct ConnectorData {
pub connector: ConnectorEnum,
pub connector_name: types::Connector,
pub get_token: GetToken,
pub merchant_connector_id: Option<common_utils::id_type::MerchantConnectorAccountId>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ConnectorData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-7365515703860205394
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/fraud_check.rs
pub struct FraudCheckConnectorData {
pub connector: ConnectorEnum,
pub connector_name: enums::FrmConnectors,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "FraudCheckConnectorData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_5002577002170926979
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/fraud_check.rs
pub struct ConnectorRoutingData {
pub connector_data: ConnectorData,
pub network: Option<common_enums::CardNetwork>,
// action_type is used for mandates currently
pub action_type: Option<ActionType>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ConnectorRoutingData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_4827714273176579377
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/configs.rs
pub struct Config {
pub key: String,
pub value: String,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Config",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_8011694819459211126
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/configs.rs
pub struct ConfigUpdate {
#[serde(skip_deserializing)]
pub key: String,
pub value: String,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ConfigUpdate",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-8554129678314428849
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/disputes.rs
pub struct DisputeId {
pub dispute_id: String,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "DisputeId",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-6602617006578918311
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/disputes.rs
pub struct DisputeFetchQueryData {
pub fetch_from: String,
pub fetch_till: String,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "DisputeFetchQueryData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-2620036458173387619
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/disputes.rs
pub struct DisputeEvidence {
pub cancellation_policy: Option<String>,
pub customer_communication: Option<String>,
pub customer_signature: Option<String>,
pub receipt: Option<String>,
pub refund_policy: Option<String>,
pub service_documentation: Option<String>,
pub shipping_documentation: Option<String>,
pub invoice_showing_distinct_transactions: Option<String>,
pub recurring_transaction_agreement: Option<String>,
pub uncategorized_file: Option<String>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "DisputeEvidence",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-2393976081442626730
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/disputes.rs
pub struct AttachEvidenceRequest {
pub create_file_request: types::api::CreateFileRequest,
pub evidence_type: EvidenceType,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "AttachEvidenceRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_6088248567947931573
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/disputes.rs
pub struct ProcessDisputePTData {
pub connector_name: String,
pub dispute_payload: types::DisputeSyncResponse,
pub merchant_id: common_utils::id_type::MerchantId,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProcessDisputePTData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_5518389920480484975
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/disputes.rs
pub struct DisputeListPTData {
pub connector_name: String,
pub merchant_connector_id: common_utils::id_type::MerchantConnectorAccountId,
pub merchant_id: common_utils::id_type::MerchantId,
pub profile_id: common_utils::id_type::ProfileId,
pub created_from: time::PrimitiveDateTime,
pub created_till: time::PrimitiveDateTime,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "DisputeListPTData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-2909084565520503646
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/files.rs
pub struct FileId {
pub file_id: String,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "FileId",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_7123086871001686076
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/files.rs
pub struct FileRetrieveRequest {
pub file_id: String,
pub dispute_id: Option<String>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "FileRetrieveRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_6849546640674657889
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/files.rs
pub struct CreateFileRequest {
pub file: Vec<u8>,
pub file_name: Option<String>,
pub file_size: i32,
#[serde_as(as = "serde_with::DisplayFromStr")]
pub file_type: mime::Mime,
pub purpose: FilePurpose,
pub dispute_id: Option<String>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CreateFileRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-5042404544540242901
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/verify_connector.rs
pub struct VerifyConnectorData {
pub connector: ConnectorEnum,
pub connector_auth: types::ConnectorAuthType,
pub card_details: domain::Card,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "VerifyConnectorData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_1897432665900874091
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/poll.rs
pub struct PollId {
pub poll_id: String,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PollId",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-5382047286412341380
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/authentication.rs
pub struct AcquirerDetails {
pub acquirer_bin: String,
pub acquirer_merchant_mid: String,
pub acquirer_country_code: Option<String>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "AcquirerDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-2722665609468633397
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/authentication.rs
pub struct AuthenticationResponse {
pub trans_status: common_enums::TransactionStatus,
pub acs_url: Option<url::Url>,
pub challenge_request: Option<String>,
pub challenge_request_key: Option<String>,
pub acs_reference_number: Option<String>,
pub acs_trans_id: Option<String>,
pub three_dsserver_trans_id: Option<String>,
pub acs_signed_content: Option<String>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "AuthenticationResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_6511728530959030535
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/authentication.rs
pub struct PostAuthenticationResponse {
pub trans_status: String,
pub authentication_value: Option<masking::Secret<String>>,
pub eci: Option<String>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PostAuthenticationResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_7130984160687130063
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/authentication.rs
pub struct AuthenticationConnectorData {
pub connector: ConnectorEnum,
pub connector_name: enums::AuthenticationConnectors,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "AuthenticationConnectorData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-1418445718152663474
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/routing.rs
pub struct ConnectorVolumeSplitV0 {
pub connector: RoutableConnectorChoice,
pub split: u8,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ConnectorVolumeSplitV0",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-2228387156213535858
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/routing.rs
pub struct FrmRoutingAlgorithm {
pub data: String,
#[serde(rename = "type")]
pub algorithm_type: String,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "FrmRoutingAlgorithm",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_5533302881291646585
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/feature_matrix.rs
pub struct FeatureMatrixConnectorData {}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "FeatureMatrixConnectorData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_9006881867257122084
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/admin.rs
pub struct ProfileAcquirerConfigs {
pub acquirer_config_map: Option<common_types::domain::AcquirerConfigMap>,
pub profile_id: common_utils::id_type::ProfileId,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProfileAcquirerConfigs",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_8291213169577546360
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_onboarding/paypal.rs
pub struct HateoasLink {
pub href: String,
pub rel: String,
pub method: String,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "HateoasLink",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-1742549560762337194
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_onboarding/paypal.rs
pub struct PartnerReferralResponse {
pub links: Vec<HateoasLink>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PartnerReferralResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_8455999990373799256
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_onboarding/paypal.rs
pub struct PartnerReferralRequest {
pub tracking_id: String,
pub operations: Vec<PartnerReferralOperations>,
pub products: Vec<PayPalProducts>,
pub capabilities: Vec<PayPalCapabilities>,
pub partner_config_override: PartnerConfigOverride,
pub legal_consents: Vec<LegalConsent>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PartnerReferralRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-1882713821642450297
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_onboarding/paypal.rs
pub struct PartnerReferralOperations {
pub operation: PayPalReferralOperationType,
pub api_integration_preference: PartnerReferralIntegrationPreference,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PartnerReferralOperations",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_7884333572724157148
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_onboarding/paypal.rs
pub struct PartnerReferralIntegrationPreference {
pub rest_api_integration: PartnerReferralRestApiIntegration,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PartnerReferralIntegrationPreference",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-1543228348036579221
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_onboarding/paypal.rs
pub struct PartnerReferralRestApiIntegration {
pub integration_method: IntegrationMethod,
pub integration_type: PayPalIntegrationType,
pub third_party_details: PartnerReferralThirdPartyDetails,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PartnerReferralRestApiIntegration",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_6937588893011794613
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_onboarding/paypal.rs
pub struct PartnerReferralThirdPartyDetails {
pub features: Vec<PayPalFeatures>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PartnerReferralThirdPartyDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-5947585374120864887
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_onboarding/paypal.rs
pub struct PartnerConfigOverride {
pub partner_logo_url: String,
pub return_url: String,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PartnerConfigOverride",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-2912050712719868149
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_onboarding/paypal.rs
pub struct LegalConsent {
#[serde(rename = "type")]
pub consent_type: LegalConsentType,
pub granted: bool,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "LegalConsent",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-8836793389927784127
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_onboarding/paypal.rs
pub struct SellerStatusResponse {
pub merchant_id: common_utils::id_type::MerchantId,
pub links: Vec<HateoasLink>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "SellerStatusResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-7496327406218945054
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_onboarding/paypal.rs
pub struct SellerStatusDetailsResponse {
pub merchant_id: common_utils::id_type::MerchantId,
pub primary_email_confirmed: bool,
pub payments_receivable: bool,
pub products: Vec<SellerStatusProducts>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "SellerStatusDetailsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_5465332036578858506
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/api/connector_onboarding/paypal.rs
pub struct SellerStatusProducts {
pub name: String,
pub vetting_status: Option<VettingStatus>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "SellerStatusProducts",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_5230333063434461868
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/address.rs
pub struct Address {
pub address_id: String,
pub city: Option<String>,
pub country: Option<enums::CountryAlpha2>,
#[encrypt]
pub line1: Option<Encryptable<Secret<String>>>,
#[encrypt]
pub line2: Option<Encryptable<Secret<String>>>,
#[encrypt]
pub line3: Option<Encryptable<Secret<String>>>,
#[encrypt]
pub state: Option<Encryptable<Secret<String>>>,
#[encrypt]
pub zip: Option<Encryptable<Secret<String>>>,
#[encrypt]
pub first_name: Option<Encryptable<Secret<String>>>,
#[encrypt]
pub last_name: Option<Encryptable<Secret<String>>>,
#[encrypt]
pub phone_number: Option<Encryptable<Secret<String>>>,
pub country_code: Option<String>,
#[serde(skip_serializing)]
#[serde(with = "custom_serde::iso8601")]
pub created_at: PrimitiveDateTime,
#[serde(skip_serializing)]
#[serde(with = "custom_serde::iso8601")]
pub modified_at: PrimitiveDateTime,
pub merchant_id: id_type::MerchantId,
pub updated_by: String,
#[encrypt]
pub email: Option<Encryptable<Secret<String, pii::EmailStrategy>>>,
#[encrypt]
pub origin_zip: Option<Encryptable<Secret<String>>>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Address",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-4105104162910065384
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/address.rs
pub struct PaymentAddress {
pub address: Address,
pub payment_id: id_type::PaymentId,
// This is present in `PaymentAddress` because even `payouts` uses `PaymentAddress`
pub customer_id: Option<id_type::CustomerId>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentAddress",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-886021233485864189
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/address.rs
pub struct CustomerAddress {
pub address: Address,
pub customer_id: id_type::CustomerId,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CustomerAddress",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_2868172371755026950
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/event.rs
pub struct Event {
/// A string that uniquely identifies the event.
pub event_id: String,
/// Represents the type of event for the webhook.
pub event_type: EventType,
/// Represents the class of event for the webhook.
pub event_class: EventClass,
/// Indicates whether the current webhook delivery was successful.
pub is_webhook_notified: bool,
/// Reference to the object for which the webhook was created.
pub primary_object_id: String,
/// Type of the object type for which the webhook was created.
pub primary_object_type: EventObjectType,
/// The timestamp when the webhook was created.
pub created_at: time::PrimitiveDateTime,
/// Merchant Account identifier to which the object is associated with.
pub merchant_id: Option<common_utils::id_type::MerchantId>,
/// Business Profile identifier to which the object is associated with.
pub business_profile_id: Option<common_utils::id_type::ProfileId>,
/// The timestamp when the primary object was created.
pub primary_object_created_at: Option<time::PrimitiveDateTime>,
/// This allows the event to be uniquely identified to prevent multiple processing.
pub idempotent_event_id: Option<String>,
/// Links to the initial attempt of the event.
pub initial_attempt_id: Option<String>,
/// This field contains the encrypted request data sent as part of the event.
#[encrypt]
pub request: Option<Encryptable<Secret<String>>>,
/// This field contains the encrypted response data received as part of the event.
#[encrypt]
pub response: Option<Encryptable<Secret<String>>>,
/// Represents the event delivery type.
pub delivery_attempt: Option<WebhookDeliveryAttempt>,
/// Holds any additional data related to the event.
pub metadata: Option<EventMetadata>,
/// Indicates whether the event was ultimately delivered.
pub is_overall_delivery_successful: Option<bool>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Event",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_8667500696170760723
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct UserName(Secret<String>);
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "UserName",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_1575122735589109511
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct UserEmail(pii::Email);
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "UserEmail",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-282779912325805745
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct UserPassword(Secret<String>);
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "UserPassword",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-6681790268241464598
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct UserCompanyName(String);
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "UserCompanyName",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_8144243844960195454
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct NewUserOrganization(diesel_org::OrganizationNew);
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "NewUserOrganization",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_3655720057758252822
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct MerchantId(String);
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "MerchantId",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-2442669019946561232
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct NewUserMerchant {
merchant_id: id_type::MerchantId,
company_name: Option<UserCompanyName>,
new_organization: NewUserOrganization,
product_type: Option<common_enums::MerchantProductType>,
merchant_account_type: Option<common_enums::MerchantAccountRequestType>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "NewUserMerchant",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-8694207162527123824
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct MerchantAccountIdentifier {
pub merchant_id: id_type::MerchantId,
pub org_id: id_type::OrganizationId,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "MerchantAccountIdentifier",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-4001925793763521950
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct NewUser {
user_id: String,
name: UserName,
email: UserEmail,
password: Option<NewUserPassword>,
new_merchant: NewUserMerchant,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "NewUser",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-8946961133238619730
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct NewUserPassword {
password: UserPassword,
is_temporary: bool,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "NewUserPassword",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-4657224979797268321
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct UserFromStorage(pub storage_user::User);
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "UserFromStorage",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-4205073261241918308
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct RoleName(String);
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RoleName",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_7785921376495531729
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct RecoveryCodes(pub Vec<Secret<String>>);
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RecoveryCodes",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-2229559158270326984
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct NoLevel;
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "NoLevel",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_5135189534757319466
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct TenantLevel {
pub tenant_id: id_type::TenantId,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "TenantLevel",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_795620340785316888
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct OrganizationLevel {
pub tenant_id: id_type::TenantId,
pub org_id: id_type::OrganizationId,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "OrganizationLevel",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_5574389996463621020
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct MerchantLevel {
pub tenant_id: id_type::TenantId,
pub org_id: id_type::OrganizationId,
pub merchant_id: id_type::MerchantId,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "MerchantLevel",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-6920061783807892211
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct ProfileLevel {
pub tenant_id: id_type::TenantId,
pub org_id: id_type::OrganizationId,
pub merchant_id: id_type::MerchantId,
pub profile_id: id_type::ProfileId,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProfileLevel",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-1681642748341149615
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user.rs
pub struct NewUserRole<E: Clone> {
pub user_id: String,
pub role_id: String,
pub status: UserStatus,
pub created_by: String,
pub last_modified_by: String,
pub created_at: PrimitiveDateTime,
pub last_modified: PrimitiveDateTime,
pub entity: E,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "NewUserRole",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-3635829804530158187
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user_key_store.rs
pub struct UserKeyStore {
pub user_id: String,
pub key: Encryptable<Secret<Vec<u8>>>,
pub created_at: PrimitiveDateTime,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "UserKeyStore",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_390689801591383946
|
clm
|
struct
|
// hyperswitch/crates/router/src/types/domain/user/dashboard_metadata.rs
pub struct ProductionAgreementValue {
pub version: String,
pub ip_address: Secret<String, common_utils::pii::IpAddress>,
pub timestamp: PrimitiveDateTime,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProductionAgreementValue",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-6610351815672566702
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payment_methods.rs
pub struct NetworkTokenPaymentMethodDetails {
network_token_requestor_reference_id: String,
network_token_locker_id: String,
network_token_pmd: Encryptable<Secret<serde_json::Value>>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "NetworkTokenPaymentMethodDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_7303129366371261636
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payouts.rs
pub struct PayoutData {
pub billing_address: Option<domain_models::address::Address>,
pub business_profile: domain::Profile,
pub customer_details: Option<domain::Customer>,
pub merchant_connector_account: Option<payment_helpers::MerchantConnectorAccountType>,
pub payouts: storage::Payouts,
pub payout_attempt: storage::PayoutAttempt,
pub payout_method_data: Option<payouts::PayoutMethodData>,
pub profile_id: id_type::ProfileId,
pub should_terminate: bool,
pub payout_link: Option<PayoutLink>,
pub current_locale: String,
pub payment_method: Option<PaymentMethod>,
pub connector_transfer_method_id: Option<String>,
pub browser_info: Option<domain_models::router_request_types::BrowserInformation>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayoutData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_2391683926306702345
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/cards_info.rs
pub struct CardsInfoUpdateForm {
#[multipart(limit = "1MB")]
pub file: Bytes,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CardsInfoUpdateForm",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_4736243399096266347
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payments.rs
pub struct PaymentsRedirectResponseData {
pub connector: Option<String>,
pub param: Option<String>,
pub merchant_id: Option<id_type::MerchantId>,
pub json_payload: Option<serde_json::Value>,
pub resource_id: api::PaymentIdType,
pub force_sync: bool,
pub creds_identifier: Option<String>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentsRedirectResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_4736243399096266347
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payments.rs
pub struct PaymentsRedirectResponseData {
pub payment_id: id_type::GlobalPaymentId,
pub query_params: String,
pub json_payload: Option<serde_json::Value>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentsRedirectResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_8274131164476695603
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payments.rs
pub struct PaymentRedirectCompleteAuthorize;
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentRedirectCompleteAuthorize",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-1721865468192306682
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payments.rs
pub struct PaymentRedirectSync;
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentRedirectSync",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_7281950574078651864
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payments.rs
pub struct PaymentAuthenticateCompleteAuthorize;
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentAuthenticateCompleteAuthorize",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_2815469695894278419
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/unified_connector_service.rs
pub struct ComparisonData {
pub hyperswitch_data: Secret<serde_json::Value>,
pub unified_connector_service_data: Secret<serde_json::Value>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ComparisonData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_5606610277070086974
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/api_keys.rs
pub struct HashedApiKey(String);
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "HashedApiKey",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-4777513559339347414
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/errors.rs
pub struct NestedErrorStack<'a> {
context: std::borrow::Cow<'a, str>,
attachments: Vec<std::borrow::Cow<'a, str>>,
sources: Vec<NestedErrorStack<'a>>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "NestedErrorStack",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_2062613754808122108
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/errors.rs
struct LinearErrorStack<'a> {
context: std::borrow::Cow<'a, str>,
#[serde(skip_serializing_if = "Vec::is_empty")]
attachments: Vec<std::borrow::Cow<'a, str>>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "LinearErrorStack",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_7701358765628554686
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/errors.rs
pub struct VecLinearErrorStack<'a>(Vec<LinearErrorStack<'a>>);
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "VecLinearErrorStack",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_2540504550468638442
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/customers.rs
struct VerifyIdForUpdateCustomer<'a> {
merchant_reference_id: &'a id_type::CustomerId,
merchant_account: &'a domain::MerchantAccount,
key_store: &'a domain::MerchantKeyStore,
key_manager_state: &'a KeyManagerState,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "VerifyIdForUpdateCustomer",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_2540504550468638442
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/customers.rs
struct VerifyIdForUpdateCustomer<'a> {
id: &'a id_type::GlobalCustomerId,
merchant_account: &'a domain::MerchantAccount,
key_store: &'a domain::MerchantKeyStore,
key_manager_state: &'a KeyManagerState,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "VerifyIdForUpdateCustomer",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-8467621972479018651
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/debit_routing.rs
struct ExtractedCardInfo {
co_badged_card_data: Option<api_models::payment_methods::CoBadgedCardData>,
card_type: Option<String>,
card_isin: Option<Secret<String>>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ExtractedCardInfo",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_7735026998403536898
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/routing.rs
pub struct PaymentsDslInput<'a> {
pub setup_mandate: Option<&'a mandates::MandateData>,
pub payment_attempt: &'a storage::PaymentAttempt,
pub payment_intent: &'a storage::PaymentIntent,
pub payment_method_data: Option<&'a domain::PaymentMethodData>,
pub address: &'a payment_address::PaymentAddress,
pub recurring_details: Option<&'a mandates_api::RecurringDetails>,
pub currency: storage_enums::Currency,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentsDslInput",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_8338765443374717306
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/three_ds_decision_rule.rs
pub struct Algorithm {
data: serde_json::Value,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Algorithm",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_18994781751160935
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/utils.rs
struct Object {
profile_id: Option<common_utils::id_type::ProfileId>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Object",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-8610174406562391928
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/admin.rs
pub struct ProfileWrapper {
pub profile: domain::Profile,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProfileWrapper",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-5118093639711421810
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/api_locking.rs
pub struct LockingInput {
pub unique_locking_key: String,
pub api_identifier: lock_utils::ApiIdentifier,
pub override_lock_retries: Option<u32>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "LockingInput",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_8640954160590972319
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payments/types.rs
pub struct MultipleCaptureData {
// key -> capture_id, value -> Capture
all_captures: HashMap<String, storage::Capture>,
latest_capture: storage::Capture,
pub expand_captures: Option<bool>,
_private: Private, // to restrict direct construction of MultipleCaptureData
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "MultipleCaptureData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-2068063565825607648
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payments/types.rs
struct Private {}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Private",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_8106625345435061395
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payments/types.rs
pub struct SurchargeMetadata {
surcharge_results: HashMap<SurchargeKey, SurchargeDetails>,
pub payment_attempt_id: String,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "SurchargeMetadata",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_8824047999481837472
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payments/transformers.rs
pub struct PaymentAdditionalData<'a, F>
where
F: Clone,
{
router_base_url: String,
connector_name: String,
payment_data: PaymentData<F>,
state: &'a SessionState,
customer_data: &'a Option<domain::Customer>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentAdditionalData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_507271953704152985
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payments/helpers.rs
pub struct ApplePayData {
version: masking::Secret<String>,
data: masking::Secret<String>,
signature: masking::Secret<String>,
header: ApplePayHeader,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ApplePayData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-4354560549090573818
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payments/helpers.rs
pub struct ApplePayHeader {
ephemeral_public_key: masking::Secret<String>,
public_key_hash: masking::Secret<String>,
transaction_id: masking::Secret<String>,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ApplePayHeader",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_router_-328002899892936158
|
clm
|
struct
|
// hyperswitch/crates/router/src/core/payments/helpers.rs
pub struct EncryptedData {
signature: String,
intermediate_signing_key: IntermediateSigningKey,
protocol_version: GooglePayProtocolVersion,
#[serde(with = "common_utils::custom_serde::json_string")]
signed_message: GooglePaySignedMessage,
}
|
{
"chunk": null,
"crate": "router",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "EncryptedData",
"total_crates": null,
"trait_name": null
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.