id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_hyperswitch_connectors_5865161749209797129
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripebillingInvoiceBody { #[serde(rename = "type")] pub event_type: StripebillingEventType, pub data: StripebillingInvoiceData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StripebillingInvoiceBody", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5380306473877646965
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripebillingWebhookData { pub object: StripebillingWebhookObject, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StripebillingWebhookData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4867373475477589190
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripebillingInvoiceData { pub object: StripebillingWebhookObject, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StripebillingInvoiceData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5635605091113167816
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripebillingWebhookObject { #[serde(rename = "id")] pub invoice_id: String, #[serde(deserialize_with = "convert_uppercase")] pub currency: enums::Currency, pub customer: String, #[serde(rename = "amount_remaining")] pub amount: common_utils::types::MinorUnit, pub charge: String, pub payment_intent: String, pub customer_address: Option<StripebillingInvoiceBillingAddress>, pub attempt_count: u16, pub lines: StripebillingWebhookLinesObject, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StripebillingWebhookObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8613734440697693980
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripebillingWebhookLinesObject { pub data: Vec<StripebillingWebhookLinesData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StripebillingWebhookLinesObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5951948762809821525
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripebillingWebhookLinesData { pub period: StripebillingWebhookLineDataPeriod, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StripebillingWebhookLinesData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2345482802965786637
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripebillingWebhookLineDataPeriod { #[serde(with = "common_utils::custom_serde::timestamp")] pub end: PrimitiveDateTime, #[serde(with = "common_utils::custom_serde::timestamp")] pub start: PrimitiveDateTime, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StripebillingWebhookLineDataPeriod", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-198342539765479206
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripebillingInvoiceBillingAddress { pub country: Option<enums::CountryAlpha2>, pub city: Option<String>, pub address_line1: Option<Secret<String>>, pub address_line2: Option<Secret<String>>, pub zip_code: Option<Secret<String>>, pub state: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StripebillingInvoiceBillingAddress", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1348153970407790210
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripebillingInvoiceObject { #[serde(rename = "id")] pub invoice_id: String, #[serde(deserialize_with = "convert_uppercase")] pub currency: enums::Currency, #[serde(rename = "amount_remaining")] pub amount: common_utils::types::MinorUnit, pub attempt_count: 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_line": null, "struct_name": "StripebillingInvoiceObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-164226497389157691
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripebillingRecoveryDetailsData { #[serde(rename = "id")] pub charge_id: String, pub status: StripebillingChargeStatus, pub amount: common_utils::types::MinorUnit, #[serde(deserialize_with = "convert_uppercase")] pub currency: enums::Currency, pub customer: String, pub payment_method: String, pub failure_code: Option<String>, pub failure_message: Option<String>, #[serde(with = "common_utils::custom_serde::timestamp")] pub created: PrimitiveDateTime, pub payment_method_details: StripePaymentMethodDetails, #[serde(rename = "invoice")] pub invoice_id: String, pub payment_intent: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StripebillingRecoveryDetailsData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_9096600488134752277
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripePaymentMethodDetails { #[serde(rename = "type")] pub type_of_payment_method: StripebillingPaymentMethod, #[serde(rename = "card")] pub card_details: StripeBillingCardDetails, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StripePaymentMethodDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3009815327876701584
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripeBillingCardDetails { pub network: StripebillingCardNetwork, pub funding: StripebillingFundingTypes, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StripeBillingCardDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4340071566926260843
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/stripebilling/transformers.rs pub struct StripebillingRecordBackResponse { pub id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StripebillingRecordBackResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4953226815335208704
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeConnectorMetadataObject { pub account_id: PaysafePaymentMethodDetails, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeConnectorMetadataObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5000916433813029482
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafePaymentMethodDetails { pub apple_pay: Option<HashMap<Currency, ApplePayAccountDetails>>, pub card: Option<HashMap<Currency, CardAccountId>>, pub interac: Option<HashMap<Currency, RedirectAccountId>>, pub pay_safe_card: Option<HashMap<Currency, RedirectAccountId>>, pub skrill: Option<HashMap<Currency, RedirectAccountId>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafePaymentMethodDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_9114128204074764972
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct CardAccountId { no_three_ds: Option<Secret<String>>, three_ds: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CardAccountId", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1766539337355449737
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct ApplePayAccountDetails { encrypt: Option<Secret<String>>, decrypt: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ApplePayAccountDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-769919524564977718
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct RedirectAccountId { three_ds: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RedirectAccountId", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7355043571219121874
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeCustomerDetails { pub merchant_customer_id: String, pub first_name: Option<Secret<String>>, pub last_name: Option<Secret<String>>, pub email: Option<Email>, pub phone: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeCustomerDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1254881269412094347
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct ThreeDs { pub merchant_url: String, pub device_channel: DeviceChannel, pub message_category: ThreeDsMessageCategory, pub authentication_purpose: ThreeDsAuthenticationPurpose, pub requestor_challenge_preference: ThreeDsChallengePreference, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ThreeDs", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_925018751923208587
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafePaymentHandleRequest { pub merchant_ref_num: String, pub amount: MinorUnit, pub settle_with_auth: bool, #[serde(flatten)] pub payment_method: PaysafePaymentMethod, pub currency_code: Currency, pub payment_type: PaysafePaymentType, pub transaction_type: TransactionType, pub return_links: Vec<ReturnLink>, pub account_id: Secret<String>, pub three_ds: Option<ThreeDs>, pub profile: Option<PaysafeProfile>, pub billing_details: Option<PaysafeBillingDetails>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafePaymentHandleRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8904758774515745350
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeBillingDetails { pub nick_name: Option<Secret<String>>, pub street: Option<Secret<String>>, pub street2: Option<Secret<String>>, pub city: Option<String>, pub state: Secret<String>, pub zip: Secret<String>, pub country: api_models::enums::CountryAlpha2, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeBillingDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3478170373107320241
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeProfile { pub first_name: Secret<String>, pub last_name: Secret<String>, pub email: Email, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeProfile", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3216156351675119935
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeApplepayPayment { pub label: Option<String>, pub request_billing_address: Option<bool>, #[serde(rename = "applePayPaymentToken")] pub apple_pay_payment_token: PaysafeApplePayPaymentToken, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeApplepayPayment", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_326031895760948079
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeApplePayPaymentToken { pub token: PaysafeApplePayToken, #[serde(skip_serializing_if = "Option::is_none")] pub billing_contact: Option<PaysafeApplePayBillingContact>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeApplePayPaymentToken", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4922043381883853226
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeApplePayToken { pub payment_data: PaysafeApplePayPaymentData, pub payment_method: PaysafeApplePayPaymentMethod, pub transaction_identifier: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeApplePayToken", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8387355253048076789
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeApplePayEncryptedData { pub data: Secret<String>, pub signature: Secret<String>, pub header: PaysafeApplePayHeader, pub version: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeApplePayEncryptedData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5311918353948784123
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeApplePayDecryptedDataWrapper { pub decrypted_data: PaysafeApplePayDecryptedData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeApplePayDecryptedDataWrapper", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7130054294371003252
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeApplePayDecryptedData { pub application_primary_account_number: CardNumber, pub application_expiration_date: Secret<String>, pub currency_code: String, pub transaction_amount: Option<MinorUnit>, pub cardholder_name: Option<Secret<String>>, pub device_manufacturer_identifier: Option<String>, pub payment_data_type: Option<String>, pub payment_data: PaysafeApplePayDecryptedPaymentData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeApplePayDecryptedData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8442331279618497896
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeApplePayDecryptedPaymentData { pub online_payment_cryptogram: Secret<String>, pub eci_indicator: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeApplePayDecryptedPaymentData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1968164114922363103
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeApplePayHeader { pub public_key_hash: String, pub ephemeral_public_key: String, 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_line": null, "struct_name": "PaysafeApplePayHeader", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5226551870793006368
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeApplePayPaymentMethod { pub display_name: Secret<String>, pub network: Secret<String>, #[serde(rename = "type")] pub method_type: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeApplePayPaymentMethod", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6124317471923289981
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeApplePayBillingContact { pub address_lines: Vec<Option<Secret<String>>>, #[serde(skip_serializing_if = "Option::is_none")] pub administrative_area: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] pub country: Option<String>, pub country_code: api_models::enums::CountryAlpha2, #[serde(skip_serializing_if = "Option::is_none")] pub family_name: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] pub given_name: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] pub locality: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] pub phonetic_family_name: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] pub phonetic_given_name: Option<Secret<String>>, pub postal_code: Secret<String>, #[serde(skip_serializing_if = "Option::is_none")] pub sub_administrative_area: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] pub sub_locality: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeApplePayBillingContact", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6899601958752262896
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct SkrillWallet { pub consumer_id: Email, pub country_code: Option<api_models::enums::CountryAlpha2>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SkrillWallet", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1004997209183107203
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct InteracBankRedirect { pub consumer_id: Email, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "InteracBankRedirect", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1573567612425859045
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeGiftCard { pub consumer_id: id_type::CustomerId, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeGiftCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5861008485336683976
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct ReturnLink { pub rel: LinkType, pub href: String, pub method: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ReturnLink", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8435747708444271298
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafePaymentHandleResponse { pub id: String, pub merchant_ref_num: String, pub payment_handle_token: Secret<String>, pub usage: Option<PaysafeUsage>, pub status: PaysafePaymentHandleStatus, pub links: Option<Vec<PaymentLink>>, pub error: Option<Error>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafePaymentHandleResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6717348051321507945
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaymentLink { pub rel: String, pub href: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentLink", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1715262600787638025
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeMeta { pub payment_handle_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_line": null, "struct_name": "PaysafeMeta", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1419319874456099287
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafePaymentsRequest { pub merchant_ref_num: String, pub amount: MinorUnit, pub settle_with_auth: bool, pub payment_handle_token: Secret<String>, pub currency_code: Currency, pub customer_ip: Option<Secret<String, IpAddress>>, pub stored_credential: Option<PaysafeStoredCredential>, #[serde(skip_serializing_if = "Option::is_none")] pub account_id: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafePaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3059106748542733129
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeStoredCredential { #[serde(rename = "type")] stored_credential_type: PaysafeStoredCredentialType, occurrence: MandateOccurence, #[serde(skip_serializing_if = "Option::is_none")] initial_transaction_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeStoredCredential", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2232187979191270656
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeCard { pub card_num: CardNumber, pub card_expiry: PaysafeCardExpiry, #[serde(skip_serializing_if = "Option::is_none")] pub cvv: Option<Secret<String>>, pub 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_line": null, "struct_name": "PaysafeCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-697495523956317826
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeCardExpiry { pub month: Secret<String>, pub year: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeCardExpiry", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4434795246318085979
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs struct DecryptedApplePayTokenData { data: Secret<String>, signature: Secret<String>, header: DecryptedApplePayTokenHeader, version: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DecryptedApplePayTokenData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7209376006846557232
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs struct DecryptedApplePayTokenHeader { public_key_hash: String, ephemeral_public_key: String, transaction_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DecryptedApplePayTokenHeader", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1023809373268067189
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeMandateData { stored_credential: Option<PaysafeStoredCredential>, payment_token: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeMandateData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3118321045265261147
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafePaymentsSyncResponse { pub payments: Vec<PaysafePaymentsResponse>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafePaymentsSyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4117092230382601299
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafePaymentHandlesSyncResponse { pub payment_handles: Vec<PaysafePaymentHandleResponse>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafePaymentHandlesSyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_9044813881120152842
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafePaymentsResponse { pub id: String, pub payment_handle_token: Option<Secret<String>>, pub merchant_ref_num: Option<String>, pub status: PaysafePaymentStatus, pub error: Option<Error>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafePaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8597217920104205889
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeMandateMetadata { pub initial_transaction_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeMandateMetadata", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4085638250527590155
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeCustomerResponse { pub id: String, pub status: Option<String>, pub merchant_customer_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeCustomerResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8503169677751634140
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeSettlementResponse { pub merchant_ref_num: Option<String>, pub id: String, pub status: PaysafeSettlementStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeSettlementResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_294898670154137520
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeCaptureRequest { pub merchant_ref_num: String, #[serde(skip_serializing_if = "Option::is_none")] pub 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_line": null, "struct_name": "PaysafeCaptureRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1686775649836607376
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct VoidResponse { pub merchant_ref_num: Option<String>, pub id: String, pub status: PaysafeVoidStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "VoidResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7062281356162017807
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeRefundRequest { pub merchant_ref_num: String, pub amount: MinorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct RefundResponse { id: String, status: RefundStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1611118258859511426
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct PaysafeErrorResponse { pub error: Error, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaysafeErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-862558042527299253
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct Error { pub code: String, pub message: String, pub details: Option<Vec<String>>, #[serde(rename = "fieldErrors")] pub field_errors: Option<Vec<FieldError>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Error", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6816050235917104622
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paysafe/transformers.rs pub struct FieldError { pub field: Option<String>, pub error: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FieldError", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2218506972103777579
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct MultisafepayRouterData<T> { amount: MinorUnit, router_data: T, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MultisafepayRouterData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2122499388482287459
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct Coupons { pub allow: Option<Vec<Secret<String>>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Coupons", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5549703082652912390
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct Mistercash { pub mobile_pay_button_position: Option<String>, pub disable_mobile_pay_button: Option<String>, pub qr_only: Option<String>, pub qr_size: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Mistercash", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6859716829031242503
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct Gateways { pub mistercash: Option<Mistercash>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Gateways", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2468058615606694091
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct Settings { pub coupons: Option<Coupons>, pub gateways: Option<Gateways>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Settings", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6410871142400105818
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct PaymentOptions { pub notification_url: Option<String>, pub notification_method: Option<String>, pub redirect_url: String, pub cancel_url: String, pub close_window: Option<bool>, pub settings: Option<Settings>, pub template_id: Option<String>, pub allowed_countries: Option<Vec<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentOptions", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7938030573415222156
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct Browser { pub javascript_enabled: Option<bool>, pub java_enabled: Option<bool>, pub cookies_enabled: Option<bool>, pub language: Option<String>, pub screen_color_depth: Option<i32>, pub screen_height: Option<i32>, pub screen_width: Option<i32>, pub time_zone: Option<i32>, pub user_agent: Option<String>, pub platform: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Browser", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8051645323253493976
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct Customer { pub browser: Option<Browser>, pub locale: Option<String>, pub ip_address: Option<Secret<String, IpAddress>>, pub forward_ip: Option<Secret<String, IpAddress>>, pub first_name: Option<Secret<String>>, pub last_name: Option<Secret<String>>, pub gender: Option<Secret<String>>, pub birthday: Option<Secret<String>>, pub address1: Option<Secret<String>>, pub address2: Option<Secret<String>>, pub house_number: Option<Secret<String>>, pub zip_code: Option<Secret<String>>, pub city: Option<String>, pub state: Option<String>, pub country: Option<String>, pub phone: Option<Secret<String>>, pub email: Option<Email>, pub user_agent: Option<String>, pub referrer: Option<String>, 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_line": null, "struct_name": "Customer", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5631893846784260594
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct CardInfo { pub card_number: Option<cards::CardNumber>, pub card_holder_name: Option<Secret<String>>, pub card_expiry_date: Option<Secret<i32>>, pub card_cvc: Option<Secret<String>>, pub flexible_3d: Option<bool>, pub moto: Option<bool>, pub term_url: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CardInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6045595170887174315
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct GpayInfo { pub payment_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_line": null, "struct_name": "GpayInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7796986734346257058
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct PayLaterInfo { pub email: Option<Email>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PayLaterInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6630701164638320083
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct MbWayInfo {}
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MbWayInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4444949691828495640
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct WeChatPayInfo {}
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "WeChatPayInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6975571684617748921
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct AlipayInfo {}
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AlipayInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8609876395247848689
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct SofortInfo {}
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SofortInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8446757791882794857
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct EpsInfo {}
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "EpsInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-9130728253406883488
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct TrustlyInfo {}
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustlyInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3408988473033418321
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct IdealInfo { pub issuer_id: MultisafepayBankNames, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "IdealInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7733360486425033080
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct DeliveryObject { first_name: Secret<String>, last_name: Secret<String>, address1: Secret<String>, house_number: Secret<String>, zip_code: Secret<String>, city: String, country: api_models::enums::CountryAlpha2, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DeliveryObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4844911418474516120
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct DefaultObject { shipping_taxed: bool, rate: f64, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DefaultObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6104685335848837684
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct TaxObject { pub default: DefaultObject, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TaxObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7399272478076102827
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct CheckoutOptions { pub validate_cart: Option<bool>, pub tax_tables: TaxObject, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CheckoutOptions", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5851624389033638328
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct Item { pub name: String, pub unit_price: FloatMajorUnit, pub description: Option<String>, pub quantity: i64, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Item", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6655564733786530163
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct ShoppingCart { pub items: Vec<Item>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ShoppingCart", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-371486903117605970
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct MultisafepayPaymentsRequest { #[serde(rename = "type")] pub payment_type: Type, pub gateway: Option<Gateway>, pub order_id: String, pub currency: String, pub amount: MinorUnit, pub description: String, pub payment_options: Option<PaymentOptions>, pub customer: Option<Customer>, pub gateway_info: Option<GatewayInfo>, pub delivery: Option<DeliveryObject>, pub checkout_options: Option<CheckoutOptions>, pub shopping_cart: Option<ShoppingCart>, pub items: Option<String>, pub recurring_model: Option<MandateType>, pub recurring_id: Option<Secret<String>>, pub capture: Option<String>, pub days_active: Option<i32>, pub seconds_active: Option<i32>, pub var1: Option<String>, pub var2: Option<String>, pub var3: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MultisafepayPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2554143905105674866
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct Data { #[serde(rename = "type")] pub payment_type: Option<String>, pub order_id: String, pub currency: Option<String>, pub amount: Option<MinorUnit>, pub description: Option<String>, pub capture: Option<String>, pub payment_url: Option<Url>, pub status: Option<MultisafepayPaymentStatus>, pub reason: Option<String>, pub reason_code: Option<String>, pub payment_details: Option<MultisafepayPaymentDetails>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Data", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7713466838979320656
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct MultisafepayPaymentDetails { pub account_holder_name: Option<Secret<String>>, pub account_id: Option<Secret<String>>, pub card_expiry_date: Option<Secret<String>>, pub external_transaction_id: Option<serde_json::Value>, pub last4: Option<Secret<String>>, pub recurring_flow: Option<String>, pub recurring_id: Option<Secret<String>>, pub recurring_model: Option<String>, #[serde(rename = "type")] pub payment_type: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MultisafepayPaymentDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8878151204410220687
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct MultisafepayPaymentsResponse { pub success: bool, pub data: Data, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MultisafepayPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3526012939093171476
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct MultisafepayRefundRequest { pub currency: enums::Currency, pub amount: MinorUnit, pub description: Option<String>, pub refund_order_id: Option<String>, pub checkout_data: Option<ShoppingCart>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MultisafepayRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7021582292460501239
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct RefundData { pub transaction_id: i64, pub refund_id: i64, pub order_id: Option<String>, pub error_code: Option<i32>, pub error_info: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RefundData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct RefundResponse { pub success: bool, pub data: RefundData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6857861941896380957
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/multisafepay/transformers.rs pub struct MultisafepayErrorResponse { pub error_code: i32, pub error_info: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MultisafepayErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5911968202614085647
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payeezy/transformers.rs pub struct PayeezyRouterData<T> { pub amount: String, pub router_data: T, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PayeezyRouterData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5977202988308451733
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payeezy/transformers.rs pub struct PayeezyCard { #[serde(rename = "type")] pub card_type: PayeezyCardType, pub cardholder_name: Secret<String>, pub card_number: CardNumber, pub exp_date: Secret<String>, pub cvv: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PayeezyCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_298424542949238869
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payeezy/transformers.rs pub struct PayeezyPaymentsRequest { pub merchant_ref: String, pub transaction_type: PayeezyTransactionType, pub method: PayeezyPaymentMethodType, pub amount: String, pub currency_code: String, pub credit_card: PayeezyPaymentMethod, pub stored_credentials: Option<StoredCredentials>, 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_line": null, "struct_name": "PayeezyPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_639570365218075663
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payeezy/transformers.rs pub struct StoredCredentials { pub sequence: Sequence, pub initiator: Initiator, pub is_scheduled: bool, pub cardbrand_original_transaction_id: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StoredCredentials", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8212999600673383718
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payeezy/transformers.rs pub struct PayeezyPaymentsResponse { pub correlation_id: String, pub transaction_status: PayeezyPaymentStatus, pub validation_status: String, pub transaction_type: PayeezyTransactionType, pub transaction_id: String, pub transaction_tag: Option<String>, pub method: Option<String>, pub amount: String, pub currency: String, pub bank_resp_code: String, pub bank_message: String, pub gateway_resp_code: String, pub gateway_message: String, pub stored_credentials: Option<PaymentsStoredCredentials>, 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_line": null, "struct_name": "PayeezyPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8815475292518930337
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payeezy/transformers.rs pub struct PaymentsStoredCredentials { cardbrand_original_transaction_id: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentsStoredCredentials", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5269994555357227564
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payeezy/transformers.rs pub struct PayeezyCaptureOrVoidRequest { transaction_tag: String, transaction_type: PayeezyTransactionType, amount: String, currency_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_line": null, "struct_name": "PayeezyCaptureOrVoidRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-192781789000218564
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payeezy/transformers.rs pub struct PayeezyPaymentsMetadata { transaction_tag: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PayeezyPaymentsMetadata", "total_crates": null, "trait_name": null }