id
stringlengths 20
153
| type
stringclasses 1
value | granularity
stringclasses 14
values | content
stringlengths 16
84.3k
| metadata
dict |
|---|---|---|---|---|
hyperswitch_struct_hyperswitch_connectors_6534774622013894981
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/zen/transformers.rs
pub struct ZenWebhookObjectReference {
#[serde(rename = "type")]
pub transaction_type: ZenWebhookTxnType,
pub transaction_id: String,
pub merchant_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": "ZenWebhookObjectReference",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6423026907798147669
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/zen/transformers.rs
pub struct ZenWebhookEventType {
#[serde(rename = "type")]
pub transaction_type: ZenWebhookTxnType,
pub transaction_id: String,
pub status: ZenPaymentStatus,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "ZenWebhookEventType",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1781364402718179104
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/zen/transformers.rs
pub struct ZenErrorResponse {
pub error: Option<ZenErrorBody>,
pub message: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ZenErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_730018199788863071
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/zen/transformers.rs
pub struct ZenErrorBody {
pub message: String,
pub 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": "ZenErrorBody",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4517192248187287398
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct UnifiedAuthenticationServicePreAuthenticateRequest {
pub authenticate_by: String,
pub session_id: common_utils::id_type::AuthenticationId,
pub source_authentication_id: common_utils::id_type::AuthenticationId,
pub authentication_info: Option<AuthenticationInfo>,
pub service_details: Option<CtpServiceDetails>,
pub customer_details: Option<CustomerDetails>,
pub pmt_details: Option<PaymentDetails>,
pub auth_creds: UnifiedAuthenticationServiceAuthType,
pub transaction_details: Option<TransactionDetails>,
pub acquirer_details: Option<Acquirer>,
pub billing_address: Option<Address>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "UnifiedAuthenticationServicePreAuthenticateRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5794440349060264747
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct UnifiedAuthenticationServiceAuthenticateConfirmationRequest {
pub authenticate_by: String,
pub source_authentication_id: common_utils::id_type::AuthenticationId,
pub auth_creds: UnifiedAuthenticationServiceAuthType,
pub x_src_flow_id: Option<String>,
pub transaction_amount: Option<FloatMajorUnit>,
pub transaction_currency: Option<enums::Currency>,
pub checkout_event_type: Option<String>,
pub checkout_event_status: Option<String>,
pub confirmation_status: Option<String>,
pub confirmation_reason: Option<String>,
pub confirmation_timestamp: Option<String>,
pub network_authorization_code: Option<String>,
pub network_transaction_identifier: Option<String>,
pub correlation_id: Option<String>,
pub merchant_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": "UnifiedAuthenticationServiceAuthenticateConfirmationRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-170729018334601532
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct UnifiedAuthenticationServiceAuthenticateConfirmationResponse {
status: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "UnifiedAuthenticationServiceAuthenticateConfirmationResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5359658461685616047
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct PaymentDetails {
pub pan: cards::CardNumber,
pub digital_card_id: Option<String>,
pub payment_data_type: Option<common_enums::PaymentMethodType>,
pub encrypted_src_card_details: Option<String>,
pub card_expiry_month: Secret<String>,
pub card_expiry_year: Secret<String>,
pub cardholder_name: Option<Secret<String>>,
pub card_token_number: Option<Secret<String>>,
pub account_type: Option<common_enums::PaymentMethodType>,
pub card_cvc: 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": "PaymentDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1456226185042632285
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct TransactionDetails {
pub amount: FloatMajorUnit,
pub currency: enums::Currency,
pub date: Option<PrimitiveDateTime>,
pub pan_source: Option<String>,
pub protection_type: Option<String>,
pub entry_mode: Option<String>,
pub transaction_type: Option<String>,
pub otp_value: Option<String>,
pub three_ds_data: Option<ThreeDSData>,
pub message_category: Option<MessageCategory>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "TransactionDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4706716962249133217
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct ThreeDSData {
pub preferred_protocol_version: common_utils::types::SemanticVersion,
pub threeds_method_comp_ind: api_models::payments::ThreeDsCompletionIndicator,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "ThreeDSData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6042182553137143019
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct Acquirer {
pub acquirer_merchant_id: Option<String>,
pub acquirer_bin: Option<String>,
pub acquirer_country_code: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Acquirer",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7693079618681757406
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct BrowserInfo {
pub color_depth: Option<u8>,
pub java_enabled: Option<bool>,
pub java_script_enabled: Option<bool>,
pub language: Option<String>,
pub screen_height: Option<u32>,
pub screen_width: Option<u32>,
pub time_zone: Option<i32>,
pub ip_address: Option<std::net::IpAddr>,
pub accept_header: Option<String>,
pub user_agent: Option<String>,
pub os_type: Option<String>,
pub os_version: Option<String>,
pub device_model: Option<String>,
pub accept_language: 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": "BrowserInfo",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5887519142469030509
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct CtpServiceDetails {
pub service_session_ids: Option<ServiceSessionIds>,
pub merchant_details: Option<MerchantDetails>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CtpServiceDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2446804358729061212
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct ServiceSessionIds {
pub client_id: Option<String>,
pub service_id: Option<String>,
pub correlation_id: Option<String>,
pub client_reference_id: Option<String>,
pub merchant_transaction_id: Option<String>,
pub x_src_flow_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": "ServiceSessionIds",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3902238003590142986
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct MerchantDetails {
pub merchant_id: Option<String>,
pub merchant_name: Option<String>,
pub merchant_category_code: Option<MerchantCategoryCode>,
pub configuration_id: Option<String>,
pub endpoint_prefix: Option<String>,
pub three_ds_requestor_url: Option<String>,
pub three_ds_requestor_id: Option<String>,
pub three_ds_requestor_name: Option<String>,
pub merchant_country_code: Option<MerchantCountryCode>,
pub notification_url: Option<url::Url>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "MerchantDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5230333063434461868
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct Address {
pub city: Option<String>,
pub country: Option<common_enums::CountryAlpha2>,
pub line1: Option<Secret<String>>,
pub line2: Option<Secret<String>>,
pub line3: Option<Secret<String>>,
pub post_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": "Address",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5710289965688879864
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct CustomerDetails {
pub name: Secret<String>,
pub email: Option<Secret<String>>,
pub phone_number: Option<Secret<String>>,
pub customer_id: String,
#[serde(rename = "type")]
pub customer_type: Option<String>,
pub billing_address: Address,
pub shipping_address: Address,
pub wallet_account_id: Secret<String>,
pub email_hash: Secret<String>,
pub country_code: String,
pub national_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": "CustomerDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1345758449837933658
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct UnifiedAuthenticationServiceCard {
number: cards::CardNumber,
expiry_month: Secret<String>,
expiry_year: Secret<String>,
cvc: Secret<String>,
complete: bool,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "UnifiedAuthenticationServiceCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2935064287358153119
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct UnifiedAuthenticationServicePreAuthenticateResponse {
status: UnifiedAuthenticationServicePreAuthenticateStatus,
pub eligibility: Option<Eligibility>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "UnifiedAuthenticationServicePreAuthenticateResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1198791249211289636
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct UnifiedAuthenticationServicePostAuthenticateRequest {
pub authenticate_by: String,
pub source_authentication_id: common_utils::id_type::AuthenticationId,
pub auth_creds: ConnectorAuthType,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "UnifiedAuthenticationServicePostAuthenticateRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_662558870378448441
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct UnifiedAuthenticationServicePostAuthenticateResponse {
pub authentication_details: AuthenticationDetails,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "UnifiedAuthenticationServicePostAuthenticateResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6902015792949180456
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct AuthenticationDetails {
pub eci: Option<String>,
pub token_details: Option<UasTokenDetails>,
pub dynamic_data_details: Option<UasDynamicData>,
pub trans_status: Option<common_enums::TransactionStatus>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "AuthenticationDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5374409331716006326
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct UasTokenDetails {
pub payment_token: cards::CardNumber,
pub payment_account_reference: String,
pub token_expiration_month: Secret<String>,
pub token_expiration_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": "UasTokenDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3322607177164912800
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct UasDynamicData {
pub dynamic_data_value: Option<Secret<String>>,
pub dynamic_data_type: Option<String>,
pub ds_trans_id: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "UasDynamicData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-997218170146773916
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct UnifiedAuthenticationServiceErrorResponse {
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": "UnifiedAuthenticationServiceErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4492426267701473226
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct TokenEligibilityResponse {
pub network_request_id: Option<String>,
pub network_client_id: Option<String>,
pub nonce: Option<String>,
pub payment_method_details: Option<PaymentMethodDetails>,
pub network_pan_enrollment_id: Option<String>,
pub ignore_00_field: Option<String>,
pub token_details: Option<TokenDetails>,
pub network_provisioned_token_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": "TokenEligibilityResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-178602798259315729
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct PaymentMethodDetails {
pub ignore_01_field: String,
pub cvv2_printed_ind: String,
pub last4: String,
pub exp_date_printed_ind: String,
pub payment_account_reference: String,
pub exp_year: String,
pub exp_month: String,
pub verification_results: VerificationResults,
pub enabled_services: EnabledServices,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "PaymentMethodDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_114884713163043229
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct VerificationResults {
pub address_verification_code: String,
pub cvv2_verification_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": "VerificationResults",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_765027273431203114
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct EnabledServices {
pub merchant_presented_qr: 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": "EnabledServices",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6244586568496062980
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct ThreeDsEligibilityResponse {
pub three_ds_server_trans_id: String,
pub scheme_id: Option<String>,
pub acs_protocol_versions: Option<Vec<AcsProtocolVersion>>,
pub ds_protocol_versions: Option<Vec<String>>,
pub three_ds_method_data_form: Option<ThreeDsMethodDataForm>,
pub three_ds_method_data: Option<ThreeDsMethodData>,
pub error_details: Option<String>,
pub is_card_found_in_2x_ranges: bool,
pub directory_server_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": "ThreeDsEligibilityResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7076708596345479881
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct AcsProtocolVersion {
pub version: common_utils::types::SemanticVersion,
pub acs_info_ind: Vec<String>,
pub three_ds_method_url: Option<String>,
pub supported_msg_ext: Option<Vec<SupportedMsgExt>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "AcsProtocolVersion",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6023323843533149261
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct SupportedMsgExt {
pub id: String,
pub 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_line": null,
"struct_name": "SupportedMsgExt",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-245828972793486756
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct ThreeDsMethodDataForm {
pub three_ds_method_data: 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": "ThreeDsMethodDataForm",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4112234633186691471
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct ThreeDsMethodData {
pub three_ds_method_notification_url: String,
pub server_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": "ThreeDsMethodData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8930956297544781471
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct UnifiedAuthenticationServiceAuthenticateRequest {
pub authenticate_by: String,
pub source_authentication_id: common_utils::id_type::AuthenticationId,
pub transaction_details: TransactionDetails,
pub device_details: DeviceDetails,
pub customer_details: Option<CustomerDetails>,
pub auth_creds: UnifiedAuthenticationServiceAuthType,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "UnifiedAuthenticationServiceAuthenticateRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_536298399402074094
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct ServiceDetails {
pub service_session_ids: Option<ServiceSessionIds>,
pub merchant_details: Option<MerchantDetails>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "ServiceDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5045830864267527143
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct ThreeDsResponseData {
pub three_ds_auth_response: ThreeDsAuthDetails,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "ThreeDsResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7842762238535343163
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct ThreeDsAuthDetails {
pub three_ds_server_trans_id: String,
pub acs_trans_id: String,
pub acs_reference_number: String,
pub acs_operator_id: Option<String>,
pub ds_reference_number: Option<String>,
pub ds_trans_id: String,
pub sdk_trans_id: Option<String>,
pub trans_status: common_enums::TransactionStatus,
pub acs_challenge_mandated: Option<ACSChallengeMandatedEnum>,
pub message_type: Option<String>,
pub message_version: Option<String>,
pub acs_url: Option<url::Url>,
pub challenge_request: Option<String>,
pub challenge_request_key: Option<String>,
pub acs_signed_content: Option<String>,
pub authentication_value: Option<Secret<String>>,
pub eci: Option<String>,
pub challenge_code: Option<String>,
pub challenge_cancel: Option<String>,
pub challenge_code_reason: Option<String>,
pub message_extension: Option<common_utils::pii::SecretSerdeValue>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "ThreeDsAuthDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2479845904013587128
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/unified_authentication_service/transformers.rs
pub struct DeviceDetails {
pub device_channel: api_models::payments::DeviceChannel,
pub browser_info: Option<BrowserInfo>,
pub sdk_info: Option<api_models::payments::SdkInformation>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "DeviceDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8461136498876861764
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct PaymentsRequest {
ds_merchant_emv3ds: Option<EmvThreedsData>,
ds_merchant_transactiontype: RedsysTransactionType,
ds_merchant_currency: String,
ds_merchant_pan: cards::CardNumber,
ds_merchant_merchantcode: Secret<String>,
ds_merchant_terminal: Secret<String>,
ds_merchant_order: String,
ds_merchant_amount: StringMinorUnit,
ds_merchant_expirydate: Secret<String>,
ds_merchant_cvv2: 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": "PaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-383050102965319807
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct EmvThreedsData {
three_d_s_info: RedsysThreeDsInfo,
protocol_version: Option<String>,
browser_accept_header: Option<String>,
browser_user_agent: Option<String>,
browser_java_enabled: Option<bool>,
browser_javascript_enabled: Option<bool>,
browser_language: Option<String>,
browser_color_depth: Option<String>,
browser_screen_height: Option<String>,
browser_screen_width: Option<String>,
browser_t_z: Option<String>,
browser_i_p: Option<Secret<String, common_utils::pii::IpAddress>>,
three_d_s_server_trans_i_d: Option<String>,
notification_u_r_l: Option<String>,
three_d_s_comp_ind: Option<ThreeDSCompInd>,
cres: Option<String>,
#[serde(flatten)]
billing_data: Option<BillingData>,
#[serde(flatten)]
shipping_data: Option<ShippingData>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "EmvThreedsData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8018193932776026960
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct BillingData {
bill_addr_city: Option<String>,
bill_addr_country: Option<String>,
bill_addr_line1: Option<Secret<String>>,
bill_addr_line2: Option<Secret<String>>,
bill_addr_line3: Option<Secret<String>>,
bill_addr_postal_code: Option<Secret<String>>,
bill_addr_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": "BillingData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1466395152839223910
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct ShippingData {
ship_addr_city: Option<String>,
ship_addr_country: Option<String>,
ship_addr_line1: Option<Secret<String>>,
ship_addr_line2: Option<Secret<String>>,
ship_addr_line3: Option<Secret<String>>,
ship_addr_postal_code: Option<Secret<String>>,
ship_addr_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": "ShippingData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8154815845611801845
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct RedsysCardData {
card_number: cards::CardNumber,
expiry_date: Secret<String>,
cvv2: 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": "RedsysCardData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5944230476894610140
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct RedsysErrorResponse {
pub error_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": "RedsysErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7995467332683871342
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct RedsysPaymentsResponse {
#[serde(rename = "Ds_Order")]
ds_order: String,
#[serde(rename = "Ds_EMV3DS")]
ds_emv3ds: Option<RedsysEmv3DSData>,
#[serde(rename = "Ds_Card_PSD2")]
ds_card_psd2: Option<CardPSD2>,
#[serde(rename = "Ds_Response")]
ds_response: Option<DsResponse>,
#[serde(rename = "Ds_AuthorisationCode")]
ds_authorisation_code: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RedsysPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5768694097150969001
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct DsResponse(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": "DsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7816141978168792411
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct RedsysEmv3DSData {
protocol_version: String,
three_d_s_server_trans_i_d: Option<String>,
three_d_s_info: Option<RedsysThreeDsInfo>,
three_d_s_method_u_r_l: Option<String>,
acs_u_r_l: Option<String>,
creq: 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": "RedsysEmv3DSData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4909884708860830452
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct ThreedsInvokeRequest {
three_d_s_server_trans_i_d: String,
three_d_s_method_notification_u_r_l: 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": "ThreedsInvokeRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4055840239692122847
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct RedsysThreeDsInvokeData {
pub three_ds_method_url: String,
pub three_ds_method_data: String,
pub message_version: String,
pub directory_server_id: String,
pub three_ds_method_data_submission: bool,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RedsysThreeDsInvokeData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5659941164482415906
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct ThreeDsInvokeExempt {
pub three_d_s_server_trans_i_d: String,
pub message_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_line": null,
"struct_name": "ThreeDsInvokeExempt",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4241725089800650321
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct RedsysTransaction {
#[serde(rename = "Ds_SignatureVersion")]
ds_signature_version: String,
#[serde(rename = "Ds_MerchantParameters")]
ds_merchant_parameters: Secret<String>,
#[serde(rename = "Ds_Signature")]
ds_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_line": null,
"struct_name": "RedsysTransaction",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1064541322396841495
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct ThreedsChallengeResponse {
cres: 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": "ThreedsChallengeResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7415872901342028104
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct RedsysOperationRequest {
ds_merchant_order: String,
ds_merchant_merchantcode: Secret<String>,
ds_merchant_terminal: Secret<String>,
ds_merchant_currency: String,
ds_merchant_transactiontype: RedsysTransactionType,
ds_merchant_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_line": null,
"struct_name": "RedsysOperationRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4936274554258842867
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct RedsysOperationsResponse {
#[serde(rename = "Ds_Order")]
ds_order: String,
#[serde(rename = "Ds_Response")]
ds_response: DsResponse,
#[serde(rename = "Ds_AuthorisationCode")]
ds_authorisation_code: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RedsysOperationsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-495285748812093779
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct Messages {
#[serde(rename = "Version")]
version: VersionData,
#[serde(rename = "Signature")]
signature: String,
#[serde(rename = "SignatureVersion")]
signature_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_line": null,
"struct_name": "Messages",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8290691304276189428
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct VersionData {
#[serde(rename = "@Ds_Version")]
ds_version: String,
#[serde(rename = "Message")]
message: Message,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "VersionData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3332925176862997678
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct Message {
#[serde(rename = "Transaction")]
transaction: RedsysSyncRequest,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "Message",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_9118995591738782555
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct RedsysSyncRequest {
#[serde(rename = "Ds_MerchantCode")]
ds_merchant_code: Secret<String>,
#[serde(rename = "Ds_Terminal")]
ds_terminal: Secret<String>,
#[serde(rename = "Ds_Order")]
ds_order: String,
#[serde(rename = "Ds_TransactionType")]
ds_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_line": null,
"struct_name": "RedsysSyncRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4360096912962690807
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct RedsysSyncResponse {
#[serde(rename = "@xmlns:soapenv")]
xmlns_soapenv: String,
#[serde(rename = "@xmlns:soapenc")]
xmlns_soapenc: String,
#[serde(rename = "@xmlns:xsd")]
xmlns_xsd: String,
#[serde(rename = "@xmlns:xsi")]
xmlns_xsi: String,
#[serde(rename = "header")]
header: Option<SoapHeader>,
#[serde(rename = "body")]
body: SyncResponseBody,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "RedsysSyncResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6975356193145227376
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct SoapHeader {}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "SoapHeader",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3326167057664844884
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct SyncResponseBody {
consultaoperacionesresponse: ConsultaOperacionesResponse,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "SyncResponseBody",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3783973283180277287
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct ConsultaOperacionesResponse {
#[serde(rename = "@xmlns:p259")]
xmlns_p259: String,
consultaoperacionesreturn: ConsultaOperacionesReturn,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "ConsultaOperacionesResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6860046998711535416
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct ConsultaOperacionesReturn {
messages: MessagesResponseData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "ConsultaOperacionesReturn",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4848698101841532812
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct MessagesResponseData {
version: VersionResponseData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "MessagesResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1185175227523473082
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct VersionResponseData {
#[serde(rename = "@ds_version")]
ds_version: String,
message: MessageResponseType,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "VersionResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6123929219888804025
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct MessageResponseType {
response: Option<RedsysSyncResponseData>,
errormsg: Option<SyncErrorCode>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "MessageResponseType",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5719339173030835073
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct SyncErrorCode {
ds_errorcode: 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": "SyncErrorCode",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4005672079266814046
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/redsys/transformers.rs
pub struct RedsysSyncResponseData {
ds_order: String,
ds_transactiontype: String,
ds_amount: Option<String>,
ds_currency: Option<String>,
ds_securepayment: Option<String>,
ds_state: Option<String>,
ds_response: Option<DsResponse>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "RedsysSyncResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8533361780691227811
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/transformers.rs
pub struct FacilitapayAuthType {
pub(super) username: Secret<String>,
pub(super) password: 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": "FacilitapayAuthType",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7566135722036098261
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/transformers.rs
pub struct FacilitapayConnectorMetadataObject {
// pub destination_account_number: Secret<String>,
pub destination_account_number: MaskedBankAccount,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "FacilitapayConnectorMetadataObject",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7802957168685751807
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/responses.rs
pub struct FacilitapayAuthResponse {
username: Secret<String>,
name: Secret<String>,
pub 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_line": null,
"struct_name": "FacilitapayAuthResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5322714909841684444
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/responses.rs
pub struct FacilitapaySubject {
pub social_name: Secret<String>,
pub document_type: DocumentType,
pub document_number: Secret<String>,
// In documentation, both CountryAlpha2 and String are used. We cannot rely on CountryAlpha2.
pub fiscal_country: String,
pub updated_at: Option<String>,
pub status: SubjectKycStatus,
#[serde(rename = "id")]
pub customer_id: Secret<String>,
pub birth_date: Option<time::Date>,
pub email: Option<pii::Email>,
pub phone_country_code: Option<Secret<String>>,
pub phone_area_code: Option<Secret<String>>,
pub phone_number: Option<Secret<String>>,
pub address_street: Option<Secret<String>>,
pub address_number: Option<Secret<String>>,
pub address_complement: Option<Secret<String>>,
pub address_city: Option<String>,
pub address_state: Option<String>,
pub address_postal_code: Option<Secret<String>>,
pub address_country: Option<String>,
pub address_neighborhood: Option<Secret<String>>,
pub net_monthly_average_income: Option<StringMajorUnit>,
pub clearance_level: Option<i32>,
pub required_clearance_level: Option<i32>,
pub inserted_at: Option<String>,
pub references: Option<Vec<serde_json::Value>>,
pub rfc_pf: Option<Secret<String>>, // 13-digit RFC, specific to Mexico users
pub documents: Option<Vec<serde_json::Value>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "FacilitapaySubject",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6849743430455312939
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/responses.rs
pub struct FacilitapayCustomerResponse {
pub data: FacilitapaySubject,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "FacilitapayCustomerResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2867174022178056106
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/responses.rs
pub struct PixInfo {
#[serde(rename = "type")]
pub key_type: String,
pub key: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PixInfo",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3257076205759161582
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/responses.rs
pub struct CreditCardResponseInfo {
pub id: String,
pub status: Option<String>,
pub document_type: String,
pub document_number: Secret<String>,
pub birthdate: Option<String>,
pub phone_country_code: Option<String>,
pub phone_area_code: Option<String>,
pub phone_number: Option<Secret<String>>,
pub inserted_at: 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": "CreditCardResponseInfo",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7913113778848388012
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/requests.rs
pub struct FacilitapayAuthRequest {
pub user: FacilitapayCredentials,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "FacilitapayAuthRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8758312744922658048
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/requests.rs
pub struct FacilitapayCredentials {
pub username: Secret<String>, // email_id
pub password: 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": "FacilitapayCredentials",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2375663217873154736
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/requests.rs
pub struct FacilitapayCardDetails {
#[serde(rename = "card_number")]
pub number: cards::CardNumber,
#[serde(rename = "card_expiration_date")]
pub expiry_date: Secret<String>, // Format: "MM/YYYY"
#[serde(rename = "card_security_code")]
pub cvc: Secret<String>,
#[serde(rename = "card_brand")]
pub brand: String,
pub fullname: 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": "FacilitapayCardDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-759140752544749322
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/requests.rs
pub struct CardTransactionRequest {
pub currency: api_models::enums::Currency,
pub exchange_currency: api_models::enums::Currency,
pub value: StringMajorUnit,
pub from_credit_card: FacilitapayCardDetails,
pub to_bank_account_id: Secret<String>, // UUID
pub subject_id: String, // UUID
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CardTransactionRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2528002367515067144
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/requests.rs
pub struct PixTransactionRequest {
pub subject_id: Secret<String>, // Customer ID (UUID)
pub from_bank_account_id: MaskedBankAccount, // UUID
pub to_bank_account_id: MaskedBankAccount, // UUID
pub currency: api_models::enums::Currency,
pub exchange_currency: api_models::enums::Currency,
pub value: StringMajorUnit,
pub use_dynamic_pix: bool,
#[serde(default, with = "common_utils::custom_serde::iso8601")]
pub dynamic_pix_expires_at: 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": "PixTransactionRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5544025979390096860
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/requests.rs
pub struct FacilitapayPaymentsRequest {
pub transaction: FacilitapayTransactionRequest,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "FacilitapayPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6708286185773929538
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/facilitapay/requests.rs
pub struct FacilitapayCustomerRequest {
pub person: FacilitapayPerson,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "FacilitapayCustomerRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3929473244389873379
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/digitalvirgo/transformers.rs
pub struct DigitalvirgoPaymentsRequest {
amount: FloatMajorUnit,
amount_surcharge: Option<FloatMajorUnit>,
client_uid: Option<String>,
msisdn: String,
product_name: String,
description: Option<String>,
partner_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": "DigitalvirgoPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3259603231186920
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/digitalvirgo/transformers.rs
pub struct DigitalvirgoPaymentsResponse {
state: DigitalvirgoPaymentStatus,
transaction_id: String,
consent: Option<DigitalvirgoConsentStatus>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "DigitalvirgoPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8888664264914573717
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/digitalvirgo/transformers.rs
pub struct DigitalvirgoConsentStatus {
required: Option<bool>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "DigitalvirgoConsentStatus",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2091784720431187500
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/digitalvirgo/transformers.rs
pub struct DigitalvirgoPaymentSyncResponse {
payment_status: DigitalvirgoPaymentSyncStatus,
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": "DigitalvirgoPaymentSyncResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8734110276388881103
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/digitalvirgo/transformers.rs
pub struct DigitalvirgoConfirmRequest {
transaction_id: String,
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": "DigitalvirgoConfirmRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7898859057022057235
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/digitalvirgo/transformers.rs
pub struct DigitalvirgoRedirectResponseData {
otp: 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": "DigitalvirgoRedirectResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4740049892245826120
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/digitalvirgo/transformers.rs
pub struct DigitalvirgoRefundRequest {
pub amount: FloatMajorUnit,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "DigitalvirgoRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/digitalvirgo/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_-4932969752492869504
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/digitalvirgo/transformers.rs
pub struct DigitalvirgoErrorResponse {
pub cause: Option<String>,
pub operation_error: Option<String>,
pub description: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "DigitalvirgoErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1956793383577812619
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/breadpay/transformers.rs
pub struct BreadpayCartRequest {
custom_total: StringMinorUnit,
options: Option<BreadpayCartOptions>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "BreadpayCartRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7569970615936800799
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/breadpay/transformers.rs
pub struct BreadpayCartOptions {
order_ref: Option<String>,
complete_url: String,
callback_url: String,
// billing_contact: Option<BillingContact>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "BreadpayCartOptions",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7727738695798703808
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/breadpay/transformers.rs
pub struct BreadpayTransactionRequest {
#[serde(rename = "type")]
pub transaction_type: BreadpayTransactionType,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "BreadpayTransactionRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3807238060104042253
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/breadpay/transformers.rs
pub struct BreadpayTransactionResponse {
status: TransactionStatus,
bread_transactin_id: String,
merchant_order_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": "BreadpayTransactionResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4212084040428533821
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/breadpay/transformers.rs
pub struct BreadpayPaymentsResponse {
url: url::Url,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "BreadpayPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5124413474453789008
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/breadpay/transformers.rs
pub struct CallBackResponse {
pub transaction_id: String,
pub order_ref: 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": "CallBackResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3502715263764933402
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/breadpay/transformers.rs
pub struct BreadpayRefundRequest {
pub amount: StringMinorUnit,
#[serde(rename = "type")]
pub transaction_type: BreadpayTransactionType,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "BreadpayRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/breadpay/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
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.