id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_hyperswitch_connectors_-6793676844153396972
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct VantivDisputeErrorResponse { #[serde(rename = "@xmlns")] pub xmlns: String, pub errors: Vec<VantivDisputeErrors>, }
{ "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": "VantivDisputeErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3057427500682767869
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct VantivDisputeErrors { pub error: 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": "VantivDisputeErrors", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6684004973657521891
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct CnpOnlineResponse { #[serde(rename = "@version")] pub version: String, #[serde(rename = "@response")] pub response_code: String, #[serde(rename = "@message")] pub message: String, pub authorization_response: Option<PaymentResponse>, pub sale_response: Option<PaymentResponse>, pub capture_response: Option<CaptureResponse>, pub auth_reversal_response: Option<AuthReversalResponse>, pub void_response: Option<VoidResponse>, pub credit_response: Option<CreditResponse>, }
{ "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": "CnpOnlineResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8449613219714378393
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct VantivSyncResponse { pub payment_id: u64, pub request_uuid: String, pub payment_status: PaymentStatus, pub payment_detail: Option<PaymentDetail>, }
{ "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": "VantivSyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_37816410184057534
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct PaymentDetail { pub payment_id: Option<u64>, pub batch_id: Option<u64>, pub session_id: Option<u64>, pub response_reason_code: Option<String>, pub response_reason_message: Option<String>, pub reject_type: Option<String>, pub dupe_txn_id: Option<u64>, pub amount: Option<StringMajorUnit>, pub purchase_currency: Option<String>, pub post_day: Option<String>, pub reported_timestamp: Option<String>, pub payment_type: Option<String>, pub merchant_order_number: Option<String>, pub merchant_txn_id: Option<String>, pub parent_id: Option<u64>, pub reporting_group: 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": "PaymentDetail", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2955147661778635157
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct CaptureResponse { #[serde(rename = "@id")] pub id: String, #[serde(rename = "@reportGroup")] pub report_group: String, #[serde(rename = "@customerId", skip_serializing_if = "Option::is_none")] pub customer_id: Option<String>, #[serde(rename = "cnpTxnId")] pub cnp_txn_id: String, pub response: WorldpayvantivResponseCode, pub response_time: String, pub message: String, pub location: 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_236054547765087967
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct FraudResult { pub avs_result: Option<String>, pub card_validation_result: Option<String>, pub authentication_result: Option<String>, pub advanced_a_v_s_result: Option<String>, pub advanced_fraud_results: Option<AdvancedFraudResults>, }
{ "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": "FraudResult", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6113517862541372125
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct AdvancedFraudResults { pub device_review_status: Option<String>, pub device_reputation_score: Option<String>, pub triggered_rule: Option<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": "AdvancedFraudResults", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6765845607795830228
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct PaymentResponse { #[serde(rename = "@id")] pub id: String, #[serde(rename = "@reportGroup")] pub report_group: String, #[serde(rename = "@customerId", skip_serializing_if = "Option::is_none")] pub customer_id: Option<String>, pub cnp_txn_id: String, pub order_id: String, pub response: WorldpayvantivResponseCode, pub message: String, pub response_time: String, pub auth_code: Option<Secret<String>>, pub fraud_result: Option<FraudResult>, pub token_response: Option<TokenResponse>, pub network_transaction_id: Option<Secret<String>>, pub approved_amount: Option<MinorUnit>, pub enhanced_auth_response: Option<EnhancedAuthResponse>, }
{ "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_-74509805257970306
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct EnhancedAuthResponse { pub network_response: Option<NetworkResponse>, }
{ "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": "EnhancedAuthResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4384570680628690576
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct NetworkResponse { pub endpoint: Option<String>, #[serde(default)] #[serde(rename = "networkField")] pub network_fields: Vec<NetworkField>, }
{ "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": "NetworkResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8630008941923523569
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct NetworkField { #[serde(rename = "@fieldNumber")] pub field_number: String, #[serde(rename = "@fieldName", skip_serializing_if = "Option::is_none")] pub field_name: Option<String>, #[serde(skip_serializing_if = "Option::is_none")] pub field_value: Option<String>, #[serde(default)] #[serde(rename = "networkSubField")] pub network_sub_fields: Vec<NetworkSubField>, }
{ "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": "NetworkField", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5482403147993481121
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct NetworkSubField { #[serde(rename = "@fieldNumber")] pub field_number: String, pub field_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": "NetworkSubField", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6395770689371055844
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct TokenResponse { pub cnp_token: Secret<String>, pub token_response_code: String, pub token_message: String, #[serde(rename = "type")] pub card_type: Option<String>, pub bin: 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": "TokenResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5173252353555610212
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct AuthReversalResponse { #[serde(rename = "@id")] pub id: String, #[serde(rename = "@reportGroup")] pub report_group: String, #[serde(rename = "@customerId", skip_serializing_if = "Option::is_none")] pub customer_id: Option<String>, pub cnp_txn_id: String, pub response: WorldpayvantivResponseCode, pub response_time: String, pub post_date: Option<String>, pub message: String, pub location: 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": "AuthReversalResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1686775649836607376
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct VoidResponse { #[serde(rename = "@id")] pub id: String, #[serde(rename = "@reportGroup")] pub report_group: String, pub cnp_txn_id: String, pub response: WorldpayvantivResponseCode, pub response_time: String, pub post_date: Option<String>, pub message: String, pub location: 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": "VoidResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1959046559049214839
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct CreditResponse { #[serde(rename = "@id")] pub id: String, #[serde(rename = "@reportGroup")] pub report_group: String, #[serde(rename = "@customerId", skip_serializing_if = "Option::is_none")] pub customer_id: Option<String>, pub cnp_txn_id: String, pub response: WorldpayvantivResponseCode, pub response_time: String, pub message: String, pub location: 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": "CreditResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-952254332879885176
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct ChargebackRetrievalResponse { #[serde(rename = "@xmlns")] pub xmlns: String, pub transaction_id: String, pub chargeback_case: Option<Vec<ChargebackCase>>, }
{ "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": "ChargebackRetrievalResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2943348266605964980
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct ChargebackCase { pub case_id: String, pub merchant_id: String, pub day_issued_by_bank: Option<String>, pub date_received_by_vantiv_cnp: Option<String>, pub vantiv_cnp_txn_id: String, pub cycle: String, pub order_id: String, pub card_number_last4: Option<String>, pub card_type: Option<String>, pub chargeback_amount: MinorUnit, pub chargeback_currency_type: common_enums::enums::Currency, pub original_txn_day: Option<String>, pub chargeback_type: Option<String>, pub reason_code: Option<String>, pub reason_code_description: Option<String>, pub current_queue: Option<String>, pub acquirer_reference_number: Option<String>, pub chargeback_reference_number: Option<String>, pub bin: Option<String>, pub payment_amount: Option<MinorUnit>, pub reply_by_day: Option<String>, pub pre_arbitration_amount: Option<MinorUnit>, pub pre_arbitration_currency_type: Option<common_enums::enums::Currency>, pub activity: Vec<Activity>, }
{ "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": "ChargebackCase", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8136333201157049701
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct Activity { pub activity_date: Option<String>, pub activity_type: Option<String>, pub from_queue: Option<String>, pub to_queue: Option<String>, pub notes: 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": "Activity", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7470184617472061671
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct ChargebackUpdateRequest { #[serde(rename = "@xmlns")] xmlns: String, activity_type: ActivityType, }
{ "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": "ChargebackUpdateRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5134268208467919077
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs pub struct ChargebackDocumentUploadResponse { #[serde(rename = "@xmlns")] pub xmlns: String, pub merchant_id: String, pub case_id: String, pub document_id: Option<String>, pub response_code: WorldpayvantivFileUploadResponseCode, pub response_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": "ChargebackDocumentUploadResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1668830511824092246
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs pub struct OpayoRouterData<T> { pub amount: MinorUnit, pub router_data: T, }
{ "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": "OpayoRouterData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3802578233698244074
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs pub struct OpayoPaymentsRequest { amount: MinorUnit, card: OpayoCard, }
{ "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": "OpayoPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6600711213705307818
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs pub struct OpayoCard { name: Secret<String>, number: cards::CardNumber, expiry_month: Secret<String>, expiry_year: Secret<String>, cvc: Secret<String>, complete: 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": "OpayoCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-326369943447495541
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs pub struct OpayoPaymentsResponse { status: OpayoPaymentStatus, id: String, transaction_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": "OpayoPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1676070319116377604
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs pub struct OpayoRefundRequest { pub amount: MinorUnit, }
{ "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": "OpayoRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs pub struct RefundResponse { id: String, status: RefundStatus, }
{ "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_-167749842304318463
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs pub struct OpayoErrorResponse { 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": "OpayoErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_514213839359309323
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/transformers.rs pub struct GpaymentsMetaData { pub endpoint_prefix: String, pub merchant_id: common_utils::id_type::MerchantId, }
{ "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": "GpaymentsMetaData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5515986144197610059
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs pub struct GpaymentsConnectorMetaData { pub authentication_url: String, pub three_ds_requestor_trans_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": "GpaymentsConnectorMetaData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3727873811865587299
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs pub struct GpaymentsPreAuthVersionCallRequest { pub acct_number: CardNumber, pub merchant_id: common_utils::id_type::MerchantId, }
{ "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": "GpaymentsPreAuthVersionCallRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4669249543853374919
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs pub struct GpaymentsPreAuthVersionCallResponse { pub enrolment_status: EnrollmentStatus, pub supported_message_versions: Option<Vec<types::SemanticVersion>>, }
{ "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": "GpaymentsPreAuthVersionCallResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2133746978019432182
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs pub struct TDS2ApiError { pub error_code: String, pub error_component: Option<String>, pub error_description: String, pub error_detail: Option<String>, pub error_message_type: Option<String>, /// Always returns 'Error' to indicate that this message is an error. /// /// Example: "Error" pub message_type: String, pub message_version: Option<String>, #[serde(rename = "sdkTransID")] pub sdk_trans_id: Option<String>, #[serde(rename = "threeDSServerTransID")] pub three_ds_server_trans_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": "TDS2ApiError", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1911565063501825496
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs pub struct GpaymentsPreAuthenticationRequest { pub acct_number: CardNumber, pub card_scheme: Option<CardScheme>, pub challenge_window_size: Option<ChallengeWindowSize>, /// URL where the 3DS requestor receives events during authentication. /// ActiveServer calls this URL through the iframe to notify events occurring during authentication. /// /// Example: "https://example.requestor.com/3ds-notify" /// Length: Maximum 2000 characters pub event_callback_url: String, /// Merchant identifier assigned by the acquirer. /// This may be the same value used in authorization requests sent on behalf of the 3DS Requestor. /// /// Example: "1234567890123456789012345678901234" /// Length: Maximum 35 characters pub merchant_id: common_utils::id_type::MerchantId, /// Optional boolean. If set to true, ActiveServer will not collect the browser information automatically. /// The requestor must have a backend implementation to collect browser information. pub skip_auto_browser_info_collect: Option<bool>, /// Universal unique transaction identifier assigned by the 3DS Requestor to identify a single transaction. /// /// Example: "6afa6072-9412-446b-9673-2f98b3ee98a2" /// Length: 36 characters #[serde(rename = "threeDSRequestorTransID")] pub three_ds_requestor_trans_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": "GpaymentsPreAuthenticationRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8636178534757637545
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs pub struct GpaymentsPreAuthenticationResponse { pub auth_url: String, pub mon_url: Option<String>, pub resolved_card_scheme: Option<CardScheme>, #[serde(rename = "threeDSMethodAvailable")] pub three_ds_method_available: Option<bool>, #[serde(rename = "threeDSMethodUrl")] pub three_ds_method_url: Option<String>, #[serde(rename = "threeDSServerCallbackUrl")] pub three_ds_server_callback_url: Option<String>, #[serde(rename = "threeDSServerTransID")] pub three_ds_server_trans_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": "GpaymentsPreAuthenticationResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3160400768850606874
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs pub struct GpaymentsAuthenticationRequest { pub acct_number: CardNumber, pub authentication_ind: String, pub browser_info_collected: BrowserInfoCollected, pub card_expiry_date: String, #[serde(rename = "notificationURL")] pub notification_url: String, pub merchant_id: common_utils::id_type::MerchantId, #[serde(rename = "threeDSCompInd")] pub three_ds_comp_ind: ThreeDsCompletionIndicator, pub message_category: String, pub purchase_amount: String, pub purchase_date: String, #[serde(rename = "threeDSServerTransID")] pub three_ds_server_trans_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": "GpaymentsAuthenticationRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8967591711174899629
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs pub struct BrowserInfoCollected { pub browser_accept_header: Option<String>, pub browser_color_depth: Option<String>, #[serde(rename = "browserIP")] pub browser_ip: Option<Secret<String, common_utils::pii::IpAddress>>, pub browser_javascript_enabled: Option<bool>, pub browser_java_enabled: Option<bool>, pub browser_language: Option<String>, pub browser_screen_height: Option<String>, pub browser_screen_width: Option<String>, #[serde(rename = "browserTZ")] pub browser_tz: Option<String>, pub browser_user_agent: 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": "BrowserInfoCollected", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2809557999993778821
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs pub struct GpaymentsAuthenticationSuccessResponse { #[serde(rename = "dsReferenceNumber")] pub ds_reference_number: String, #[serde(rename = "dsTransID")] pub ds_trans_id: String, #[serde(rename = "threeDSServerTransID")] pub three_ds_server_trans_id: String, #[serde(rename = "messageVersion")] pub message_version: String, #[serde(rename = "transStatus")] pub trans_status: AuthStatus, #[serde(rename = "acsTransID")] pub acs_trans_id: String, #[serde(rename = "challengeUrl")] pub acs_url: Option<url::Url>, #[serde(rename = "acsReferenceNumber")] pub acs_reference_number: String, pub authentication_value: 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": "GpaymentsAuthenticationSuccessResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5236817060049689311
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs pub struct GpaymentsPostAuthenticationResponse { pub authentication_value: Option<Secret<String>>, pub trans_status: AuthStatus, pub eci: 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": "GpaymentsPostAuthenticationResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8069290467036430871
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct AuthorizedotnetRouterData<T> { pub amount: FloatMajorUnit, pub router_data: T, }
{ "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": "AuthorizedotnetRouterData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8875695919948341693
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct AuthorizedotnetAuthType { name: Secret<String>, transaction_key: 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": "AuthorizedotnetAuthType", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_933880868681795803
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs struct CreditCardDetails { card_number: StrongSecret<String, cards::CardNumberStrategy>, expiration_date: Secret<String>, #[serde(skip_serializing_if = "Option::is_none")] card_code: 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": "CreditCardDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4047945442468374521
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct PayPalDetails { pub success_url: Option<String>, pub 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": "PayPalDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4385579076727928921
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct WalletDetails { pub data_descriptor: WalletMethod, pub data_value: 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": "WalletDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5544845607380852209
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs struct TransactionRequest { transaction_type: TransactionType, amount: FloatMajorUnit, currency_code: common_enums::Currency, #[serde(skip_serializing_if = "Option::is_none")] payment: Option<PaymentDetails>, #[serde(skip_serializing_if = "Option::is_none")] profile: Option<ProfileDetails>, order: Order, #[serde(skip_serializing_if = "Option::is_none")] customer: Option<CustomerDetails>, #[serde(skip_serializing_if = "Option::is_none")] bill_to: Option<BillTo>, #[serde(skip_serializing_if = "Option::is_none")] user_fields: Option<UserFields>, #[serde(skip_serializing_if = "Option::is_none")] processing_options: Option<ProcessingOptions>, #[serde(skip_serializing_if = "Option::is_none")] subsequent_auth_information: Option<SubsequentAuthInformation>, authorization_indicator_type: Option<AuthorizationIndicator>, }
{ "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": "TransactionRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6939304550453142426
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct UserFields { user_field: Vec<UserField>, }
{ "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": "UserFields", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1910659679799404069
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct UserField { name: 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": "UserField", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4158091411174274375
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct CreateProfileDetails { create_profile: bool, #[serde(skip_serializing_if = "Option::is_none")] customer_profile_id: 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": "CreateProfileDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3289991422806753768
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs struct CustomerProfileDetails { customer_profile_id: Secret<String>, payment_profile: PaymentProfileDetails, }
{ "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": "CustomerProfileDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4358586129316528626
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs struct PaymentProfileDetails { payment_profile_id: 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": "PaymentProfileDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5710289965688879864
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct CustomerDetails { id: String, email: Option<Email>, }
{ "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": "CustomerDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8913065449255451424
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct ProcessingOptions { is_subsequent_auth: 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": "ProcessingOptions", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8122589002684286109
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct BillTo { first_name: Option<Secret<String>>, last_name: Option<Secret<String>>, address: Option<Secret<String>>, city: Option<String>, state: Option<Secret<String>>, zip: Option<Secret<String>>, country: Option<enums::CountryAlpha2>, }
{ "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": "BillTo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1570744404082133992
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct Order { invoice_number: String, 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": "Order", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5934244952712180496
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct SubsequentAuthInformation { original_network_trans_id: Secret<String>, // original_auth_amount: String, Required for Discover, Diners Club, JCB, and China Union Pay transactions. reason: Reason, }
{ "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": "SubsequentAuthInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2569488679420468617
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs struct AuthorizationIndicator { authorization_indicator: AuthorizationType, }
{ "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": "AuthorizationIndicator", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8757271398627258897
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs struct TransactionVoidOrCaptureRequest { transaction_type: TransactionType, #[serde(skip_serializing_if = "Option::is_none")] amount: Option<FloatMajorUnit>, ref_trans_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": "TransactionVoidOrCaptureRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5300580777621722296
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct AuthorizedotnetPaymentsRequest { merchant_authentication: AuthorizedotnetAuthType, ref_id: Option<String>, transaction_request: TransactionRequest, }
{ "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": "AuthorizedotnetPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6071754630521340398
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct AuthorizedotnetPaymentCancelOrCaptureRequest { merchant_authentication: AuthorizedotnetAuthType, transaction_request: TransactionVoidOrCaptureRequest, }
{ "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": "AuthorizedotnetPaymentCancelOrCaptureRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_789467710613756192
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct CreateCustomerRequest { merchant_authentication: AuthorizedotnetAuthType, profile: Profile, }
{ "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": "CreateCustomerRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5375171102438411827
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct CreateCustomerPaymentProfileRequest { create_customer_payment_profile_request: AuthorizedotnetPaymentProfileRequest, }
{ "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": "CreateCustomerPaymentProfileRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_967049459302635437
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct AuthorizedotnetPaymentProfileRequest { merchant_authentication: AuthorizedotnetAuthType, customer_profile_id: Secret<String>, payment_profile: PaymentProfile, validation_mode: ValidationMode, }
{ "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": "AuthorizedotnetPaymentProfileRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8112175561596255126
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct ShipToList { #[serde(skip_serializing_if = "Option::is_none")] first_name: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] last_name: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] address: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] city: Option<String>, #[serde(skip_serializing_if = "Option::is_none")] state: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] zip: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] country: Option<enums::CountryAlpha2>, #[serde(skip_serializing_if = "Option::is_none")] phone_number: 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": "ShipToList", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6727869018384184606
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs struct Profile { #[serde(skip_serializing_if = "Option::is_none")] merchant_customer_id: Option<CustomerId>, #[serde(skip_serializing_if = "Option::is_none")] description: Option<String>, #[serde(skip_serializing_if = "Option::is_none")] email: Option<Email>, #[serde(skip_serializing_if = "Option::is_none")] payment_profiles: Option<PaymentProfiles>, #[serde(skip_serializing_if = "Option::is_none")] ship_to_list: Option<Vec<ShipToList>>, }
{ "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": "Profile", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3072788350427957782
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs struct PaymentProfiles { customer_type: CustomerType, #[serde(skip_serializing_if = "Option::is_none")] bill_to: Option<BillTo>, payment: PaymentDetails, }
{ "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": "PaymentProfiles", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7169771304635762281
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs struct PaymentProfile { #[serde(skip_serializing_if = "Option::is_none")] bill_to: Option<BillTo>, payment: PaymentDetails, }
{ "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": "PaymentProfile", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8821880782096810002
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct AuthorizedotnetSetupMandateResponse { #[serde(default, skip_serializing_if = "Vec::is_empty")] customer_payment_profile_id_list: Vec<String>, customer_profile_id: Option<String>, #[serde(rename = "customerPaymentProfileId")] customer_payment_profile_id: Option<String>, validation_direct_response_list: Option<Vec<Secret<String>>>, pub messages: ResponseMessages, }
{ "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": "AuthorizedotnetSetupMandateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7696076414045232257
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct AuthorizedotnetCustomerResponse { customer_profile_id: Option<String>, #[serde(default, skip_serializing_if = "Vec::is_empty")] customer_payment_profile_id_list: Vec<String>, #[serde(default, skip_serializing_if = "Vec::is_empty")] customer_shipping_address_id_list: Vec<String>, pub messages: ResponseMessages, }
{ "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": "AuthorizedotnetCustomerResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4112107555480707413
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct CancelOrCaptureTransactionRequest { create_transaction_request: AuthorizedotnetPaymentCancelOrCaptureRequest, }
{ "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": "CancelOrCaptureTransactionRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6746164315657350767
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct ResponseMessage { code: String, pub text: 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": "ResponseMessage", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2955852269935721760
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct ResponseMessages { result_code: ResultCode, pub message: Vec<ResponseMessage>, }
{ "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": "ResponseMessages", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7685608259553513734
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct ErrorMessage { pub error_code: String, pub error_text: 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": "ErrorMessage", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6652662661828714555
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct AuthorizedotnetTransactionResponseError { _supplemental_data_qualification_indicator: 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": "AuthorizedotnetTransactionResponseError", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2863001169714571862
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct AuthorizedotnetTransactionResponse { response_code: AuthorizedotnetPaymentStatus, #[serde(rename = "transId")] transaction_id: String, network_trans_id: Option<Secret<String>>, pub(super) account_number: Option<Secret<String>>, pub(super) errors: Option<Vec<ErrorMessage>>, secure_acceptance: Option<SecureAcceptance>, avs_result_code: 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": "AuthorizedotnetTransactionResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct RefundResponse { response_code: AuthorizedotnetRefundStatus, #[serde(rename = "transId")] transaction_id: String, #[allow(dead_code)] network_trans_id: Option<Secret<String>>, pub account_number: Option<Secret<String>>, pub errors: Option<Vec<ErrorMessage>>, }
{ "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_-3032333327521637229
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct SecureAcceptance { secure_acceptance_url: Option<url::Url>, }
{ "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": "SecureAcceptance", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3334828436304291261
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct AuthorizedotnetPaymentsResponse { pub transaction_response: Option<TransactionResponse>, pub profile_response: Option<AuthorizedotnetNonZeroMandateResponse>, pub messages: ResponseMessages, }
{ "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": "AuthorizedotnetPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6326554480333354075
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct AuthorizedotnetNonZeroMandateResponse { customer_profile_id: Option<String>, customer_payment_profile_id_list: Option<Vec<String>>, pub messages: ResponseMessages, }
{ "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": "AuthorizedotnetNonZeroMandateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4420078224931057059
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct AuthorizedotnetVoidResponse { pub transaction_response: Option<VoidResponse>, pub messages: ResponseMessages, }
{ "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": "AuthorizedotnetVoidResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1686775649836607376
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs pub struct VoidResponse { response_code: AuthorizedotnetVoidStatus, #[serde(rename = "transId")] transaction_id: String, network_trans_id: Option<Secret<String>>, pub account_number: Option<Secret<String>>, pub errors: Option<Vec<ErrorMessage>>, }
{ "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": "VoidResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2516147581284016661
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs pub struct ArchipelTenantId(pub 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": "ArchipelTenantId", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6131953886505006694
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs pub struct ArchipelConfigData { pub tenant_id: ArchipelTenantId, pub platform_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": "ArchipelConfigData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1064267326122653205
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs pub struct ArchipelOrderRequest { amount: MinorUnit, currency: String, certainty: ArchipelPaymentCertainty, initiator: ArchipelPaymentInitiator, }
{ "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": "ArchipelOrderRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4043495072815373105
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs pub struct CardExpiryDate { month: Secret<String>, 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": "CardExpiryDate", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2829544619852473018
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs pub struct Archipel3DS { #[serde(rename = "acsTransID")] acs_trans_id: Option<Secret<String>>, #[serde(rename = "dsTransID")] ds_trans_id: Option<Secret<String>>, #[serde(rename = "3DSRequestorName")] three_ds_requestor_name: Option<Secret<String>>, #[serde(rename = "3DSAuthDate")] three_ds_auth_date: Option<String>, #[serde(rename = "3DSAuthAmt")] three_ds_auth_amt: Option<MinorUnit>, #[serde(rename = "3DSAuthStatus")] three_ds_auth_status: Option<String>, #[serde(rename = "3DSMaxSupportedVersion")] three_ds_max_supported_version: String, #[serde(rename = "3DSVersion")] three_ds_version: Option<common_utils::types::SemanticVersion>, authentication_value: Secret<String>, authentication_method: Option<Secret<String>>, eci: 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": "Archipel3DS", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1335649219533733906
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs pub struct ArchipelCardHolder { billing_address: Option<ArchipelBillingAddress>, }
{ "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": "ArchipelCardHolder", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2027259229579897283
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs pub struct ArchipelBillingAddress { address: Option<Secret<String>>, postal_code: 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": "ArchipelBillingAddress", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4601649377233943986
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs pub struct ArchipelCredentialIndicator { status: ArchipelCredentialIndicatorStatus, recurring: Option<bool>, transaction_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": "ArchipelCredentialIndicator", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8193142561762168588
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs pub struct TokenizedCardData { card_data: ArchipelTokenizedCard, wallet_information: ArchipelWalletInformation, }
{ "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": "TokenizedCardData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3233089210055105722
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs pub struct ArchipelTokenizedCard { number: cards::CardNumber, expiry: CardExpiryDate, scheme: ArchipelCardScheme, }
{ "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": "ArchipelTokenizedCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1690771234285458263
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs pub struct ArchipelCard { number: cards::CardNumber, expiry: CardExpiryDate, security_code: Option<Secret<String>>, card_holder_name: Option<Secret<String>>, application_selection_indicator: ApplicationSelectionIndicator, scheme: ArchipelCardScheme, }
{ "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": "ArchipelCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7383928499113328751
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/transformers.rs pub struct PayloadAuth { pub api_key: Secret<String>, pub processing_account_id: 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": "PayloadAuth", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3968781940483222873
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/transformers.rs pub struct PayloadAuthType { pub auths: HashMap<enums::Currency, PayloadAuth>, }
{ "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": "PayloadAuthType", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4900773777454643499
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/responses.rs pub struct PayloadCardsResponseData { pub amount: f64, pub avs: Option<AvsResponse>, pub customer_id: Option<Secret<String>>, #[serde(rename = "id")] pub transaction_id: String, #[serde(rename = "payment_method_id")] pub connector_payment_method_id: Option<Secret<String>>, pub processing_id: Option<Secret<String>>, pub processing_method_id: Option<String>, pub ref_number: Option<String>, pub status: PayloadPaymentStatus, pub status_code: Option<String>, pub status_message: Option<String>, #[serde(rename = "type")] pub response_type: 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": "PayloadCardsResponseData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1364724958413961939
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/responses.rs pub struct RefundsLedger { pub amount: f64, #[serde(rename = "assoc_transaction_id")] pub associated_transaction_id: String, // Connector transaction id #[serde(rename = "id")] pub ledger_id: 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": "RefundsLedger", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5738533007597320909
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/responses.rs pub struct PayloadRefundResponse { pub amount: f64, #[serde(rename = "id")] pub transaction_id: String, pub ledger: Vec<RefundsLedger>, #[serde(rename = "payment_method_id")] pub connector_payment_method_id: Option<Secret<String>>, pub processing_id: Option<Secret<String>>, pub ref_number: Option<String>, pub status: RefundStatus, pub status_code: Option<String>, pub status_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": "PayloadRefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1948928083686361480
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/responses.rs pub struct PayloadErrorResponse { pub error_type: String, pub error_description: String, pub object: String, /// Payload returns arbitrary details in JSON format pub details: Option<serde_json::Value>, }
{ "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": "PayloadErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8382465352409178955
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/responses.rs pub struct PayloadWebhookEvent { pub object: String, // Added to match actual webhook structure pub trigger: PayloadWebhooksTrigger, pub webhook_id: String, pub triggered_at: String, // Added to match actual webhook structure // Webhooks Payload pub triggered_on: PayloadEventDetails, pub 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": "PayloadWebhookEvent", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3724441492340465065
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/responses.rs pub struct PayloadEventDetails { #[serde(rename = "id")] pub transaction_id: Option<String>, pub object: String, pub value: Option<serde_json::Value>, // Changed to handle any value type including null }
{ "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": "PayloadEventDetails", "total_crates": null, "trait_name": null }