id stringlengths 20 153 | type stringclasses 1
value | granularity stringclasses 14
values | content stringlengths 16 84.3k | metadata dict |
|---|---|---|---|---|
hyperswitch_struct_hyperswitch_connectors_-5500296931629866088 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs
pub struct ValidationError {
pub field: 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_3430932694082163403 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs
pub struct DetailsType {
pub loc: Vec<String>,
#[serde(rename = "type")]
pub error_type: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-973421866847932529 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs
pub struct NomupayInnerError {
pub error_code: String,
pub error_description: Option<String>,
pub validation_errors: Option<Vec<ValidationError>>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3365388031103209032 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs
pub struct NomupayErrorResponse {
pub status: Option<String>,
pub code: Option<u64>,
pub error: Option<NomupayInnerError>,
pub status_code: Option<u16>,
pub detail: Option<Vec<DetailsType>>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3232806083283775495 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoRouterData<T> {
pub amount: StringMajorUnit,
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_195296250586171556 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoZeroMandateRequest {
processing_information: ProcessingInformation,
payment_information: PaymentInformation,
order_information: OrderInformationWithBill,
client_reference_information: ClientRefer... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1016053254873550503 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoPaymentsRequest {
processing_information: ProcessingInformation,
payment_information: PaymentInformation,
order_information: OrderInformationWithBill,
client_reference_information: ClientReferenc... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_8281342051490758898 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct ProcessingInformation {
action_list: Option<Vec<WellsfargoActionsList>>,
action_token_types: Option<Vec<WellsfargoActionsTokenType>>,
authorization_options: Option<WellsfargoAuthorizationOptions>,
commerce... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6375327663501935796 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoConsumerAuthInformation {
ucaf_collection_indicator: Option<String>,
cavv: Option<Secret<String>>,
ucaf_authentication_data: Option<Secret<String>>,
xid: Option<String>,
directory_server_tran... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-7171208781206568097 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct MerchantDefinedInformation {
key: u8,
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_4536037008347496311 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoAuthorizationOptions {
initiator: Option<WellsfargoPaymentInitiator>,
merchant_intitiated_transaction: Option<MerchantInitiatedTransaction>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_9145479396766851194 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct MerchantInitiatedTransaction {
reason: Option<String>,
previous_transaction_id: Option<Secret<String>>,
//Required for recurring mandates payment
original_authorized_amount: 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_2242779296660695265 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoPaymentInitiator {
#[serde(rename = "type")]
initiator_type: Option<WellsfargoPaymentInitiatorTypes>,
credential_stored_on_file: Option<bool>,
stored_credential_used: 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_... |
hyperswitch_struct_hyperswitch_connectors_-6616523047788782046 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct CaptureOptions {
capture_sequence_number: u32,
total_capture_count: u32,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5142256302329720973 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct CardPaymentInformation {
card: Card,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_599069558390963481 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct TokenizedCard {
number: cards::CardNumber,
expiration_month: Secret<String>,
expiration_year: Secret<String>,
cryptogram: Secret<String>,
transaction_type: TransactionType,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4270804206172889347 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct ApplePayTokenizedCard {
transaction_type: TransactionType,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6732944263811484457 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct ApplePayTokenPaymentInformation {
fluid_data: FluidData,
tokenized_card: ApplePayTokenizedCard,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5371762962469485197 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct ApplePayPaymentInformation {
tokenized_card: TokenizedCard,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6873044928324592570 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct MandatePaymentInformation {
payment_instrument: WellsfargoPaymentInstrument,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-8152273800020552796 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
struct AchBankAccount {
account: Account,
routing_number: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-215328822644315859 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
struct Account {
#[serde(rename = "type")]
account_type: AccountType,
number: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5165317143772367129 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct AchPaymentInformation {
bank: AchBankAccount,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-1786001253314732908 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct FluidData {
value: Secret<String>,
#[serde(skip_serializing_if = "Option::is_none")]
descriptor: 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_-5520538673318036995 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct GooglePayPaymentInformation {
fluid_data: FluidData,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1094488912248521468 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoPaymentInstrument {
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_-2685950571151159995 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct Card {
number: cards::CardNumber,
expiration_month: Secret<String>,
expiration_year: Secret<String>,
security_code: Option<Secret<String>>,
#[serde(rename = "type")]
card_type: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4069687282325141981 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct OrderInformationWithBill {
amount_details: Amount,
bill_to: Option<BillTo>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1758028271220939342 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct OrderInformationIncrementalAuthorization {
amount_details: AdditionalAmount,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6672957469150469663 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct OrderInformation {
amount_details: 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_-2052038586870786206 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct Amount {
total_amount: StringMajorUnit,
currency: api_models::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_-437939967199353753 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct AdditionalAmount {
additional_amount: StringMajorUnit,
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_8122589002684286109 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct BillTo {
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
address1: Option<Secret<String>>,
locality: Option<String>,
#[serde(skip_serializing_if = "Option::is_none")]
adminis... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-20559835248147280 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoPaymentsCaptureRequest {
processing_information: ProcessingInformation,
order_information: OrderInformationWithBill,
client_reference_information: ClientReferenceInformation,
#[serde(skip_seriali... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_4627876062329355615 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoPaymentsIncrementalAuthorizationRequest {
processing_information: ProcessingInformation,
order_information: OrderInformationIncrementalAuthorization,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3085850418243314370 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoVoidRequest {
client_reference_information: ClientReferenceInformation,
reversal_information: ReversalInformation,
#[serde(skip_serializing_if = "Option::is_none")]
merchant_defined_information: ... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3930860132304883535 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct ReversalInformation {
amount_details: Amount,
reason: 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_4591081178777093821 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoPaymentsResponse {
id: String,
status: Option<WellsfargoPaymentStatus>,
client_reference_information: Option<ClientReferenceInformation>,
processor_information: Option<ClientProcessorInformation>... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6222418097688678128 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoErrorInformationResponse {
id: String,
error_information: WellsfargoErrorInformation,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5800950835631495535 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoPaymentsIncrementalAuthorizationResponse {
status: WellsfargoIncrementalAuthorizationStatus,
error_information: Option<WellsfargoErrorInformation>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_376829257484043779 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct ClientReferenceInformation {
code: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4287207028864155938 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct ClientProcessorInformation {
network_transaction_id: Option<String>,
avs: Option<Avs>,
card_verification: Option<CardVerification>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1793455535433789212 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct CardVerification {
result_code: Option<String>,
result_code_raw: 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_4430287144228586856 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct Avs {
code: Option<String>,
code_raw: 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_-1457270375441912574 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct ClientRiskInformation {
rules: Option<Vec<ClientRiskInformationRules>>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3273533311769351841 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct ClientRiskInformationRules {
name: Option<Secret<String>>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_301515366235892292 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoTokenInformation {
payment_instrument: Option<WellsfargoPaymentInstrument>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_4141677195613166838 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoErrorInformation {
reason: Option<String>,
message: Option<String>,
details: Option<Vec<Details>>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6897485747291499794 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoTransactionResponse {
id: String,
application_information: ApplicationInformation,
client_reference_information: Option<ClientReferenceInformation>,
error_information: Option<WellsfargoErrorInfor... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_494727495567473441 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct ApplicationInformation {
status: Option<WellsfargoPaymentStatus>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_899404178774008044 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoRefundRequest {
order_information: OrderInformation,
client_reference_information: ClientReferenceInformation,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5634177404358295614 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoRefundResponse {
id: String,
status: WellsfargoRefundStatus,
error_information: Option<WellsfargoErrorInformation>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2653163394185679790 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct RsyncApplicationInformation {
status: Option<WellsfargoRefundStatus>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6353510397446692241 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoRsyncResponse {
id: String,
application_information: Option<RsyncApplicationInformation>,
error_information: Option<WellsfargoErrorInformation>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-7177315392989516766 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoStandardErrorResponse {
pub error_information: Option<ErrorInformation>,
pub status: Option<String>,
pub message: Option<String>,
pub reason: Option<String>,
pub details: Option<Vec<Details>>... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4858212895379145441 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoNotAvailableErrorResponse {
pub errors: Vec<WellsfargoNotAvailableErrorObject>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-7320174849980127312 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoNotAvailableErrorObject {
#[serde(rename = "type")]
pub error_type: Option<String>,
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_... |
hyperswitch_struct_hyperswitch_connectors_-1784304083174124657 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoServerErrorResponse {
pub status: Option<String>,
pub message: Option<String>,
pub reason: Option<Reason>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-8969363544425391477 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct WellsfargoAuthenticationErrorResponse {
pub response: AuthenticationErrorInformation,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-1524717091229204708 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct Details {
pub field: String,
pub reason: 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_-7356721738192601126 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct ErrorInformation {
pub message: String,
pub reason: String,
pub details: Option<Vec<Details>>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5347396037027386993 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/wellsfargo/transformers.rs
pub struct AuthenticationErrorInformation {
pub rmsg: 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_-2714944246154524354 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs
pub struct HipayBrowserInfo {
java_enabled: Option<bool>,
javascript_enabled: Option<bool>,
ipaddr: Option<std::net::IpAddr>,
http_accept: String,
http_user_agent: Option<String>,
language: Option<String>,
col... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5022824416783288934 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs
pub struct HipayPaymentsRequest {
operation: Operation,
authentication_indicator: u8,
cardtoken: Secret<String>,
orderid: String,
currency: enums::Currency,
payment_product: String,
amount: 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_4448282252899575535 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs
pub struct ThreeDSPaymentData {
#[serde(skip_serializing_if = "Option::is_none")]
pub firstname: Option<Secret<String>>,
#[serde(skip_serializing_if = "Option::is_none")]
pub lastname: Option<Secret<String>>,
#[serde(... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-1732021232539407233 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs
pub struct HipayMaintenanceRequest {
operation: Operation,
currency: Option<enums::Currency>,
amount: Option<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_4805870595512753780 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs
pub struct HiPayTokenRequest {
pub card_number: cards::CardNumber,
pub card_expiry_month: Secret<String>,
pub card_expiry_year: Secret<String>,
pub card_holder: Secret<String>,
pub cvc: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6069094380947550980 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs
pub struct HipayTokenResponse {
token: Secret<String>,
brand: String,
domestic_network: 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_-1655110278848926027 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs
pub struct HipayErrorResponse {
pub code: u8,
pub message: 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_... |
hyperswitch_struct_hyperswitch_connectors_1082842540512766378 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs
pub struct HipayPaymentsResponse {
status: HipayPaymentStatus,
message: String,
order: PaymentOrder,
forward_url: String,
transaction_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_-8386381987159938822 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs
pub struct PaymentOrder {
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_-2312227692258401343 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs
pub struct HipayMaintenanceResponse<S> {
status: S,
message: String,
transaction_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_-4662012483449392107 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs
pub struct RefundResponse {
id: u64,
status: u16,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-3145289894906264653 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/hipay/transformers.rs
pub struct Reason {
reason: Option<String>,
code: Option<u64>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1989227018103302541 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cashtocode/transformers.rs
pub struct CashtocodePaymentsRequest {
amount: FloatMajorUnit,
transaction_id: String,
user_id: Secret<id_type::CustomerId>,
currency: enums::Currency,
first_name: Option<Secret<String>>,
last_name: Option<Se... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2908588265602578888 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cashtocode/transformers.rs
pub struct CashtocodeAuthType {
pub auths: HashMap<enums::Currency, CashtocodeAuth>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1723065294992008798 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cashtocode/transformers.rs
pub struct CashtocodeAuth {
pub password_classic: Option<Secret<String>>,
pub password_evoucher: Option<Secret<String>>,
pub username_classic: Option<Secret<String>>,
pub username_evoucher: 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_2993010007937225992 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cashtocode/transformers.rs
pub struct CashtocodeErrors {
pub message: String,
pub path: String,
#[serde(rename = "type")]
pub event_type: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2418882107563060447 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cashtocode/transformers.rs
pub struct CashtocodePaymentsResponseData {
pub pay_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_... |
hyperswitch_struct_hyperswitch_connectors_-2191449693994776542 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cashtocode/transformers.rs
pub struct CashtocodePaymentsSyncResponse {
pub transaction_id: String,
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_... |
hyperswitch_struct_hyperswitch_connectors_-7310724221127989488 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cashtocode/transformers.rs
pub struct CashtocodeErrorResponse {
pub error: serde_json::Value,
pub error_description: String,
pub errors: Option<Vec<CashtocodeErrors>>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-8832739855102085069 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cashtocode/transformers.rs
pub struct CashtocodeIncomingWebhook {
pub amount: FloatMajorUnit,
pub currency: String,
pub foreign_transaction_id: String,
#[serde(rename = "type")]
pub event_type: String,
pub transaction_id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_7585061812650489384 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct CybersourceRouterData<T> {
pub amount: StringMajorUnit,
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_8319512090359764838 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct CybersourceConnectorMetadataObject {
pub disable_avs: Option<bool>,
pub disable_cvn: 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_... |
hyperswitch_struct_hyperswitch_connectors_1515367072943287735 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct CybersourceZeroMandateRequest {
processing_information: ProcessingInformation,
payment_information: PaymentInformation,
order_information: OrderInformationWithBill,
client_reference_information: ClientRef... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2558730828756104463 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct CybersourcePaymentsRequest {
processing_information: ProcessingInformation,
payment_information: PaymentInformation,
order_information: OrderInformationWithBill,
client_reference_information: ClientRefere... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_8281342051490758898 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct ProcessingInformation {
action_list: Option<Vec<CybersourceActionsList>>,
action_token_types: Option<Vec<CybersourceActionsTokenType>>,
authorization_options: Option<CybersourceAuthorizationOptions>,
comm... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5612983382497338489 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct CybersourceConsumerAuthInformation {
ucaf_collection_indicator: Option<String>,
cavv: Option<Secret<String>>,
ucaf_authentication_data: Option<Secret<String>>,
xid: Option<String>,
directory_server_tr... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-7171208781206568097 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct MerchantDefinedInformation {
key: u8,
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_8461200721721011788 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct CybersourceAuthorizationOptions {
initiator: Option<CybersourcePaymentInitiator>,
merchant_intitiated_transaction: Option<MerchantInitiatedTransaction>,
ignore_avs_result: Option<bool>,
ignore_cv_result: ... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_9145479396766851194 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct MerchantInitiatedTransaction {
reason: Option<String>,
previous_transaction_id: Option<Secret<String>>,
//Required for recurring mandates payment
original_authorized_amount: 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_8206377864099610110 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct CybersourcePaymentInitiator {
#[serde(rename = "type")]
initiator_type: Option<CybersourcePaymentInitiatorTypes>,
credential_stored_on_file: Option<bool>,
stored_credential_used: 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_... |
hyperswitch_struct_hyperswitch_connectors_-6616523047788782046 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct CaptureOptions {
capture_sequence_number: u32,
total_capture_count: u32,
is_final: 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_... |
hyperswitch_struct_hyperswitch_connectors_6805322815880809286 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct NetworkTokenizedCard {
number: NetworkTokenNumber,
expiration_month: Secret<String>,
expiration_year: Secret<String>,
cryptogram: Option<Secret<String>>,
transaction_type: TransactionType,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2813732345308781206 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct NetworkTokenPaymentInformation {
tokenized_card: NetworkTokenizedCard,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5142256302329720973 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct CardPaymentInformation {
card: Card,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_599069558390963481 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct TokenizedCard {
number: cards::CardNumber,
expiration_month: Secret<String>,
expiration_year: Secret<String>,
cryptogram: Option<Secret<String>>,
transaction_type: TransactionType,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4270804206172889347 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct ApplePayTokenizedCard {
transaction_type: TransactionType,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6732944263811484457 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct ApplePayTokenPaymentInformation {
fluid_data: FluidData,
tokenized_card: ApplePayTokenizedCard,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5371762962469485197 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/cybersource/transformers.rs
pub struct ApplePayPaymentInformation {
tokenized_card: TokenizedCard,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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.