id stringlengths 20 153 | type stringclasses 1
value | granularity stringclasses 14
values | content stringlengths 16 84.3k | metadata dict |
|---|---|---|---|---|
hyperswitch_struct_hyperswitch_connectors_2614671235058855800 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct PaymentOption {
pub card: Option<Card>,
pub redirect_url: Option<Url>,
pub user_payment_option_id: Option<String>,
pub alternative_payment_method: Option<AlternativePaymentMethod>,
pub billing_address: Opti... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_7225365346312599477 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct AlternativePaymentMethod {
pub payment_method: AlternativePaymentMethodType,
#[serde(rename = "BIC")]
pub bank_id: Option<NuveiBIC>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1302633262960408951 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct BillingAddress {
pub email: Email,
pub first_name: Option<Secret<String>>,
pub last_name: Option<Secret<String>>,
pub country: api_models::enums::CountryAlpha2,
pub phone: Option<Secret<String>>,
pub ci... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6809708345437136578 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct ShippingAddress {
pub salutation: Option<Secret<String>>,
pub first_name: Option<Secret<String>>,
pub last_name: Option<Secret<String>>,
pub address: Option<Secret<String>>,
pub cell: Option<Secret<String>>... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2685950571151159995 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct Card {
pub card_number: Option<cards::CardNumber>,
pub card_holder_name: Option<Secret<String>>,
pub expiration_month: Option<Secret<String>>,
pub expiration_year: Option<Secret<String>>,
#[serde(rename = "... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4131490694640869700 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct StoredCredentialMode {
pub stored_credentials_mode: Option<StoredCredentialModeType>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-8724300555911796772 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct ExternalToken {
pub external_token_provider: ExternalTokenProvider,
pub mobile_token: Option<Secret<String>>,
pub cryptogram: Option<Secret<String>>,
pub eci_provider: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4610311248614571218 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct ExternalMpi {
pub eci: Option<String>,
pub cavv: Secret<String>,
#[serde(rename = "dsTransID")]
pub ds_trans_id: Option<String>,
pub challenge_preference: Option<String>,
pub exemption_request_reason: O... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5062966563195120799 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct ThreeD {
pub method_completion_ind: Option<MethodCompletion>,
pub browser_details: Option<BrowserDetails>,
pub version: Option<String>,
#[serde(rename = "notificationURL")]
pub notification_url: Option<Stri... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4396045214016799550 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct BrowserDetails {
pub accept_header: String,
pub ip: Secret<String, IpAddress>,
pub java_enabled: String,
pub java_script_enabled: String,
pub language: String,
pub color_depth: u8,
pub screen_height... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6503510700779827547 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct V2AdditionalParams {
pub challenge_window_size: Option<String>,
/// Recurring Expiry in format YYYYMMDD. REQUIRED if isRebilling = 0, We recommend setting rebillExpiry to a value of no more than 5 years from the date o... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2479845904013587128 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct DeviceDetails {
pub ip_address: Secret<String, IpAddress>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_8251651770861568930 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct NuveiRedirectionResponse {
pub cres: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4918948890829159174 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct NuveiACSResponse {
#[serde(rename = "threeDSServerTransID")]
pub three_ds_server_trans_id: Secret<String>,
#[serde(rename = "acsTransID")]
pub acs_trans_id: Secret<String>,
pub message_type: String,
pub... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-3055809769620258296 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct NuveiCardDetails {
card: payment_method_data::Card,
three_d: Option<ThreeD>,
card_holder_name: Option<Secret<String>>,
stored_credentials: Option<StoredCredentialMode>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3903125780203795396 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
struct GooglePayCamelCase {
pm_type: Secret<String>,
description: Secret<String>,
info: GooglePayInfoCamelCase,
tokenization_data: GooglePayTokenizationDataCamelCase,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2588107573897029531 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
struct GooglePayInfoCamelCase {
card_network: Secret<String>,
card_details: Secret<String>,
assurance_details: Option<GooglePayAssuranceDetailsCamelCase>,
card_funding_source: Option<GooglePayCardFundingSource>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_4033274272414227913 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct ExternalSchemeDetails {
transaction_id: Secret<String>, // This is sensitive information
brand: Option<NuveiCardType>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4271587458541370601 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
struct GooglePayAssuranceDetailsCamelCase {
card_holder_authenticated: bool,
account_verified: bool,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3511894907590786478 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
struct GooglePayTokenizationDataCamelCase {
#[serde(rename = "type")]
token_type: Secret<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_... |
hyperswitch_struct_hyperswitch_connectors_1467604770017761383 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
struct ApplePayCamelCase {
payment_data: Secret<String>,
payment_method: ApplePayPaymentMethodCamelCase,
transaction_identifier: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6361833708381986749 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
struct ApplePayPaymentMethodCamelCase {
display_name: Secret<String>,
network: Secret<String>,
#[serde(rename = "type")]
pm_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_... |
hyperswitch_struct_hyperswitch_connectors_-4861494864209001503 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct NuveiPaymentRequestData {
pub amount: StringMajorUnit,
pub currency: enums::Currency,
pub related_transaction_id: Option<String>,
pub client_request_id: String,
pub connector_auth_type: 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_... |
hyperswitch_struct_hyperswitch_connectors_5877323261657143911 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct NuveiVoidRequest {
pub merchant_id: Secret<String>,
pub merchant_site_id: Secret<String>,
pub client_unique_id: String,
pub related_transaction_id: String,
pub time_stamp: String,
pub checksum: Secret<S... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6103111876478094427 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct NuveiPayoutRequest {
pub merchant_id: Secret<String>,
pub merchant_site_id: Secret<String>,
pub client_request_id: String,
pub client_unique_id: String,
pub amount: StringMajorUnit,
pub currency: String... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-8647511505421174688 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct NuveiPayoutUrlDetails {
pub notification_url: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-7747695080295103276 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct NuveiPayoutCardData {
pub card_number: cards::CardNumber,
pub card_holder_name: Secret<String>,
pub expiration_month: Secret<String>,
pub 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_... |
hyperswitch_struct_hyperswitch_connectors_6878909749191603073 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct NuveiPayoutSuccessResponse {
pub transaction_id: String,
pub user_token_id: CustomerId,
pub transaction_status: NuveiTransactionStatus,
pub client_unique_id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4880815601460027921 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct NuveiPayoutErrorResponse {
pub status: NuveiPaymentStatus,
pub err_code: i64,
pub reason: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-9141832540934950051 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct NuveiPartialApproval {
pub requested_amount: StringMajorUnit,
pub requested_currency: enums::Currency,
pub processed_amount: StringMajorUnit,
pub processed_currency: enums::Currency,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-7451388778815581557 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs
pub struct NuveiPaymentsResponse {
pub order_id: Option<String>,
pub user_token_id: Option<Secret<String>>,
pub payment_option: Option<PaymentOption>,
pub transaction_status: Option<NuveiTransactionStatus>,
pub gw_err... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2768541343444378063 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiRouterData<T> {
pub amount: FloatMajorUnit,
pub router_data: T,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_493046059311470080 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiVaultRequest {
security_key: Secret<String>,
ccnumber: CardNumber,
ccexp: Secret<String>,
cvv: Secret<String>,
first_name: Secret<String>,
last_name: Secret<String>,
address1: Option<Secret<String>... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6783909865277985895 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiVaultResponse {
pub response: Response,
pub responsetext: String,
pub customer_vault_id: Option<Secret<String>>,
pub response_code: String,
pub transactionid: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5926523123956123427 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiCompleteRequest {
amount: FloatMajorUnit,
#[serde(rename = "type")]
transaction_type: TransactionType,
security_key: Secret<String>,
orderid: Option<String>,
customer_vault_id: Secret<String>,
emai... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_8988336266567836053 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiErrorResponseData {
pub code: String,
pub message: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5896610478046295319 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiRedirectResponseData {
cavv: Option<String>,
xid: Option<String>,
eci: Option<String>,
card_holder_auth: Option<String>,
three_ds_version: Option<String>,
order_id: Option<String>,
directory_server... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5066606717442191973 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiCompleteResponse {
pub response: Response,
pub responsetext: String,
pub authcode: Option<String>,
pub transactionid: String,
pub avsresponse: Option<String>,
pub cvvresponse: Option<String>,
pub o... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_224204716501494586 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiValidateRequest {
#[serde(rename = "type")]
transaction_type: TransactionType,
security_key: Secret<String>,
ccnumber: CardNumber,
ccexp: Secret<String>,
cvv: Secret<String>,
orderid: String,
c... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-3751785057006798947 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiPaymentsRequest {
#[serde(rename = "type")]
transaction_type: TransactionType,
amount: FloatMajorUnit,
security_key: Secret<String>,
currency: Currency,
#[serde(flatten)]
payment_method: PaymentMet... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5652390003727100149 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiMerchantDefinedField {
#[serde(flatten)]
inner: std::collections::BTreeMap<String, Secret<String>>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_4691479253558708161 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct MandatePayment {
customer_vault_id: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-9098458556547630459 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct CardData {
ccnumber: CardNumber,
ccexp: Secret<String>,
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_... |
hyperswitch_struct_hyperswitch_connectors_1899490321522365808 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct CardThreeDsData {
ccnumber: CardNumber,
ccexp: Secret<String>,
email: Option<Email>,
cardholder_auth: Option<String>,
cavv: Option<Secret<String>>,
eci: Option<String>,
cvv: Secret<String>,
three_... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_9090868373264347695 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct GooglePayData {
googlepay_payment_data: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_507271953704152985 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct ApplePayData {
applepay_payment_data: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-1934455182638061059 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiSyncRequest {
pub order_id: String,
pub security_key: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-1154063247192924416 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiCaptureRequest {
#[serde(rename = "type")]
pub transaction_type: TransactionType,
pub security_key: Secret<String>,
pub transactionid: String,
pub amount: Option<FloatMajorUnit>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_4056552661961697223 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiCancelRequest {
#[serde(rename = "type")]
pub transaction_type: TransactionType,
pub security_key: Secret<String>,
pub transactionid: String,
pub void_reason: NmiVoidReason,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_4814400099106430967 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct StandardResponse {
pub response: Response,
pub responsetext: String,
pub authcode: Option<String>,
pub transactionid: String,
pub avsresponse: Option<String>,
pub cvvresponse: Option<String>,
pub orde... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5135177671716267722 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiRefundRequest {
#[serde(rename = "type")]
transaction_type: TransactionType,
security_key: Secret<String>,
transactionid: String,
orderid: String,
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_... |
hyperswitch_struct_hyperswitch_connectors_5101088826510674064 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct SyncTransactionResponse {
pub transaction_id: String,
pub condition: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6436082635540011239 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct SyncResponse {
pub transaction: Option<SyncTransactionResponse>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3632828503184896198 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct RefundSyncBody {
order_id: String,
condition: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3975261388391281415 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiRefundSyncResponse {
transaction: RefundSyncBody,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5727226647339483849 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiWebhookObjectReference {
pub event_body: NmiReferenceBody,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5244025414746998794 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiReferenceBody {
pub order_id: String,
pub action: NmiActionBody,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-3259240837320666324 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiActionBody {
pub action_type: NmiActionType,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-1275417630208354193 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiWebhookEventBody {
pub event_type: NmiWebhookEventType,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-1398151541476208253 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiWebhookBody {
pub event_body: NmiWebhookObject,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_7019649453110516641 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nmi/transformers.rs
pub struct NmiWebhookObject {
pub transaction_id: String,
pub order_id: String,
pub condition: String,
pub action: NmiActionBody,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_941558145036983402 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/inespay/transformers.rs
pub struct InespayPaymentsRequest {
description: String,
amount: StringMinorUnit,
reference: String,
debtor_account: Option<Secret<String>>,
success_link_redirect: Option<String>,
notif_url: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-161803598284688175 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/inespay/transformers.rs
pub struct InespayPaymentsResponseData {
status: String,
status_desc: String,
single_payin_id: String,
single_payin_link: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-8557588264760433827 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/inespay/transformers.rs
pub struct InespayPSyncResponseData {
cod_status: InespayPSyncStatus,
status_desc: String,
single_payin_id: String,
single_payin_link: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-7781678868855924012 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/inespay/transformers.rs
pub struct InespayRefundRequest {
single_payin_id: String,
amount: Option<MinorUnit>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1892159877121301170 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/inespay/transformers.rs
pub struct RefundsData {
status: String,
status_desc: String,
refund_id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3124080132949109444 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/inespay/transformers.rs
pub struct InespayRSyncResponseData {
cod_status: InespayRSyncStatus,
status_desc: String,
refund_id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-1604869545300651039 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/inespay/transformers.rs
pub struct InespayPaymentWebhookData {
pub single_payin_id: String,
pub cod_status: InespayPSyncStatus,
pub description: String,
pub amount: MinorUnit,
pub reference: String,
pub creditor_account: Secret<String>... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-3026024546913200807 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/inespay/transformers.rs
pub struct InespayRefundWebhookData {
pub refund_id: String,
pub simple_payin_id: String,
pub cod_status: InespayRSyncStatus,
pub description: String,
pub amount: MinorUnit,
pub reference: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6929749803225875671 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/inespay/transformers.rs
pub struct InespayWebhookEvent {
pub data_return: String,
pub signature_data_return: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2850026047212540967 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/inespay/transformers.rs
pub struct InespayErrorResponse {
pub status: String,
pub status_desc: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2588858683576283780 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankPaymentsRequest {
valor: PixPaymentValue, // amount
chave: Secret<String>, // pix-key
devedor: ItaubankDebtor, // debtor
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2397471243807790271 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct PixPaymentValue {
original: StringMajorUnit,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-7236164510061778732 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankDebtor {
#[serde(skip_serializing_if = "Option::is_none")]
cpf: Option<Secret<String>>, // CPF is a Brazilian tax identification number
#[serde(skip_serializing_if = "Option::is_none")]
cnpj: Option<... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2558583954227464980 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankAuthRequest {
client_id: Secret<String>,
client_secret: Secret<String>,
grant_type: ItaubankGrantType,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_8969577416647754252 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankUpdateTokenResponse {
access_token: Secret<String>,
expires_in: i64,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6618197557193894647 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankTokenErrorResponse {
pub status: i64,
pub title: Option<String>,
pub detail: Option<String>,
pub user_message: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4314179609202139706 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankPaymentsResponse {
status: ItaubankPaymentStatus,
calendario: ItaubankPixExpireTime,
txid: String,
#[serde(rename = "pixCopiaECola")]
pix_qr_value: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_4834832572505481548 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankPixExpireTime {
#[serde(with = "common_utils::custom_serde::iso8601")]
criacao: PrimitiveDateTime,
expiracao: i64,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3370279367633279830 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankPaymentsSyncResponse {
status: ItaubankPaymentStatus,
txid: String,
pix: Vec<ItaubankPixResponse>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6025812311342541486 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankPixResponse {
#[serde(rename = "endToEndId")]
pix_id: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-311601689779814879 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankMetaData {
pub pix_id: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-8126021215774036130 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankRefundRequest {
pub valor: StringMajorUnit, // refund_amount
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct RefundResponse {
rtr_id: String,
status: RefundStatus,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-1517772147790085794 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankErrorResponse {
pub error: ItaubankErrorBody,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-3308102845952594234 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct ItaubankErrorBody {
pub status: u16,
pub title: Option<String>,
pub detail: Option<String>,
pub violacoes: Option<Vec<Violations>>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3970652252871261802 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/itaubank/transformers.rs
pub struct Violations {
pub razao: String,
pub propriedade: String,
pub valor: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6808054150183201460 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct Payer {
pub name: Option<Secret<String>>,
pub email: Option<Email>,
pub document: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2685950571151159995 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct Card {
pub holder_name: Secret<String>,
pub number: cards::CardNumber,
pub cvv: Secret<String>,
pub expiration_month: Secret<String>,
pub expiration_year: Secret<String>,
pub capture: String,
pub i... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-753385975699503060 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct ThreeDSecureReqData {
pub force: bool,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1829433667285685651 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct DlocalRouterData<T> {
pub amount: MinorUnit,
pub router_data: T,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-7344247287560438101 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct DlocalPaymentsRequest {
pub amount: MinorUnit,
pub currency: enums::Currency,
pub country: String,
pub payment_method_id: PaymentMethodId,
pub payment_method_flow: PaymentMethodFlow,
pub payer: Payer,
... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-8935394653365306266 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct DlocalPaymentsCaptureRequest {
pub authorization_id: String,
pub amount: i64,
pub currency: String,
pub 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_... |
hyperswitch_struct_hyperswitch_connectors_-1108967737664079776 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct ThreeDSecureResData {
pub redirect_url: Option<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_... |
hyperswitch_struct_hyperswitch_connectors_6632577510221044215 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct DlocalPaymentsResponse {
status: DlocalPaymentStatus,
id: String,
three_dsecure: Option<ThreeDSecureResData>,
order_id: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-8216776114265529652 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct DlocalPaymentsSyncResponse {
status: DlocalPaymentStatus,
id: String,
order_id: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-8387621423209649968 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct DlocalPaymentsCaptureResponse {
status: DlocalPaymentStatus,
id: String,
order_id: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_9131872130878947615 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct DlocalRefundRequest {
pub amount: String,
pub payment_id: String,
pub currency: enums::Currency,
pub id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct RefundResponse {
pub id: String,
pub status: RefundStatus,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5071420953308409572 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct DlocalRefundsSyncRequest {
pub refund_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_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.