id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_hyperswitch_connectors_6436082635540011239
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct SyncResponse { pub transaction_id: String, #[serde(rename = "type")] pub res_type: TransactionType, pub status: TransactionStatus, pub detail: SyncDetails, pub card: Option<SyncCardDetails>, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-8071522197789754083
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct SyncCardDetails { pub alias: 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_...
hyperswitch_struct_hyperswitch_connectors_7189274935559758462
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct SyncDetails { fail: Option<FailDetails>, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_6257928302314204226
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct FailDetails { reason: Option<String>, 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_...
hyperswitch_struct_hyperswitch_connectors_6042357356607035815
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct PlainCardDetails { #[serde(rename = "type")] pub res_type: String, pub number: cards::CardNumber, pub expiry_month: Secret<String>, pub expiry_year: Secret<String>, pub cvv: Secret<String>, #[se...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-1763036330577547286
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct MandateDetails { #[serde(rename = "type")] pub res_type: String, pub alias: String, pub expiry_month: Secret<String>, pub expiry_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_...
hyperswitch_struct_hyperswitch_connectors_-4121191309378006256
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct ThreedsInfo { cardholder: CardHolder, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-4706716962249133217
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct ThreeDSData { #[serde(rename = "threeDSTransactionId")] pub three_ds_transaction_id: Option<Secret<String>>, pub cavv: Secret<String>, pub eci: Option<String>, pub xid: Option<Secret<String>>, #[ser...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_5707453439060560935
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct CardHolder { cardholder_name: Secret<String>, email: 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_...
hyperswitch_struct_hyperswitch_connectors_-3561564704267430649
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct DatatransError { pub 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_...
hyperswitch_struct_hyperswitch_connectors_-609079273702420479
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct DatatransSuccessResponse { pub transaction_id: String, pub acquirer_authorization_code: 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_...
hyperswitch_struct_hyperswitch_connectors_6265269765896709969
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct Datatrans3DSResponse { pub transaction_id: String, #[serde(rename = "3D")] pub three_ds_enrolled: ThreeDSEnolled, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-9141644057817310571
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct ThreeDSEnolled { pub enrolled: 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_...
hyperswitch_struct_hyperswitch_connectors_-8778596782217555632
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct DatatransRefundRequest { pub amount: MinorUnit, pub currency: enums::Currency, pub refno: 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_...
hyperswitch_struct_hyperswitch_connectors_-1367207585651410614
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/datatrans/transformers.rs pub struct DataPaymentCaptureRequest { pub amount: MinorUnit, pub currency: enums::Currency, pub refno: 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_...
hyperswitch_struct_hyperswitch_connectors_-2984969941542135314
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganAuthUpdateRequest { pub grant_type: String, pub scope: 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_...
hyperswitch_struct_hyperswitch_connectors_-7377452130786045556
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganAuthUpdateResponse { pub access_token: Secret<String>, pub scope: String, pub token_type: String, pub expires_in: 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_...
hyperswitch_struct_hyperswitch_connectors_7534278088656222410
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganPaymentsRequest { capture_method: CapMethod, amount: MinorUnit, currency: common_enums::Currency, merchant: JpmorganMerchant, payment_method_type: JpmorganPaymentMethodType, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_223066035108352280
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganCard { account_number: Secret<String>, expiry: Expiry, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-2409981797126175681
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganPaymentMethodType { card: JpmorganCard, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_1169154320235838887
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct Expiry { month: Secret<i32>, year: Secret<i32>, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_2864895620307114640
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganMerchantSoftware { company_name: Secret<String>, product_name: 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_...
hyperswitch_struct_hyperswitch_connectors_-4724996813221047948
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganMerchant { merchant_software: JpmorganMerchantSoftware, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_4836629483336424266
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganAuthType { pub(super) _api_key: Secret<String>, pub(super) _key1: 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_...
hyperswitch_struct_hyperswitch_connectors_7764617726542352135
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganPaymentsResponse { transaction_id: String, request_id: String, transaction_state: JpmorganTransactionState, response_status: String, response_code: String, response_message: String, payme...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_8934587851402554017
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct Merchant { merchant_id: Option<String>, merchant_software: JpmorganMerchantSoftware, merchant_category_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_...
hyperswitch_struct_hyperswitch_connectors_1106847660662348322
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct PaymentMethodType { card: Option<Card>, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-2685950571151159995
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct Card { expiry: Option<ExpiryResponse>, card_type: Option<Secret<String>>, card_type_name: Option<Secret<String>>, masked_account_number: Option<Secret<String>>, card_type_indicators: Option<CardTypeIndic...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_4384570680628690576
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct NetworkResponse { address_verification_result: Option<Secret<String>>, address_verification_result_code: Option<Secret<String>>, card_verification_result_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_...
hyperswitch_struct_hyperswitch_connectors_8732827671283746011
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct ExpiryResponse { month: Option<Secret<i32>>, year: Option<Secret<i32>>, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_5534399617532100098
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct CardTypeIndicators { issuance_country_code: Option<Secret<String>>, is_durbin_regulated: Option<bool>, card_product_types: Secret<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_...
hyperswitch_struct_hyperswitch_connectors_-5358250428831859066
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganCaptureRequest { capture_method: Option<CapMethod>, amount: MinorUnit, currency: Option<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_...
hyperswitch_struct_hyperswitch_connectors_8565321799862327886
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganCaptureResponse { pub transaction_id: String, pub request_id: String, pub transaction_state: JpmorganTransactionState, pub response_status: JpmorganTransactionStatus, pub response_code: 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_...
hyperswitch_struct_hyperswitch_connectors_-5627264889947928171
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct PaymentMethodTypeCapRes { pub card: Option<CardCapRes>, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-2212866665652141136
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct CardCapRes { pub card_type: Option<Secret<String>>, pub card_type_name: Option<Secret<String>>, unmasked_account_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_...
hyperswitch_struct_hyperswitch_connectors_-3732914842069376138
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganPSyncResponse { transaction_id: String, transaction_state: JpmorganTransactionState, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-5219174631180543619
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct TransactionData { payment_type: Option<Secret<String>>, status_code: Secret<i32>, txn_secret: Option<Secret<String>>, tid: Option<Secret<i64>>, test_mode: Option<Secret<i8>>, status: Option<JpmorganT...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_141850379343674740
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganRefundRequest { pub merchant: MerchantRefundReq, pub amount: MinorUnit, pub currency: 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_...
hyperswitch_struct_hyperswitch_connectors_-5960543034004072960
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct MerchantRefundReq { pub merchant_software: JpmorganMerchantSoftware, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_4433761715047310698
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganRefundResponse { pub transaction_id: Option<String>, pub request_id: String, pub transaction_state: JpmorganTransactionState, pub amount: MinorUnit, pub currency: common_enums::Currency, pub ...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-240925223107837992
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganRefundSyncResponse { transaction_id: String, request_id: String, transaction_state: JpmorganTransactionState, amount: MinorUnit, currency: common_enums::Currency, response_status: JpmorganRes...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_2897565378669675143
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganCancelRequest { pub amount: Option<i64>, pub is_void: Option<bool>, pub reversal_reason: Option<ReversalReason>, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-3827581219506788952
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganCancelResponse { transaction_id: String, request_id: String, response_status: JpmorganResponseStatus, response_code: String, response_message: String, payment_method_type: JpmorganPaymentMeth...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_3849913463519108740
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganPaymentMethodTypeCancelResponse { pub card: CardCancelResponse, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-7331880008133583066
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct CardCancelResponse { pub card_type: Secret<String>, pub card_type_name: 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_...
hyperswitch_struct_hyperswitch_connectors_-5134782768192620144
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganValidationErrors { pub code: Option<String>, pub message: Option<String>, pub entity: 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_...
hyperswitch_struct_hyperswitch_connectors_8959019339353591038
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganErrorInformation { pub code: Option<String>, pub 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_...
hyperswitch_struct_hyperswitch_connectors_2720977619286934283
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/jpmorgan/transformers.rs pub struct JpmorganErrorResponse { pub response_status: JpmorganTransactionStatus, pub response_code: String, pub response_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_...
hyperswitch_struct_hyperswitch_connectors_-7803920912894691905
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapRouterData<T> { pub amount: StringMajorUnit, 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_...
hyperswitch_struct_hyperswitch_connectors_4743924893739017892
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapPaymentsRequest { amount: StringMajorUnit, #[serde(flatten)] payment_method: PaymentMethodDetails, currency: enums::Currency, card_transaction_type: BluesnapTxnType, transaction_fraud_info: O...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_8948153432558966944
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapMetadata { meta_data: Vec<RequestMetadata>, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_5626200047503280507
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct RequestMetadata { meta_key: Option<String>, meta_value: Option<String>, is_visible: 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_...
hyperswitch_struct_hyperswitch_connectors_-1222166082938100148
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapCardHolderInfo { first_name: Secret<String>, last_name: Secret<String>, email: 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_...
hyperswitch_struct_hyperswitch_connectors_5161943614211467423
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct TransactionFraudInfo { fraud_session_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_...
hyperswitch_struct_hyperswitch_connectors_-7140495794424344136
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapCreateWalletToken { wallet_type: String, validation_url: Secret<String>, domain_name: String, display_name: 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_...
hyperswitch_struct_hyperswitch_connectors_-4549923093871070076
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapThreeDSecureInfo { three_d_secure_reference_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_...
hyperswitch_struct_hyperswitch_connectors_-2685950571151159995
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct Card { card_number: cards::CardNumber, expiration_month: Secret<String>, expiration_year: Secret<String>, security_code: 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_...
hyperswitch_struct_hyperswitch_connectors_-3755014426118355037
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapWallet { wallet_type: BluesnapWalletTypes, encoded_payment_token: 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_...
hyperswitch_struct_hyperswitch_connectors_4584155895554846113
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapGooglePayObject { payment_method_data: utils::GooglePayWalletData, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_4606326185302590066
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct EncodedPaymentToken { billing_contact: BillingDetails, token: ApplepayPaymentData, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_8234918398355319223
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BillingDetails { country_code: Option<CountryAlpha2>, address_lines: Option<Vec<Secret<String>>>, family_name: Option<Secret<String>>, given_name: Option<Secret<String>>, postal_code: Option<Secret<Strin...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-7150543889629541511
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct ApplepayPaymentData { payment_data: ApplePayEncodedPaymentData, payment_method: ApplepayPaymentMethod, transaction_identifier: 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_...
hyperswitch_struct_hyperswitch_connectors_2911747154641920872
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct ApplepayPaymentMethod { display_name: String, network: String, #[serde(rename = "type")] pm_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_...
hyperswitch_struct_hyperswitch_connectors_8093906201225707399
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct ApplePayEncodedPaymentData { data: String, header: Option<ApplepayHeader>, signature: String, version: 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_...
hyperswitch_struct_hyperswitch_connectors_544430297496698242
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct ApplepayHeader { ephemeral_public_key: Secret<String>, public_key_hash: Secret<String>, transaction_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_...
hyperswitch_struct_hyperswitch_connectors_6928280475768801078
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapConnectorMetaData { 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_...
hyperswitch_struct_hyperswitch_connectors_-4701732648923195666
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapPaymentsTokenRequest { cc_number: cards::CardNumber, exp_date: 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_...
hyperswitch_struct_hyperswitch_connectors_618444469378894955
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapCompletePaymentsRequest { amount: StringMajorUnit, currency: enums::Currency, card_transaction_type: BluesnapTxnType, pf_token: Secret<String>, three_d_secure: Option<BluesnapThreeDSecureInfo>, ...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-616753306762693706
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapRedirectionResponse { pub authentication_response: 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_...
hyperswitch_struct_hyperswitch_connectors_-2667881454373202208
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapThreeDsResult { three_d_secure: Option<BluesnapThreeDsReference>, pub status: String, pub code: Option<String>, pub info: Option<RedirectErrorMessage>, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-1875443404570741167
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct RedirectErrorMessage { pub errors: 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_...
hyperswitch_struct_hyperswitch_connectors_5584876774343090684
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapThreeDsReference { three_d_secure_reference_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_...
hyperswitch_struct_hyperswitch_connectors_3731169740065050104
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapVoidRequest { card_transaction_type: BluesnapTxnType, 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_...
hyperswitch_struct_hyperswitch_connectors_3826677673433668409
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapCaptureRequest { card_transaction_type: BluesnapTxnType, transaction_id: String, amount: Option<StringMajorUnit>, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-5335462108314420621
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapPaymentsResponse { pub processing_info: ProcessingInfoResponse, pub transaction_id: String, pub card_transaction_type: BluesnapTxnType, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_779732301585687438
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapWalletTokenResponse { wallet_type: String, wallet_token: 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_...
hyperswitch_struct_hyperswitch_connectors_-8085512384082557227
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct Refund { refund_transaction_id: String, amount: StringMajorUnit, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_6283284186942448801
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct ProcessingInfoResponse { pub processing_status: BluesnapProcessingStatus, pub authorization_code: Option<String>, pub network_transaction_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_...
hyperswitch_struct_hyperswitch_connectors_-6898333136959720504
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapRefundRequest { amount: Option<StringMajorUnit>, 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_...
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct RefundResponse { refund_transaction_id: i32, refund_status: BluesnapRefundStatus, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-7607203573870777090
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapWebhookBody { pub merchant_transaction_id: String, pub reference_number: String, pub transaction_type: BluesnapWebhookEvents, pub reversal_ref_num: 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_...
hyperswitch_struct_hyperswitch_connectors_7907531042145972297
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapWebhookObjectEventType { transaction_type: BluesnapWebhookEvents, cb_status: Option<BluesnapChargebackStatus>, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_6693414991167387456
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapDisputeWebhookBody { pub invoice_charge_amount: FloatMajorUnit, pub currency: enums::Currency, pub reversal_reason: Option<String>, pub reversal_ref_num: String, pub cb_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_...
hyperswitch_struct_hyperswitch_connectors_-7791360568478830199
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapWebhookObjectResource { reference_number: String, transaction_type: BluesnapWebhookEvents, reversal_ref_num: 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_...
hyperswitch_struct_hyperswitch_connectors_7105961364673595842
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct ErrorDetails { pub code: String, pub description: String, pub error_name: 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_...
hyperswitch_struct_hyperswitch_connectors_4138884589517591167
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapErrorResponse { pub message: Vec<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_...
hyperswitch_struct_hyperswitch_connectors_5693753695663761985
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bluesnap/transformers.rs pub struct BluesnapAuthErrorResponse { pub error_code: String, pub error_description: String, pub error_name: 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_...
hyperswitch_struct_hyperswitch_connectors_-1994159788522437744
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct WiseRouterData<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_...
hyperswitch_struct_hyperswitch_connectors_-4334158833734480404
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct ErrorResponse { pub timestamp: Option<String>, pub errors: Option<Vec<SubError>>, pub status: Option<WiseHttpStatus>, pub error: Option<String>, pub error_description: Option<String>, pub message: Option...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_98426198478742980
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct SubError { pub code: String, pub message: String, pub path: Option<String>, pub field: 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_...
hyperswitch_struct_hyperswitch_connectors_-8614746544824765696
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct WiseRecipientCreateRequest { currency: String, #[serde(rename = "type")] recipient_type: RecipientType, profile: Secret<String>, account_holder_name: Secret<String>, details: WiseBankDetails, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_7892128427436643927
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct WiseBankDetails { legal_type: LegalType, account_type: Option<AccountType>, address: Option<WiseAddressDetails>, post_code: Option<String>, nationality: Option<String>, account_holder_name: Option<Secret...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-1512692666931672329
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct WiseAddressDetails { country: Option<CountryAlpha2>, country_code: Option<CountryAlpha2>, first_line: Option<Secret<String>>, post_code: Option<Secret<String>>, city: Option<String>, state: Option<Secret...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_5009032717707529187
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct WiseRecipientCreateResponse { id: i64, business: Option<i64>, profile: Option<i64>, account_holder_name: Secret<String>, currency: String, country: String, #[serde(rename = "type")] request_type:...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_5006362348772995676
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct WisePayoutQuoteRequest { source_currency: String, target_currency: String, source_amount: Option<FloatMajorUnit>, target_amount: Option<FloatMajorUnit>, pay_out: WisePayOutOption, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_8221517895282457892
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct WisePayoutQuoteResponse { source_amount: f64, client_id: String, id: String, status: WiseStatus, profile: i64, rate: Option<i8>, source_currency: Option<String>, target_currency: 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_...
hyperswitch_struct_hyperswitch_connectors_-6734513708126878514
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct WisePayoutCreateRequest { target_account: i64, quote_uuid: String, customer_transaction_id: String, details: WiseTransferDetails, }
{ "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_...
hyperswitch_struct_hyperswitch_connectors_3744680681063407306
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct WiseTransferDetails { transfer_purpose: Option<String>, source_of_funds: Option<String>, transfer_purpose_sub_transfer_purpose: 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_...
hyperswitch_struct_hyperswitch_connectors_-6405354337920633029
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct WisePayoutResponse { id: i64, user: i64, target_account: i64, source_account: Option<i64>, quote_uuid: String, status: WiseStatus, reference: Option<String>, rate: Option<f32>, business: Opti...
{ "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_...
hyperswitch_struct_hyperswitch_connectors_-3744904667009755993
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/wise/transformers.rs pub struct WisePayoutFulfillRequest { #[serde(rename = "type")] fund_type: FundType, }
{ "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_...