id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_hyperswitch_connectors_6346301707081257382
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuAuthUpdateRequest { grant_type: String, client_id: Secret<String>, client_secret: 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_-3796527971312667382
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuAuthUpdateResponse { pub access_token: Secret<String>, pub token_type: String, pub expires_in: i64, pub grant_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_8420971649732314953
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuPaymentsCancelResponse { pub order_id: String, pub ext_order_id: Option<String>, pub status: PayuPaymentStatusData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_7413613783879745533
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuPaymentStatusData { status_code: PayuPaymentStatus, severity: Option<String>, status_desc: 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_-8732891354253527590
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuProductData { name: String, unit_price: String, quantity: String, #[serde(rename = "virtual")] virtually: Option<bool>, listing_date: 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_3706296122322815821
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuOrderResponseData { order_id: String, ext_order_id: Option<String>, order_create_date: String, notify_url: Option<String>, customer_ip: Secret<String, IpAddress>, merchant_pos_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_-5658677517392355112
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuOrderResponseBuyerData { ext_customer_id: Option<String>, email: Option<Email>, phone: Option<Secret<String>>, first_name: Option<Secret<String>>, last_name: Option<Secret<String>>, #[serde(rename = ...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-2357994935051869627
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuOrderResponseProperty { name: String, value: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-3558793114888380498
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuPaymentsSyncResponse { orders: Vec<PayuOrderResponseData>, status: PayuPaymentStatusData, properties: Option<Vec<PayuOrderResponseProperty>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_6640808023680147811
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuRefundRequestData { description: String, amount: Option<MinorUnit>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-2963057317224053329
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuRefundRequest { refund: PayuRefundRequestData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-9108974136616789691
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuRefundResponseData { refund_id: String, ext_refund_id: String, amount: String, currency_code: enums::Currency, description: String, creation_date_time: String, status: RefundStatus, status_da...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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/payu/transformers.rs pub struct RefundResponse { refund: PayuRefundResponseData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_7309758592179393448
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct RefundSyncResponse { refunds: Vec<PayuRefundResponseData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-914282680018342527
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuErrorData { pub status_code: String, pub code: Option<String>, pub code_literal: Option<String>, pub status_desc: 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_8964571384950875263
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuErrorResponse { pub status: PayuErrorData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-1080548092168470660
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs pub struct PayuAccessTokenErrorResponse { pub error: String, pub error_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_-1917213055624222564
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs pub struct CardPaymentRequest { pub ssl_transaction_type: TransactionType, pub ssl_account_id: Secret<String>, pub ssl_user_id: Secret<String>, pub ssl_pin: Secret<String>, pub ssl_amount: StringMajorUnit, pub ss...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_777275160351921248
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs pub struct MandatePaymentRequest { pub ssl_transaction_type: TransactionType, pub ssl_account_id: Secret<String>, pub ssl_user_id: Secret<String>, pub ssl_pin: Secret<String>, pub ssl_amount: StringMajorUnit, 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_67013916067166769
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs pub struct ElavonPaymentsResponse { pub result: ElavonResult, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_542891996975758168
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs pub struct ElavonErrorResponse { error_code: Option<String>, error_message: String, error_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_6765845607795830228
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs pub struct PaymentResponse { ssl_result: SslResult, ssl_txn_id: String, ssl_result_message: String, ssl_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_-3406764510585894919
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs struct XmlResponse { // Error fields #[serde(rename = "errorCode", default)] error_code: Option<String>, #[serde(rename = "errorMessage", default)] error_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_5204021742773273410
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs pub struct PaymentsCaptureRequest { pub ssl_transaction_type: TransactionType, pub ssl_account_id: Secret<String>, pub ssl_user_id: Secret<String>, pub ssl_pin: Secret<String>, pub ssl_amount: StringMajorUnit, 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_5354765396851097522
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs pub struct PaymentsVoidRequest { pub ssl_transaction_type: TransactionType, pub ssl_account_id: Secret<String>, pub ssl_user_id: Secret<String>, pub ssl_pin: Secret<String>, pub ssl_txn_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_1935448760255019579
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs pub struct ElavonRefundRequest { pub ssl_transaction_type: TransactionType, pub ssl_account_id: Secret<String>, pub ssl_user_id: Secret<String>, pub ssl_pin: Secret<String>, pub ssl_amount: StringMajorUnit, pub s...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-7482932384327936165
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs pub struct SyncRequest { pub ssl_transaction_type: TransactionType, pub ssl_account_id: Secret<String>, pub ssl_user_id: Secret<String>, pub ssl_pin: Secret<String>, pub ssl_txn_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_493344733780609392
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs pub struct ElavonSyncResponse { pub ssl_trans_status: TransactionSyncStatus, pub ssl_transaction_type: SyncTransactionType, pub ssl_txn_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_6377185649638237129
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatConnectorMetadataObject { pub site: 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_3684820187440325906
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatCpiRequest { pub user_id: id_type::CustomerId, pub site: String, pub user_ip: Secret<String, IpAddress>, pub currency: Currency, pub amount: FloatMajorUnit, pub transaction_id: 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_8395325616018379359
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatAuthType { pub campaign_id: Secret<String>, pub access_token: Secret<String>, pub security_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_-5050447617708441646
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatPaymentResponse { pub token: Secret<String>, pub data: GigadatPaymentData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_3329925592495466530
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatPaymentData { pub 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_-861100205919448712
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatTransactionStatusResponse { pub status: GigadatPaymentStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_8790062561932512582
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatRefundRequest { pub amount: FloatMajorUnit, pub transaction_id: String, pub campaign_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_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct RefundResponse { success: bool, data: GigadatPaymentData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-4042555660489282374
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatPayoutQuoteRequest { pub amount: FloatMajorUnit, pub campaign: Secret<String>, pub currency: Currency, pub email: Email, pub mobile: Secret<String>, pub name: Secret<String>, pub site: Stri...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_7731347687368264370
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatPayoutQuoteResponse { pub token: Secret<String>, pub data: GigadatPayoutData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_9014879666106746870
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatPayoutData { pub transaction_id: String, #[serde(rename = "type")] pub transaction_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_5423520225581360513
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatPayoutMeta { pub 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_7589408844937063987
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatPayoutResponse { pub id: String, pub status: GigadatPayoutStatus, pub data: GigadatPayoutData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-4344912132345834544
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatPayoutSyncResponse { pub status: GigadatPayoutStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_3710461018399702170
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatErrorResponse { pub err: 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_5653838633076557850
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatRefundErrorResponse { pub error: Vec<Error>, 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_-862558042527299253
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct Error { pub code: Option<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_6802294820941831205
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatWebhookQueryParameters { pub transaction: String, pub status: GigadatPaymentStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-7154503680075646456
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs pub struct GigadatWebhookKeyValue { pub key: String, pub value: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-5152992155037943858
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymeRouterData<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_-2758562819542570932
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PayRequest { buyer_name: Secret<String>, buyer_email: pii::Email, payme_sale_id: String, #[serde(flatten)] card: PaymeCard, language: 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_-5661054662020969351
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct MandateRequest { currency: enums::Currency, sale_price: MinorUnit, transaction_id: String, product_name: String, sale_return_url: String, seller_payme_id: Secret<String>, sale_callback_url: String, ...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_5254932512573961150
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct Pay3dsRequest { buyer_name: Secret<String>, buyer_email: pii::Email, buyer_key: Secret<String>, payme_sale_id: String, meta_data_jwt: 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_4981116733938216511
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymeQuerySaleRequest { sale_payme_id: String, seller_payme_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_-8717979322194613172
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymeQueryTransactionRequest { payme_transaction_id: String, seller_payme_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_454662952577151861
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymeCard { credit_card_cvv: Secret<String>, credit_card_exp: Secret<String>, credit_card_number: cards::CardNumber, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_7499015793277345760
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct CaptureBuyerRequest { seller_payme_id: Secret<String>, #[serde(flatten)] card: PaymeCard, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-7159079574742698043
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct CaptureBuyerResponse { buyer_key: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_2338233525696716909
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct GenerateSaleRequest { currency: enums::Currency, sale_type: SaleType, sale_price: MinorUnit, transaction_id: String, product_name: String, sale_return_url: String, seller_payme_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_1254881269412094347
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct ThreeDs { name: ThreeDsType, settings: ThreeDsSettings, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-6143494254145871722
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct ThreeDsSettings { active: 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_393846708796488032
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct GenerateSaleResponse { payme_sale_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_-1319798381211847850
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymeRedirectResponseData { meta_data: 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_-2661862377348413111
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct SaleQueryResponse { items: Vec<SaleQuery>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_5074902647185822855
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct SaleQuery { sale_status: SaleStatus, sale_payme_id: String, sale_error_text: Option<String>, sale_error_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_-6285258748838078676
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymePaySaleResponse { sale_status: SaleStatus, payme_sale_id: String, payme_transaction_id: Option<String>, buyer_key: Option<Secret<String>>, status_error_details: Option<String>, status_error_code: 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_-8681710295815179157
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymeMetadata { payme_transaction_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_2290924977950271759
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymentCaptureRequest { payme_sale_id: String, sale_price: MinorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-5574972684918502731
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymeRefundRequest { sale_refund_amount: MinorUnit, payme_sale_id: String, seller_payme_id: Secret<String>, language: 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_1569358017215937465
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymeRefundResponse { sale_status: SaleStatus, payme_transaction_id: Option<String>, status_error_code: Option<u32>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-7969670305045407102
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymeVoidRequest { sale_currency: enums::Currency, payme_sale_id: String, seller_payme_id: Secret<String>, language: 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_8259998585330321171
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymeVoidResponse { sale_status: SaleStatus, payme_transaction_id: Option<String>, status_error_code: Option<u32>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-3237365875344338943
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymeQueryTransactionResponse { items: Vec<TransactionQuery>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_-1377995480264935543
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct TransactionQuery { sale_status: SaleStatus, payme_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_462439422175543647
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct PaymeErrorResponse { pub status_code: u16, pub status_error_details: String, pub status_additional_info: serde_json::Value, pub status_error_code: u32, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_2147881277289604088
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct WebhookEventDataResource { pub sale_status: SaleStatus, pub payme_signature: Secret<String>, pub buyer_key: Option<Secret<String>>, pub notify_type: NotifyType, pub payme_sale_id: String, pub payme_tran...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_6012651025605849102
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct WebhookEventDataResourceEvent { pub notify_type: NotifyType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_7275602509886697046
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs pub struct WebhookEventDataResourceSignature { pub payme_signature: 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_2851848887266361391
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/thunes/transformers.rs pub struct ThunesPaymentsRequest { amount: StringMinorUnit, card: ThunesCard, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_4648614371743980449
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/thunes/transformers.rs pub struct ThunesCard { 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_4572080915547779185
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/thunes/transformers.rs pub struct ThunesPaymentsResponse { status: ThunesPaymentStatus, 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_-3353430913295111183
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/thunes/transformers.rs pub struct ThunesRefundRequest { pub amount: 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_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/thunes/transformers.rs pub struct RefundResponse { id: String, status: RefundStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_3217247673300711246
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/thunes/transformers.rs pub struct ThunesErrorResponse { pub status_code: u16, pub code: String, pub message: String, pub reason: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-9195299718943946055
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs pub struct ThreedsecureioErrorResponse { pub error_code: String, pub error_component: Option<String>, pub error_description: Option<String>, pub error_detail: Option<String>, pub error_message_type: Option<St...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_6105087607840434330
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs pub struct ThreedsecureioAuthenticationSuccessResponse { #[serde(rename = "acsChallengeMandated")] pub acs_challenge_mandated: Option<String>, #[serde(rename = "acsOperatorID")] pub acs_operator_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_-7544938207685565040
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs pub struct ThreedsecureioAuthenticationRequest { pub ds_start_protocol_version: String, pub ds_end_protocol_version: String, pub acs_start_protocol_version: String, pub acs_end_protocol_version: String, pub 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_-7062763118407092342
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs pub struct ThreeDSecureIoMetaData { pub mcc: String, pub merchant_country_code: String, pub merchant_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_5556770802980918273
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs pub struct ThreeDSecureIoConnectorMetaData { pub ds_start_protocol_version: String, pub ds_end_protocol_version: String, pub acs_start_protocol_version: String, pub acs_end_protocol_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_-8242178736162542697
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs pub struct DeviceRenderOptions { pub sdk_interface: String, pub sdk_ui_type: 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_-3663476474118843989
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs pub struct ThreedsecureioPreAuthenticationRequest { acct_number: cards::CardNumber, ds: Option<DirectoryServer>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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_6865312861252851157
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs pub struct ThreedsecureioPostAuthenticationRequest { pub three_ds_server_trans_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-6372496281570133513
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs pub struct ThreedsecureioPostAuthenticationResponse { pub authentication_value: Option<Secret<String>>, pub trans_status: ThreedsecureioTransStatus, pub eci: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_3597585329047780579
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs pub struct ThreedsecureioPreAuthenticationResponseData { pub ds_start_protocol_version: String, pub ds_end_protocol_version: String, pub acs_start_protocol_version: String, pub acs_end_protocol_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_-5982728365730263067
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs pub struct GlobalpayPaymentsResponse { pub status: GlobalpayPaymentStatus, pub payment_method: Option<PaymentMethod>, pub id: String, pub amount: Option<StringMinorUnit>, #[serde(deserialize_with = "deserialize_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_3962482605026545056
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs pub struct GlobalpayRefreshTokenResponse { pub token: Secret<String>, pub seconds_to_expire: 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_-1012532978817753508
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs pub struct GlobalpayRefreshTokenErrorResponse { pub error_code: String, pub detailed_error_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_-9139326631494959332
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs pub struct PaymentMethod { pub apm: Option<Apm>, pub card: Option<Card>, pub id: Option<Secret<String>>, pub message: Option<String>, pub result: 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_-3261764957184761100
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs pub struct Apm { #[serde(alias = "provider_redirect_url")] pub redirect_url: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-2685950571151159995
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs pub struct Card { pub brand_reference: 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_2835978702942836787
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs pub struct GlobalpayWebhookObjectId { pub id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-6032879744158905055
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs pub struct GlobalpayWebhookObjectEventType { pub status: GlobalpayWebhookStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...