id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_hyperswitch_connectors_7388810389113969477
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs pub struct WebhookStatusObjectData { pub status: Option<WebhookEventStatus>, pub payment_method_details: Option<WebhookPaymentMethodDetails>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "WebhookStatusObjectData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1929803885521483606
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs pub struct WebhookPaymentMethodDetails { #[serde(rename = "type")] pub payment_method: WebhookPaymentMethodType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "WebhookPaymentMethodDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2595085485496949262
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs pub struct WebhookEventObjectData { pub id: String, pub object: WebhookEventObjectType, pub amount: Option<MinorUnit>, #[serde(default, deserialize_with = "convert_uppercase")] pub currency: enums::Currency, pub payment_intent: Option<String>, pub client_secret: Option<Secret<String>>, pub reason: Option<String>, #[serde(with = "common_utils::custom_serde::timestamp")] pub created: PrimitiveDateTime, pub evidence_details: Option<EvidenceDetails>, pub status: Option<WebhookEventStatus>, pub metadata: Option<StripeMetadata>, pub last_payment_error: Option<ErrorDetails>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "WebhookEventObjectData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5773833883396877642
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs pub struct EvidenceDetails { #[serde(with = "common_utils::custom_serde::timestamp")] pub due_by: PrimitiveDateTime, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "EvidenceDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8418357214959214654
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs pub struct StripeGpayToken { pub id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "StripeGpayToken", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1098994823266839897
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs pub struct StripeFileRequest { pub purpose: &'static str, #[serde(skip)] pub file: Vec<u8>, #[serde(skip)] pub file_key: String, #[serde(skip)] pub file_type: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "StripeFileRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5088222015791006138
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs pub struct FileUploadResponse { #[serde(rename = "id")] pub file_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "FileUploadResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6203981116269496424
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs pub struct Evidence { #[serde(rename = "evidence[access_activity_log]")] pub access_activity_log: Option<String>, #[serde(rename = "evidence[billing_address]")] pub billing_address: Option<Secret<String>>, #[serde(rename = "evidence[cancellation_policy]")] pub cancellation_policy: Option<String>, #[serde(rename = "evidence[cancellation_policy_disclosure]")] pub cancellation_policy_disclosure: Option<String>, #[serde(rename = "evidence[cancellation_rebuttal]")] pub cancellation_rebuttal: Option<String>, #[serde(rename = "evidence[customer_communication]")] pub customer_communication: Option<String>, #[serde(rename = "evidence[customer_email_address]")] pub customer_email_address: Option<Secret<String, pii::EmailStrategy>>, #[serde(rename = "evidence[customer_name]")] pub customer_name: Option<Secret<String>>, #[serde(rename = "evidence[customer_purchase_ip]")] pub customer_purchase_ip: Option<Secret<String, pii::IpAddress>>, #[serde(rename = "evidence[customer_signature]")] pub customer_signature: Option<Secret<String>>, #[serde(rename = "evidence[product_description]")] pub product_description: Option<String>, #[serde(rename = "evidence[receipt]")] pub receipt: Option<Secret<String>>, #[serde(rename = "evidence[refund_policy]")] pub refund_policy: Option<String>, #[serde(rename = "evidence[refund_policy_disclosure]")] pub refund_policy_disclosure: Option<String>, #[serde(rename = "evidence[refund_refusal_explanation]")] pub refund_refusal_explanation: Option<String>, #[serde(rename = "evidence[service_date]")] pub service_date: Option<String>, #[serde(rename = "evidence[service_documentation]")] pub service_documentation: Option<String>, #[serde(rename = "evidence[shipping_address]")] pub shipping_address: Option<Secret<String>>, #[serde(rename = "evidence[shipping_carrier]")] pub shipping_carrier: Option<String>, #[serde(rename = "evidence[shipping_date]")] pub shipping_date: Option<String>, #[serde(rename = "evidence[shipping_documentation]")] pub shipping_documentation: Option<Secret<String>>, #[serde(rename = "evidence[shipping_tracking_number]")] pub shipping_tracking_number: Option<Secret<String>>, #[serde(rename = "evidence[uncategorized_file]")] pub uncategorized_file: Option<String>, #[serde(rename = "evidence[uncategorized_text]")] pub uncategorized_text: Option<String>, pub submit: bool, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Evidence", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2959852677152673001
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs pub struct DisputeObj { #[serde(rename = "id")] pub dispute_id: String, pub status: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "DisputeObj", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6035747836446585814
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct StripeConnectErrorResponse { pub error: ErrorDetails, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "StripeConnectErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2252088701489895841
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct StripeConnectPayoutCreateRequest { amount: i64, currency: Currency, destination: String, transfer_group: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "StripeConnectPayoutCreateRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6270480857793185316
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct StripeConnectPayoutCreateResponse { id: String, description: Option<String>, source_transaction: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "StripeConnectPayoutCreateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8458852273387494580
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct TransferReversals { object: String, has_more: bool, total_count: i32, url: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "TransferReversals", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-928035807057421579
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct StripeConnectPayoutFulfillRequest { amount: i64, currency: Currency, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "StripeConnectPayoutFulfillRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2702669740972888182
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct StripeConnectPayoutFulfillResponse { id: String, currency: String, description: Option<String>, failure_balance_transaction: Option<String>, failure_code: Option<String>, failure_message: Option<String>, original_payout: Option<String>, reversed_by: Option<String>, statement_descriptor: Option<String>, status: StripeConnectPayoutStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "StripeConnectPayoutFulfillResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7558814727568447473
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct StripeConnectReversalRequest { amount: i64, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "StripeConnectReversalRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1655284199544757112
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct StripeConnectReversalResponse { id: String, source_refund: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "StripeConnectReversalResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5018270286450846060
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct StripeConnectRecipientCreateRequest { #[serde(rename = "type")] account_type: String, country: Option<enums::CountryAlpha2>, email: Option<Email>, #[serde(rename = "capabilities[card_payments][requested]")] capabilities_card_payments: Option<bool>, #[serde(rename = "capabilities[transfers][requested]")] capabilities_transfers: Option<bool>, #[serde(rename = "tos_acceptance[date]")] tos_acceptance_date: Option<i64>, #[serde(rename = "tos_acceptance[ip]")] tos_acceptance_ip: Option<Secret<String>>, business_type: String, #[serde(rename = "business_profile[mcc]")] business_profile_mcc: Option<i32>, #[serde(rename = "business_profile[url]")] business_profile_url: Option<String>, #[serde(rename = "business_profile[name]")] business_profile_name: Option<Secret<String>>, #[serde(rename = "company[name]")] company_name: Option<Secret<String>>, #[serde(rename = "company[address][line1]")] company_address_line1: Option<Secret<String>>, #[serde(rename = "company[address][line2]")] company_address_line2: Option<Secret<String>>, #[serde(rename = "company[address][postal_code]")] company_address_postal_code: Option<Secret<String>>, #[serde(rename = "company[address][city]")] company_address_city: Option<Secret<String>>, #[serde(rename = "company[address][state]")] company_address_state: Option<Secret<String>>, #[serde(rename = "company[phone]")] company_phone: Option<Secret<String>>, #[serde(rename = "company[tax_id]")] company_tax_id: Option<Secret<String>>, #[serde(rename = "company[owners_provided]")] company_owners_provided: Option<bool>, #[serde(rename = "individual[first_name]")] individual_first_name: Option<Secret<String>>, #[serde(rename = "individual[last_name]")] individual_last_name: Option<Secret<String>>, #[serde(rename = "individual[dob][day]")] individual_dob_day: Option<Secret<String>>, #[serde(rename = "individual[dob][month]")] individual_dob_month: Option<Secret<String>>, #[serde(rename = "individual[dob][year]")] individual_dob_year: Option<Secret<String>>, #[serde(rename = "individual[address][line1]")] individual_address_line1: Option<Secret<String>>, #[serde(rename = "individual[address][line2]")] individual_address_line2: Option<Secret<String>>, #[serde(rename = "individual[address][postal_code]")] individual_address_postal_code: Option<Secret<String>>, #[serde(rename = "individual[address][city]")] individual_address_city: Option<String>, #[serde(rename = "individual[address][state]")] individual_address_state: Option<Secret<String>>, #[serde(rename = "individual[email]")] individual_email: Option<Email>, #[serde(rename = "individual[phone]")] individual_phone: Option<Secret<String>>, #[serde(rename = "individual[id_number]")] individual_id_number: Option<Secret<String>>, #[serde(rename = "individual[ssn_last_4]")] individual_ssn_last_4: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "StripeConnectRecipientCreateRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4242334320381320110
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct StripeConnectRecipientCreateResponse { id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "StripeConnectRecipientCreateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-908926353123466630
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct RecipientTokenRequest { external_account: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "RecipientTokenRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2627321836190794196
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct RecipientCardAccountRequest { #[serde(rename = "external_account[object]")] external_account_object: String, #[serde(rename = "external_account[number]")] external_account_number: Secret<String>, #[serde(rename = "external_account[exp_month]")] external_account_exp_month: Secret<String>, #[serde(rename = "external_account[exp_year]")] external_account_exp_year: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "RecipientCardAccountRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5435929355618700662
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct RecipientBankAccountRequest { #[serde(rename = "external_account[object]")] external_account_object: String, #[serde(rename = "external_account[country]")] external_account_country: enums::CountryAlpha2, #[serde(rename = "external_account[currency]")] external_account_currency: Currency, #[serde(rename = "external_account[account_holder_name]")] external_account_account_holder_name: Secret<String>, #[serde(rename = "external_account[account_number]")] external_account_account_number: Secret<String>, #[serde(rename = "external_account[account_holder_type]")] external_account_account_holder_type: String, #[serde(rename = "external_account[routing_number]")] external_account_routing_number: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "RecipientBankAccountRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5304353350342191819
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs pub struct StripeConnectRecipientAccountCreateResponse { id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "StripeConnectRecipientAccountCreateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4029409171031754103
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct BamboraapacMeta { pub authorize_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "BamboraapacMeta", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-452296739631106392
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct BamboraapacPaymentsResponse { body: BodyResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "BamboraapacPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3958101089166357201
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct BodyResponse { submit_single_payment_response: SubmitSinglePaymentResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "BodyResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6239896648214352696
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct SubmitSinglePaymentResponse { submit_single_payment_result: SubmitSinglePaymentResult, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "SubmitSinglePaymentResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8653908341648357274
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct SubmitSinglePaymentResult { response: PaymentResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "SubmitSinglePaymentResult", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6765845607795830228
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct PaymentResponse { response_code: u8, receipt: String, credit_card_token: Option<String>, declined_code: Option<String>, declined_message: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "PaymentResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1856954665789662048
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct BamboraapacMandateResponse { body: MandateBodyResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "BamboraapacMandateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2627231494169778725
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct MandateBodyResponse { tokenise_credit_card_response: TokeniseCreditCardResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "MandateBodyResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4360812825673438357
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct TokeniseCreditCardResponse { tokenise_credit_card_result: TokeniseCreditCardResult, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "TokeniseCreditCardResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8356537525488304124
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct TokeniseCreditCardResult { tokenise_credit_card_response: MandateResponseBody, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "TokeniseCreditCardResult", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4278993851754954663
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct MandateResponseBody { return_value: u8, token: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "MandateResponseBody", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1737209936850562490
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct BamboraapacCaptureResponse { body: CaptureBodyResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "BamboraapacCaptureResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3765439862564088759
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct CaptureBodyResponse { submit_single_capture_response: SubmitSingleCaptureResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "CaptureBodyResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2928792383818580355
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct SubmitSingleCaptureResponse { submit_single_capture_result: SubmitSingleCaptureResult, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "SubmitSingleCaptureResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7884844631067916708
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct SubmitSingleCaptureResult { response: CaptureResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "SubmitSingleCaptureResult", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2955147661778635157
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct CaptureResponse { response_code: u8, receipt: String, declined_code: Option<String>, declined_message: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "CaptureResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8128532911520227379
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct BamboraapacRefundsResponse { body: RefundBodyResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "BamboraapacRefundsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3493906514509512646
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct RefundBodyResponse { submit_single_refund_response: SubmitSingleRefundResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "RefundBodyResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-89857414818985565
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct SubmitSingleRefundResponse { submit_single_refund_result: SubmitSingleRefundResult, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "SubmitSingleRefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-157389728788713146
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct SubmitSingleRefundResult { response: RefundResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "SubmitSingleRefundResult", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct RefundResponse { response_code: u8, receipt: String, declined_code: Option<String>, declined_message: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "RefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3377534217345681846
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct BamboraapacSyncResponse { body: SyncBodyResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "BamboraapacSyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-438792436933759715
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct SyncBodyResponse { query_transaction_response: QueryTransactionResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "SyncBodyResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6104918753374100419
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct QueryTransactionResponse { query_transaction_result: QueryTransactionResult, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "QueryTransactionResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2601922307545398575
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct QueryTransactionResult { query_response: QueryResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "QueryTransactionResult", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7147862082022615997
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct QueryResponse { response: SyncResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "QueryResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6436082635540011239
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct SyncResponse { response_code: u8, receipt: String, declined_code: Option<String>, declined_message: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "SyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7315067344433233665
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs pub struct BamboraapacErrorResponse { pub declined_code: Option<String>, pub declined_message: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "BamboraapacErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7487252310255984358
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/checkbook/transformers.rs pub struct CheckbookPaymentsRequest { name: Secret<String>, recipient: pii::Email, amount: FloatMajorUnit, description: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "CheckbookPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5449609503945685205
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/checkbook/transformers.rs pub struct CheckbookPaymentsResponse { pub status: CheckbookPaymentStatus, pub id: String, pub amount: Option<FloatMajorUnit>, pub description: Option<String>, pub name: Option<String>, pub recipient: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "CheckbookPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5159688814254808592
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/checkbook/transformers.rs pub struct CheckbookErrorResponse { pub status_code: u16, pub code: String, pub message: String, pub reason: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "CheckbookErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-540702331023546834
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct AmazonpayFinalizeRequest { charge_amount: ChargeAmount, shipping_address: AddressDetails, payment_intent: PaymentIntent, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "AmazonpayFinalizeRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_43977131017309622
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct ChargeAmount { amount: StringMajorUnit, currency_code: common_enums::Currency, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "ChargeAmount", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6036092050537433131
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct AddressDetails { name: Secret<String>, address_line_1: Secret<String>, address_line_2: Option<Secret<String>>, address_line_3: Option<Secret<String>>, city: String, state_or_region: Secret<String>, postal_code: Secret<String>, country_code: Option<common_enums::CountryAlpha2>, phone_number: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "AddressDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3660222128016528990
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct AmazonpayFinalizeResponse { checkout_session_id: String, web_checkout_details: WebCheckoutDetails, product_type: Option<String>, payment_details: Option<PaymentDetails>, cart_details: CartDetails, charge_permission_type: String, order_type: Option<String>, recurring_metadata: Option<RecurringMetadata>, payment_method_on_file_metadata: Option<String>, processor_specifications: Option<String>, merchant_details: Option<String>, merchant_metadata: Option<MerchantMetadata>, supplementary_data: Option<String>, buyer: Option<BuyerDetails>, billing_address: Option<AddressDetails>, payment_preferences: Option<String>, status_details: FinalizeStatusDetails, shipping_address: Option<AddressDetails>, platform_id: Option<String>, charge_permission_id: String, charge_id: String, constraints: Option<String>, creation_timestamp: String, expiration_timestamp: Option<String>, store_id: Option<String>, provider_metadata: Option<ProviderMetadata>, release_environment: Option<ReleaseEnvironment>, checkout_button_text: Option<String>, delivery_specifications: Option<DeliverySpecifications>, tokens: Option<String>, disbursement_details: Option<String>, channel_type: Option<String>, payment_processing_meta_data: PaymentProcessingMetaData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "AmazonpayFinalizeResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1880620457586149102
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct WebCheckoutDetails { checkout_review_return_url: Option<String>, checkout_result_return_url: Option<String>, amazon_pay_redirect_url: Option<String>, authorize_result_return_url: Option<String>, sign_in_return_url: Option<String>, sign_in_cancel_url: Option<String>, checkout_error_url: Option<String>, sign_in_error_url: Option<String>, amazon_pay_decline_url: Option<String>, checkout_cancel_url: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "WebCheckoutDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5359658461685616047
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct PaymentDetails { payment_intent: String, can_handle_pending_authorization: bool, charge_amount: ChargeAmount, total_order_amount: ChargeAmount, presentment_currency: String, soft_descriptor: String, allow_overcharge: bool, extend_expiration: bool, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4643525259831320037
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct CartDetails { line_items: Vec<String>, delivery_options: Vec<DeliveryOptions>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "CartDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1996824149857784804
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct DeliveryOptions { id: String, price: ChargeAmount, shipping_method: ShippingMethod, is_default: bool, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "DeliveryOptions", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4096715467223952446
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct ShippingMethod { shipping_method_name: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "ShippingMethod", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8765884600604881503
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct RecurringMetadata { frequency: Frequency, amount: ChargeAmount, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "RecurringMetadata", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7529865565965405183
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct Frequency { unit: String, value: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "Frequency", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4167247019593708413
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct BuyerDetails { buyer_id: Secret<String>, name: Secret<String>, email: pii::Email, phone_number: Secret<String>, prime_membership_types: Vec<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "BuyerDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2380762099517311536
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct FinalizeStatusDetails { state: FinalizeState, reason_code: Option<String>, reason_description: Option<String>, last_updated_timestamp: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "FinalizeStatusDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4603622269309133628
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct DeliverySpecifications { special_restrictions: Vec<String>, address_restrictions: AddressRestrictions, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "DeliverySpecifications", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8151342136702561073
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct AddressRestrictions { r#type: String, restrictions: HashMap<String, Restriction>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "AddressRestrictions", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8118187657318020959
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct Restriction { pub states_or_regions: Vec<Secret<String>>, pub zip_codes: Vec<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "Restriction", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5540037372822590100
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct PaymentProcessingMetaData { payment_processing_model: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "PaymentProcessingMetaData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6208792946432358520
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct AmazonpayPaymentsResponse { charge_id: String, charge_amount: ChargeAmount, charge_permission_id: String, capture_amount: Option<ChargeAmount>, refunded_amount: Option<ChargeAmount>, soft_descriptor: Option<String>, provider_metadata: Option<ProviderMetadata>, converted_amount: Option<ChargeAmount>, conversion_rate: Option<f64>, channel: Option<String>, charge_initiator: Option<String>, status_details: PaymentsStatusDetails, creation_timestamp: String, expiration_timestamp: String, release_environment: Option<ReleaseEnvironment>, merchant_metadata: Option<MerchantMetadata>, platform_id: Option<String>, web_checkout_details: Option<WebCheckoutDetails>, disbursement_details: Option<String>, payment_method: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "AmazonpayPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2244084149721361360
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct ProviderMetadata { provider_reference_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "ProviderMetadata", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4588578787137242768
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct PaymentsStatusDetails { state: AmazonpayPaymentStatus, reason_code: Option<String>, reason_description: Option<String>, last_updated_timestamp: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "PaymentsStatusDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1529546128671514879
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct MerchantMetadata { merchant_reference_id: Option<String>, merchant_store_name: Option<String>, note_to_buyer: Option<String>, custom_information: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "MerchantMetadata", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6279790458832397184
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct AmazonpayRefundRequest { pub refund_amount: ChargeAmount, pub charge_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "AmazonpayRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct RefundResponse { refund_id: String, charge_id: String, creation_timestamp: String, refund_amount: ChargeAmount, status_details: RefundStatusDetails, soft_descriptor: String, release_environment: ReleaseEnvironment, disbursement_details: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "RefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_885169573227513641
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct RefundStatusDetails { state: RefundStatus, reason_code: Option<String>, reason_description: Option<String>, last_updated_timestamp: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "RefundStatusDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1964089585985843378
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs pub struct AmazonpayErrorResponse { pub reason_code: String, pub message: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "AmazonpayErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_smithy_1543196504744203837
clm
struct
// hyperswitch/crates/smithy/src/lib.rs struct SmithyFieldAttributes { value_type: Option<String>, constraints: Vec<SmithyConstraint>, }
{ "chunk": null, "crate": "smithy", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "SmithyFieldAttributes", "total_crates": null, "trait_name": null }
hyperswitch_struct_smithy_6693546696760639123
clm
struct
// hyperswitch/crates/smithy/src/lib.rs struct SerdeAttributes { flatten: bool, }
{ "chunk": null, "crate": "smithy", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "SerdeAttributes", "total_crates": null, "trait_name": null }
hyperswitch_struct_smithy_8835644921636382498
clm
struct
// hyperswitch/crates/smithy/src/lib.rs struct SerdeEnumAttributes { rename_all: Option<String>, }
{ "chunk": null, "crate": "smithy", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "SerdeEnumAttributes", "total_crates": null, "trait_name": null }
hyperswitch_struct_common_enums_7434279527590331591
clm
struct
// hyperswitch/crates/common_enums/src/transformers.rs pub struct NumericCountryCodeParseError;
{ "chunk": null, "crate": "common_enums", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "NumericCountryCodeParseError", "total_crates": null, "trait_name": null }
hyperswitch_struct_common_enums_-3996029059958606987
clm
struct
// hyperswitch/crates/common_enums/src/transformers.rs struct Alpha2Request { #[serde(with = "custom_serde::alpha2_country_code")] pub country: Country, }
{ "chunk": null, "crate": "common_enums", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "Alpha2Request", "total_crates": null, "trait_name": null }
hyperswitch_struct_common_enums_620677701061109261
clm
struct
// hyperswitch/crates/common_enums/src/transformers.rs struct Alpha3Request { #[serde(with = "custom_serde::alpha3_country_code")] pub country: Country, }
{ "chunk": null, "crate": "common_enums", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "Alpha3Request", "total_crates": null, "trait_name": null }
hyperswitch_struct_common_enums_8888071992416541882
clm
struct
// hyperswitch/crates/common_enums/src/transformers.rs struct NumericRequest { #[serde(with = "custom_serde::numeric_country_code")] pub country: Country, }
{ "chunk": null, "crate": "common_enums", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "NumericRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_common_enums_7334184295935642464
clm
struct
// hyperswitch/crates/common_enums/src/transformers.rs struct HyperswitchRequestAlpha2 { #[serde(with = "custom_serde::alpha2_country_code")] pub country: Country, }
{ "chunk": null, "crate": "common_enums", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "HyperswitchRequestAlpha2", "total_crates": null, "trait_name": null }
hyperswitch_struct_common_enums_-4620810592374042464
clm
struct
// hyperswitch/crates/common_enums/src/transformers.rs struct HyperswitchRequestAlpha3 { #[serde(with = "custom_serde::alpha3_country_code")] pub country: Country, }
{ "chunk": null, "crate": "common_enums", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "HyperswitchRequestAlpha3", "total_crates": null, "trait_name": null }
hyperswitch_struct_common_enums_-6501364077223928648
clm
struct
// hyperswitch/crates/common_enums/src/transformers.rs struct HyperswitchRequestNumeric { #[serde(with = "custom_serde::numeric_country_code")] pub country: Country, }
{ "chunk": null, "crate": "common_enums", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "HyperswitchRequestNumeric", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_constraint_graph_-5920013737627194584
clm
struct
// hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs pub struct NodeId(usize);
{ "chunk": null, "crate": "hyperswitch_constraint_graph", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "NodeId", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_constraint_graph_2639383745288817967
clm
struct
// hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs pub struct Node<V: ValueNode> { pub node_type: NodeType<V>, pub preds: Vec<EdgeId>, pub succs: Vec<EdgeId>, }
{ "chunk": null, "crate": "hyperswitch_constraint_graph", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "Node", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_constraint_graph_259293192593775648
clm
struct
// hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs pub struct EdgeId(usize);
{ "chunk": null, "crate": "hyperswitch_constraint_graph", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "EdgeId", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_constraint_graph_4233960807215449289
clm
struct
// hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs pub struct Edge { pub strength: Strength, pub relation: Relation, pub pred: NodeId, pub succ: NodeId, pub domain: Option<DomainId>, }
{ "chunk": null, "crate": "hyperswitch_constraint_graph", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "Edge", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_constraint_graph_-7062833531382956865
clm
struct
// hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs pub struct DomainId(usize);
{ "chunk": null, "crate": "hyperswitch_constraint_graph", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "DomainId", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_constraint_graph_-869611720159891971
clm
struct
// hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs pub struct DomainIdentifier(String);
{ "chunk": null, "crate": "hyperswitch_constraint_graph", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "DomainIdentifier", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_constraint_graph_-1666736648706815460
clm
struct
// hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs pub struct DomainInfo { pub domain_identifier: DomainIdentifier, pub domain_description: String, }
{ "chunk": null, "crate": "hyperswitch_constraint_graph", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "DomainInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_constraint_graph_1635930503245245789
clm
struct
// hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs pub struct Memoization<V: ValueNode>( #[allow(clippy::type_complexity)] FxHashMap<(NodeId, Relation, Strength), Result<(), Arc<AnalysisTrace<V>>>>, );
{ "chunk": null, "crate": "hyperswitch_constraint_graph", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "Memoization", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_constraint_graph_-8133197989214680933
clm
struct
// hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs pub struct CycleCheck(FxHashMap<NodeId, (Strength, RelationResolution)>);
{ "chunk": null, "crate": "hyperswitch_constraint_graph", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "CycleCheck", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_constraint_graph_56274582258900806
clm
struct
// hyperswitch/crates/hyperswitch_constraint_graph/src/graph.rs struct CheckNodeContext<'a, V: ValueNode, C: CheckingContext<Value = V>> { ctx: &'a C, node: &'a Node<V>, node_id: NodeId, relation: Relation, strength: Strength, memo: &'a mut Memoization<V>, cycle_map: &'a mut CycleCheck, domains: Option<&'a [DomainId]>, }
{ "chunk": null, "crate": "hyperswitch_constraint_graph", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "CheckNodeContext", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_constraint_graph_-8593392883893236748
clm
struct
// hyperswitch/crates/hyperswitch_constraint_graph/src/graph.rs pub struct ConstraintGraph<V: ValueNode> { pub domain: DenseMap<DomainId, DomainInfo>, pub domain_identifier_map: FxHashMap<DomainIdentifier, DomainId>, pub nodes: DenseMap<NodeId, Node<V>>, pub edges: DenseMap<EdgeId, Edge>, pub value_map: FxHashMap<NodeValue<V>, NodeId>, pub node_info: DenseMap<NodeId, Option<&'static str>>, pub node_metadata: DenseMap<NodeId, Option<Arc<dyn Metadata>>>, }
{ "chunk": null, "crate": "hyperswitch_constraint_graph", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "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": "ConstraintGraph", "total_crates": null, "trait_name": null }