id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_hyperswitch_connectors_-3114573047495672998
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetResponseCard { pub card_brand: Option<Secret<String>>, pub card_expiry_month: Secret<u8>, pub card_expiry_year: Secret<u16>, pub card_holder: Secret<String>, pub card_number: Secret<String>, ...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-3989771505565604797
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetResponsePaypal { pub paypal_account: Option<Email>, pub paypal_transaction_id: Option<Secret<String>>, pub token: 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_-4970716274553139252
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetPSyncResponse { pub customer: Option<NovalnetResponseCustomer>, pub merchant: Option<NovalnetResponseMerchant>, pub result: ResultData, pub transaction: Option<NovalnetSyncResponseTransactionData>, }...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_8428475255701419650
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct Capture { #[serde(rename = "type")] cap_type: CaptureType, reference: 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_-5262198900243455168
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetTransaction { tid: String, amount: Option<StringMinorUnit>, capture: Capture, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-7366588383889343356
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetCaptureRequest { pub transaction: NovalnetTransaction, pub custom: NovalnetCustom, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-2607809351959286539
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetRefundTransaction { tid: String, amount: Option<StringMinorUnit>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_471742242583626779
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetRefundRequest { pub transaction: NovalnetRefundTransaction, pub custom: NovalnetCustom, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-7148325189710689883
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetRefundSyncResponse { result: ResultData, transaction: Option<NovalnetSyncResponseTransactionData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-1130421028800747580
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetRefundsTransactionData { pub amount: Option<MinorUnit>, pub date: Option<String>, pub currency: Option<common_enums::Currency>, pub order_no: Option<String>, pub payment_type: String, pub ref...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-7021582292460501239
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct RefundData { amount: u64, currency: common_enums::Currency, payment_type: Option<String>, tid: Option<Secret<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_-6828034553671160266
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetRefundResponse { pub customer: Option<NovalnetResponseCustomer>, pub merchant: Option<NovalnetResponseMerchant>, pub result: ResultData, pub transaction: Option<NovalnetRefundsTransactionData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_4515811897222883933
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovolnetRedirectionResponse { status: NovalnetTransactionStatus, tid: 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_4450217887989991407
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetCaptureTransactionData { pub amount: Option<MinorUnit>, pub capture: Option<CaptureData>, // only for credit card and paypal it is sent back in response pub 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_8627958871954615940
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct CaptureData { amount: Option<u64>, payment_type: Option<String>, status: Option<String>, status_code: u64, tid: Option<Secret<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_-8774038157293741792
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetCaptureResponse { pub result: ResultData, pub transaction: Option<NovalnetCaptureTransactionData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-1920265522871235914
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetSyncTransaction { tid: 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_8760517381322130886
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetSyncRequest { pub transaction: NovalnetSyncTransaction, pub custom: NovalnetCustom, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_4417501710712438754
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetCancelTransaction { tid: 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_3659884822789771511
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetCancelRequest { pub transaction: NovalnetCancelTransaction, pub custom: NovalnetCustom, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_2598694827989378722
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetCancelResponse { result: ResultData, transaction: Option<NovalnetPaymentsResponseTransactionData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_1592157796132379267
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetErrorResponse { pub status_code: u64, 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_...
hyperswitch_struct_hyperswitch_connectors_-4957912058843363891
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetWebhookEvent { pub checksum: String, pub tid: i64, pub parent_tid: Option<i64>, #[serde(rename = "type")] pub event_type: WebhookEventType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-8455197960311042653
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetWebhookNotificationResponse { pub event: NovalnetWebhookEvent, pub result: ResultData, pub transaction: NovalnetWebhookTransactionData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-2052038586870786206
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct Amount { value: MinorUnit, currency: 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/silverflow/transformers.rs pub struct Card { number: cards::CardNumber, expiry_month: Secret<String>, expiry_year: Secret<String>, cvc: Secret<String>, holder_name: 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_2319818392923708202
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct MerchantAcceptorResolver { merchant_acceptor_key: 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_9167011039073742593
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowPaymentsRequest { merchant_acceptor_resolver: MerchantAcceptorResolver, card: Card, amount: Amount, #[serde(rename = "type")] payment_type: PaymentType, clearing_mode: 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_3673841158627468105
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct PaymentType { intent: String, card_entry: String, order: 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_-104956915372740698
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct PaymentStatus { pub authentication: String, pub authorization: SilverflowAuthorizationStatus, pub clearing: SilverflowClearingStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-1540758736932600254
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct MerchantAcceptorRef { pub key: String, pub version: 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_-1176952045402330408
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct CardResponse { pub masked_number: 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_1295633550002333597
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct Authentication { pub sca: SCA, pub cvc: Secret<String>, pub avs: 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_8358206551324907245
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SCA { pub compliance: String, pub compliance_reason: String, pub method: String, #[serde(skip_serializing_if = "Option::is_none")] pub result: Option<SCAResult>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-479674776699313662
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SCAResult { pub version: String, pub directory_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_...
hyperswitch_struct_hyperswitch_connectors_4909437007398401559
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct AuthorizationIsoFields { pub response_code: String, pub response_code_description: String, pub authorization_code: String, pub network_code: String, pub system_trace_audit_number: Secret<String>, p...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-5624234582288016621
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct NetworkSpecificFields { pub transaction_identifier: String, pub cvv2_result_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_7531772141455744600
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowPaymentsResponse { pub key: String, pub merchant_acceptor_ref: MerchantAcceptorRef, pub card: CardResponse, pub amount: Amount, #[serde(rename = "type")] pub payment_type: PaymentType, ...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-625329456528425762
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowCaptureRequest { #[serde(skip_serializing_if = "Option::is_none")] pub amount: Option<i64>, #[serde(skip_serializing_if = "Option::is_none")] pub close_charge: Option<bool>, #[serde(skip_seri...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-6821300781442309829
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowCaptureResponse { #[serde(rename = "type")] pub action_type: String, pub key: String, pub charge_key: String, pub status: SilverflowCaptureStatus, #[serde(skip_serializing_if = "Option::i...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_1863197897836036276
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowVoidRequest { #[serde(skip_serializing_if = "Option::is_none")] pub replacement_amount: Option<i64>, #[serde(skip_serializing_if = "Option::is_none")] pub reference: 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_2679887940473887604
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct VoidStatus { pub authorization: SilverflowVoidAuthorizationStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-7367896613001201771
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowVoidResponse { #[serde(rename = "type")] pub action_type: String, pub key: String, pub charge_key: String, #[serde(skip_serializing_if = "Option::is_none")] pub reference: 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_-6621077270516952646
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct DynamicDescriptor { pub merchant_name: String, pub merchant_city: 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_2736339336695502336
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowRefundRequest { #[serde(rename = "refundAmount")] pub refund_amount: MinorUnit, pub reference: 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_-4270100803980291769
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct AuthorizationResponse { pub network: String, pub response_code: String, pub response_code_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_...
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct RefundResponse { #[serde(rename = "type")] pub action_type: String, pub key: String, pub charge_key: String, pub reference: String, pub amount: Amount, pub status: SilverflowRefundStatus, p...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_2056075650855171334
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowTokenizationRequest { pub reference: String, pub card_data: SilverflowCardData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-784553173669417092
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowCardData { pub number: String, pub expiry_month: Secret<String>, pub expiry_year: Secret<String>, pub cvc: String, pub holder_name: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-3783476673783333892
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowTokenizationResponse { pub key: String, #[serde(rename = "agentKey")] pub agent_key: String, pub last4: String, pub status: String, pub reference: String, #[serde(rename = "cardInfo")...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_5631893846784260594
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct CardInfo { #[serde(rename = "infoSource")] pub info_source: String, pub network: String, #[serde(rename = "primaryNetwork")] pub primary_network: 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_-6472894480277572634
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct TokenizedCardDetails { pub masked_card_number: String, pub expiry_month: Secret<String>, pub expiry_year: Secret<String>, pub card_brand: 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_1439985592207120790
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowWebhookEvent { pub event_type: String, pub event_data: SilverflowWebhookEventData, pub event_id: String, pub created: String, pub version: 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_34746831979332953
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowWebhookEventData { pub charge_key: Option<String>, pub refund_key: Option<String>, pub status: Option<PaymentStatus>, pub amount: Option<Amount>, pub transaction_reference: 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/silverflow/transformers.rs pub struct ErrorDetails { pub field: String, pub issue: 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_3414044478058151129
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowErrorResponse { pub error: SilverflowError, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_5469770763030440104
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs pub struct SilverflowError { pub code: String, pub message: String, pub details: Option<ErrorDetails>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-6094558030552456082
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/taxjar/transformers.rs pub struct TaxjarPaymentsRequest { to_country: enums::CountryAlpha2, to_zip: Secret<String>, to_state: Secret<String>, to_city: Option<String>, to_street: Option<Secret<String>>, amount: FloatMajorUnit, shipp...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-3966750276741830908
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/taxjar/transformers.rs pub struct LineItem { id: Option<String>, quantity: Option<u16>, product_tax_code: Option<String>, unit_price: Option<FloatMajorUnit>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_1632050207312329085
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/taxjar/transformers.rs pub struct TaxjarCard { 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_...
hyperswitch_struct_hyperswitch_connectors_2996600351873781573
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/taxjar/transformers.rs pub struct TaxjarPaymentsResponse { tax: Tax, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_3763095839870453321
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/taxjar/transformers.rs pub struct Tax { amount_to_collect: FloatMajorUnit, //calculated_tax_amount }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_4279506416763175992
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/taxjar/transformers.rs pub struct TaxjarErrorResponse { pub status: i64, pub error: String, pub detail: 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_2139003845379288
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroSearchRequest { 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_8308347865946171564
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroPaymentsRequest { idempotency_key: String, #[serde(rename = "type")] transaction_type: TransactionType, amount: MinorUnit, // CeleroCommerce expects integer cents currency: Currency, payment_meth...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-2552775673767025146
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroAddress { first_name: Option<Secret<String>>, last_name: Option<Secret<String>>, address_line_1: Option<Secret<String>>, address_line_2: Option<Secret<String>>, city: Option<String>, state: Optio...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-7394510833294477369
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroCustomer { id: Option<CustomerId>, payment_method_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_...
hyperswitch_struct_hyperswitch_connectors_2007945799323509865
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroCard { entry_type: CeleroEntryType, number: cards::CardNumber, expiration_date: Secret<String>, cvc: 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_2919147287460713060
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroMandateFields { pub card_on_file_indicator: Option<CardOnFileIndicator>, pub initiated_by: Option<InitiatedBy>, pub initial_transaction_id: Option<String>, pub stored_credential_indicator: Option<StoredC...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-8710200679308672249
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroCardResponse { pub status: CeleroTransactionStatus, pub auth_code: Option<String>, pub processor_response_code: Option<String>, pub avs_response_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_1211187521345426600
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroTransactionResponseData { pub id: String, #[serde(rename = "type")] pub transaction_type: TransactionType, pub amount: i64, pub currency: String, pub response: CeleroPaymentMethodResponse, pu...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_942109621169410454
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroAddressResponse { first_name: Option<Secret<String>>, last_name: Option<Secret<String>>, address_line_1: Option<Secret<String>>, address_line_2: Option<Secret<String>>, city: Option<String>, stat...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-4157729887426134946
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroPaymentsResponse { pub status: CeleroResponseStatus, pub msg: String, pub data: Option<CeleroTransactionResponseData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-8053348720715573309
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroCaptureRequest { pub amount: MinorUnit, #[serde(skip_serializing_if = "Option::is_none")] pub order_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_...
hyperswitch_struct_hyperswitch_connectors_-4276274734951020961
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroCaptureResponse { pub status: CeleroResponseStatus, pub msg: Option<String>, pub data: Option<serde_json::Value>, // Usually null for capture responses }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-5897502838916084241
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroVoidResponse { pub status: CeleroResponseStatus, pub msg: String, pub data: Option<serde_json::Value>, // Usually null for void responses }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_1097018382288781171
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroRefundRequest { pub amount: MinorUnit, pub surcharge: MinorUnit, // Required field as per API specification }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_2242212349615633177
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroRefundResponse { pub status: CeleroResponseStatus, pub msg: String, pub data: Option<serde_json::Value>, // Usually null for refund responses }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_291963505225438111
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroErrorResponse { pub status: CeleroResponseStatus, pub msg: String, #[serde(skip_serializing_if = "Option::is_none")] pub data: 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_...
hyperswitch_struct_hyperswitch_connectors_-3202132912382141912
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs pub struct CeleroErrorDetails { pub error_code: Option<String>, pub error_message: String, pub processor_response_code: Option<String>, pub decline_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_-5172849789350497522
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct AdyenRouterData<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_...
hyperswitch_struct_hyperswitch_connectors_-7461028226522974855
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct AdyenConnectorMetadataObject { pub endpoint_prefix: 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_-7418410863336064606
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct AdditionalData { authorisation_type: Option<AuthType>, manual_capture: Option<String>, execute_three_d: Option<String>, pub recurring_processing_model: Option<AdyenRecurringModel>, /// Enable recurring deta...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_2707449810538578452
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct ShopperName { first_name: Option<Secret<String>>, last_name: 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_5230333063434461868
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct Address { city: String, country: enums::CountryAlpha2, house_number_or_name: Secret<String>, postal_code: Secret<String>, state_or_province: Option<Secret<String>>, street: 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_-3966750276741830908
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct LineItem { amount_excluding_tax: Option<MinorUnit>, amount_including_tax: Option<MinorUnit>, description: Option<String>, id: Option<String>, tax_amount: Option<MinorUnit>, quantity: Option<u16>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_2396949298988026962
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct RiskData { #[serde(rename = "riskdata.basket.item1.itemID")] item_i_d: Option<String>, #[serde(rename = "riskdata.basket.item1.productTitle")] product_title: Option<String>, #[serde(rename = "riskdata.baske...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-6624429788694585197
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct AdyenPaymentRequest<'a> { amount: Amount, merchant_account: Secret<String>, payment_method: PaymentMethod<'a>, mpi_data: Option<AdyenMpiData>, reference: String, return_url: String, browser_info: Op...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-264531677619302451
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs struct AdyenSplitData { amount: Option<Amount>, #[serde(rename = "type")] split_type: common_enums::AdyenSplitType, account: Option<String>, reference: String, description: 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_3180311291864193690
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs struct AdyenMpiData { directory_response: String, authentication_response: String, cavv: Option<Secret<String>>, token_authentication_verification_value: 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_...
hyperswitch_struct_hyperswitch_connectors_2385465708552721698
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs struct AdyenBrowserInfo { user_agent: String, accept_header: String, language: String, color_depth: u8, screen_height: u32, screen_width: u32, time_zone_offset: i32, java_enabled: 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_-5899052479649366406
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct AdyenBalanceRequest<'a> { pub payment_method: AdyenPaymentMethod<'a>, pub merchant_account: 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_4547090023880580199
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct AdyenBalanceResponse { pub psp_reference: String, pub balance: Amount, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_4441625753982479715
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct AdyenRedirectRequest { pub details: AdyenRedirectRequestTypes, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-1145298489829453881
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct AdyenRefusal { pub payload: String, #[serde(rename = "type")] pub type_of_redirection_result: Option<String>, pub 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_...
hyperswitch_struct_hyperswitch_connectors_-8271030098077098755
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct AdyenRedirection { pub redirect_result: String, #[serde(rename = "type")] pub type_of_redirection_result: Option<String>, pub 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_...
hyperswitch_struct_hyperswitch_connectors_-8852045162210297784
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct AdyenThreeDS { #[serde(rename = "threeDSResult")] pub three_ds_result: String, #[serde(rename = "type")] pub type_of_redirection_result: Option<String>, pub 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_...
hyperswitch_struct_hyperswitch_connectors_-8371074044608669924
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct AdyenResponse { psp_reference: String, result_code: AdyenStatus, amount: Option<Amount>, merchant_reference: String, refusal_reason: Option<String>, refusal_reason_code: Option<String>, additional_d...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_1193650553580899687
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct AdyenWebhookResponse { transaction_id: String, payment_reference: Option<String>, status: AdyenWebhookStatus, amount: Option<Amount>, merchant_reference_id: String, refusal_reason: Option<String>, r...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_3787785242231898038
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs pub struct RedirectionErrorResponse { result_code: AdyenStatus, refusal_reason: Option<String>, psp_reference: Option<String>, merchant_reference: Option<String>, additional_data: Option<AdditionalData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...