id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_hyperswitch_connectors_6589064981268973553
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/breadpay/transformers.rs pub struct BreadpayErrorResponse { /// Human-readable error description pub description: String, /// Error type classification #[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_line": null, "struct_name": "BreadpayErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5339072243832295168
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/dummyconnector/transformers.rs pub struct DummyConnectorRouterData<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_line": null, "struct_name": "DummyConnectorRouterData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-813207219635764916
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/dummyconnector/transformers.rs pub struct DummyConnectorPaymentsRequest<const T: u8> { amount: MinorUnit, currency: Currency, payment_method_data: DummyPaymentMethodData, return_url: Option<String>, connector: DummyConnectors, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DummyConnectorPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7901590667999902626
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/dummyconnector/transformers.rs pub struct DummyConnectorUpiCollect { vpa_id: Secret<String, pii::UpiVpaMaskingStrategy>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DummyConnectorUpiCollect", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_379816090386537168
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/dummyconnector/transformers.rs pub struct DummyConnectorCard { name: Secret<String>, number: cards::CardNumber, expiry_month: Secret<String>, expiry_year: Secret<String>, 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_line": null, "struct_name": "DummyConnectorCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6260182417145264066
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/dummyconnector/transformers.rs pub struct PaymentsResponse { status: DummyConnectorPaymentStatus, id: String, amount: MinorUnit, currency: Currency, created: String, payment_method_type: PaymentMethodType, next_action: Option<DummyConnectorNextAction>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4122093669246050761
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/dummyconnector/transformers.rs pub struct DummyConnectorRefundRequest { pub amount: MinorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DummyConnectorRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/dummyconnector/transformers.rs pub struct RefundResponse { id: String, status: DummyRefundStatus, currency: Currency, created: String, payment_amount: MinorUnit, refund_amount: MinorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1806389080070355242
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/dummyconnector/transformers.rs pub struct DummyConnectorErrorResponse { pub error: ErrorData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DummyConnectorErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4770432895566074857
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/dummyconnector/transformers.rs pub struct ErrorData { pub code: String, pub message: String, pub reason: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ErrorData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7380778089985015571
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaPaymentsRequest { processing_information: ProcessingInformation, payment_information: PaymentInformation, order_information: OrderInformationWithBill, client_reference_information: ClientReferenceInformation, #[serde(skip_serializing_if = "Option::is_none")] consumer_authentication_information: Option<BankOfAmericaConsumerAuthInformation>, #[serde(skip_serializing_if = "Option::is_none")] merchant_defined_information: Option<Vec<MerchantDefinedInformation>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankOfAmericaPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8281342051490758898
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct ProcessingInformation { action_list: Option<Vec<BankOfAmericaActionsList>>, action_token_types: Option<Vec<BankOfAmericaActionsTokenType>>, authorization_options: Option<BankOfAmericaAuthorizationOptions>, commerce_indicator: String, capture: Option<bool>, capture_options: Option<CaptureOptions>, payment_solution: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ProcessingInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3632763373932359475
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaAuthorizationOptions { initiator: Option<BankOfAmericaPaymentInitiator>, 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_line": null, "struct_name": "BankOfAmericaAuthorizationOptions", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7002722687474744737
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaPaymentInitiator { #[serde(rename = "type")] initiator_type: Option<BankOfAmericaPaymentInitiatorTypes>, 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_line": null, "struct_name": "BankOfAmericaPaymentInitiator", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_9145479396766851194
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct MerchantInitiatedTransaction { reason: Option<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_line": null, "struct_name": "MerchantInitiatedTransaction", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7171208781206568097
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "MerchantDefinedInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4856040979414373284
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaConsumerAuthInformation { ucaf_collection_indicator: Option<String>, cavv: Option<String>, ucaf_authentication_data: Option<Secret<String>>, xid: Option<String>, directory_server_transaction_id: Option<Secret<String>>, specification_version: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankOfAmericaConsumerAuthInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6616523047788782046
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "CaptureOptions", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4097881090286494596
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaPaymentInstrument { id: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankOfAmericaPaymentInstrument", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5142256302329720973
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "CardPaymentInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5520538673318036995
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "GooglePayPaymentInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4270804206172889347
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "ApplePayTokenizedCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6732944263811484457
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "ApplePayTokenPaymentInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5371762962469485197
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "ApplePayPaymentInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6873044928324592570
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct MandatePaymentInformation { payment_instrument: BankOfAmericaPaymentInstrument, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MandatePaymentInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2685950571151159995
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct Card { number: cards::CardNumber, expiration_month: Secret<String>, expiration_year: Secret<String>, security_code: 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_line": null, "struct_name": "Card", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_599069558390963481
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "TokenizedCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1786001253314732908
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "FluidData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4069687282325141981
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "OrderInformationWithBill", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2052038586870786206
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "Amount", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8122589002684286109
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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")] administrative_area: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] postal_code: Option<Secret<String>>, country: Option<enums::CountryAlpha2>, email: pii::Email, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BillTo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_376829257484043779
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "ClientReferenceInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4287207028864155938
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct ClientProcessorInformation { avs: Option<Avs>, card_verification: Option<CardVerification>, processor: Option<ProcessorResponse>, network_transaction_id: Option<Secret<String>>, approval_code: Option<String>, merchant_advice: Option<MerchantAdvice>, response_code: Option<String>, ach_verification: Option<AchVerification>, system_trace_audit_number: Option<String>, event_status: Option<String>, retrieval_reference_number: Option<String>, consumer_authentication_response: Option<ConsumerAuthenticationResponse>, response_details: Option<String>, transaction_id: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ClientProcessorInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1045582108168414320
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct MerchantAdvice { 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_line": null, "struct_name": "MerchantAdvice", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3939585786895017631
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct ConsumerAuthenticationResponse { 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_line": null, "struct_name": "ConsumerAuthenticationResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5005275881711327497
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct AchVerification { 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_line": null, "struct_name": "AchVerification", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6361333415104187081
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct ProcessorResponse { name: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ProcessorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1793455535433789212
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "CardVerification", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1457270375441912574
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct ClientRiskInformation { rules: Option<Vec<ClientRiskInformationRules>>, profile: Option<Profile>, score: Option<Score>, info_codes: Option<InfoCodes>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ClientRiskInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8601089494208313655
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct InfoCodes { address: Option<Vec<String>>, identity_change: Option<Vec<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "InfoCodes", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7156904509427395957
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct Score { factor_codes: Option<Vec<String>>, result: Option<RiskResult>, model_used: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Score", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6727869018384184606
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct Profile { early_decision: Option<String>, name: Option<String>, decision: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Profile", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3273533311769351841
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "ClientRiskInformationRules", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4430287144228586856
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "Avs", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8970536643773416260
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct SamsungPayTokenizedCard { 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_line": null, "struct_name": "SamsungPayTokenizedCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4859877440788053771
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct SamsungPayPaymentInformation { fluid_data: FluidData, tokenized_card: SamsungPayTokenizedCard, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SamsungPayPaymentInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4989933663656135391
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct SamsungPayFluidDataValue { public_key_hash: Secret<String>, version: String, 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_line": null, "struct_name": "SamsungPayFluidDataValue", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6431338739870413977
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaClientReferenceResponse { id: String, status: BankofamericaPaymentStatus, client_reference_information: ClientReferenceInformation, processor_information: Option<ClientProcessorInformation>, processing_information: Option<ProcessingInformationResponse>, payment_information: Option<PaymentInformationResponse>, payment_insights_information: Option<PaymentInsightsInformation>, risk_information: Option<ClientRiskInformation>, token_information: Option<BankOfAmericaTokenInformation>, error_information: Option<BankOfAmericaErrorInformation>, issuer_information: Option<IssuerInformation>, sender_information: Option<SenderInformation>, payment_account_information: Option<PaymentAccountInformation>, reconciliation_id: Option<String>, consumer_authentication_information: Option<ConsumerAuthenticationInformation>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankOfAmericaClientReferenceResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-994919504822479549
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct ConsumerAuthenticationInformation { eci_raw: Option<String>, eci: Option<String>, acs_transaction_id: Option<String>, cavv: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ConsumerAuthenticationInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1743170565366572640
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct SenderInformation { payment_information: Option<PaymentInformationResponse>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SenderInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_975833894375265505
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct PaymentInsightsInformation { response_insights: Option<ResponseInsights>, rule_results: Option<RuleResults>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentInsightsInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1436286013740303305
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct ResponseInsights { category_code: Option<String>, category: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ResponseInsights", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8037756330700093565
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct RuleResults { id: Option<String>, decision: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RuleResults", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2223859627430150017
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct PaymentInformationResponse { tokenized_card: Option<CardResponseObject>, customer: Option<CustomerResponseObject>, card: Option<CardResponseObject>, scheme: Option<String>, bin: Option<String>, account_type: Option<String>, issuer: Option<String>, bin_country: Option<enums::CountryAlpha2>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentInformationResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4842786396802777970
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct CustomerResponseObject { customer_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CustomerResponseObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-788782231967881217
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct PaymentAccountInformation { card: Option<PaymentAccountCardInformation>, features: Option<PaymentAccountFeatureInformation>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentAccountInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8436370932017414173
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct PaymentAccountFeatureInformation { health_card: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentAccountFeatureInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3594195142883481526
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct PaymentAccountCardInformation { #[serde(rename = "type")] card_type: Option<String>, hashed_number: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentAccountCardInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7193350958130262919
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct ProcessingInformationResponse { payment_solution: Option<String>, commerce_indicator: Option<String>, commerce_indicator_label: Option<String>, authorization_options: Option<AuthorizationOptions>, ecommerce_indicator: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ProcessingInformationResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2073174852771901083
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct AuthorizationOptions { auth_type: Option<String>, initiator: Option<Initiator>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AuthorizationOptions", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2369796466015675912
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct Initiator { merchant_initiated_transaction: Option<MerchantInitiatedTransactionResponse>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Initiator", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5030971615262673749
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct MerchantInitiatedTransactionResponse { agreement_id: Option<String>, previous_transaction_id: Option<String>, original_authorized_amount: Option<StringMajorUnit>, 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_line": null, "struct_name": "MerchantInitiatedTransactionResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6466552233343360557
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaTokenInformation { payment_instrument: Option<BankOfAmericaPaymentInstrument>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankOfAmericaTokenInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6653143499499214364
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct IssuerInformation { country: Option<enums::CountryAlpha2>, discretionary_data: Option<String>, country_specific_discretionary_data: Option<String>, response_code: Option<String>, pin_request_indicator: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "IssuerInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2694587737516040361
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct CardResponseObject { suffix: Option<String>, prefix: Option<String>, expiration_month: Option<Secret<String>>, expiration_year: 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_line": null, "struct_name": "CardResponseObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8913526174849837840
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaErrorInformationResponse { id: String, error_information: BankOfAmericaErrorInformation, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankOfAmericaErrorInformationResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_311964280837548401
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaErrorInformation { 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_line": null, "struct_name": "BankOfAmericaErrorInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5803289596486082640
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaTransactionResponse { id: String, application_information: ApplicationInformation, client_reference_information: Option<ClientReferenceInformation>, processor_information: Option<ClientProcessorInformation>, processing_information: Option<ProcessingInformationResponse>, payment_information: Option<PaymentInformationResponse>, payment_insights_information: Option<PaymentInsightsInformation>, error_information: Option<BankOfAmericaErrorInformation>, fraud_marking_information: Option<FraudMarkingInformation>, risk_information: Option<ClientRiskInformation>, token_information: Option<BankOfAmericaTokenInformation>, reconciliation_id: Option<String>, consumer_authentication_information: Option<ConsumerAuthenticationInformation>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankOfAmericaTransactionResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5110548221852948026
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct FraudMarkingInformation { 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_line": null, "struct_name": "FraudMarkingInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_494727495567473441
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct ApplicationInformation { status: Option<BankofamericaPaymentStatus>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ApplicationInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6672957469150469663
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "OrderInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2825418976088607703
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaCaptureRequest { order_information: OrderInformation, client_reference_information: ClientReferenceInformation, #[serde(skip_serializing_if = "Option::is_none")] merchant_defined_information: Option<Vec<MerchantDefinedInformation>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankOfAmericaCaptureRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_519681294177472290
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaVoidRequest { client_reference_information: ClientReferenceInformation, reversal_information: ReversalInformation, #[serde(skip_serializing_if = "Option::is_none")] merchant_defined_information: Option<Vec<MerchantDefinedInformation>>, // The connector documentation does not mention the merchantDefinedInformation field for Void requests. But this has been still added because it works! }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankOfAmericaVoidRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3930860132304883535
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "ReversalInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_481559196917379086
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaRefundRequest { 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_line": null, "struct_name": "BankOfAmericaRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8992686068694206623
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaRefundResponse { id: String, status: BankofamericaRefundStatus, error_information: Option<BankOfAmericaErrorInformation>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankOfAmericaRefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2653163394185679790
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct RsyncApplicationInformation { status: Option<BankofamericaRefundStatus>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RsyncApplicationInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4356418047653452291
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaRsyncResponse { id: String, application_information: Option<RsyncApplicationInformation>, error_information: Option<BankOfAmericaErrorInformation>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankOfAmericaRsyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2172228903629326859
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaStandardErrorResponse { 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_line": null, "struct_name": "BankOfAmericaStandardErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7891040925491882133
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaServerErrorResponse { 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_line": null, "struct_name": "BankOfAmericaServerErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4318868845990426120
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/transformers.rs pub struct BankOfAmericaAuthenticationErrorResponse { 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_line": null, "struct_name": "BankOfAmericaAuthenticationErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1524717091229204708
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "Details", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7356721738192601126
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "ErrorInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5347396037027386993
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bankofamerica/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_line": null, "struct_name": "AuthenticationErrorInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5230333063434461868
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct Address { pub country: enums::CountryAlpha2, pub state_province: Secret<String>, pub street: Secret<String>, pub city: String, pub postal_code: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Address", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6727869018384184606
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct Profile { pub profile_type: ProfileType, pub first_name: Secret<String>, pub last_name: Secret<String>, pub date_of_birth: Secret<String>, pub gender: NomupayGender, pub email_address: Email, pub phone_number_country_code: Option<String>, pub phone_number: Option<Secret<String>>, pub address: Address, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Profile", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8607594812710817872
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct OnboardSubAccountRequest { pub account_id: Secret<String>, pub client_sub_account_id: Secret<String>, pub profile: Profile, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "OnboardSubAccountRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8163483496111920153
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct BankAccount { pub bank_id: Option<Secret<String>>, pub account_id: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankAccount", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2721938188944411451
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct VirtualAccountsType { pub country_code: String, pub currency_code: String, pub bank_id: Secret<String>, pub bank_account_id: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "VirtualAccountsType", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6933919481148119297
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct OnboardTransferMethodRequest { pub country_code: enums::CountryAlpha2, pub currency_code: Currency, #[serde(rename = "type")] pub transfer_method_type: TransferMethodType, pub display_name: Secret<String>, pub bank_account: BankAccount, pub profile: Profile, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "OnboardTransferMethodRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3336328922482006810
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct NomupayPaymentRequest { pub source_id: Secret<String>, pub destination_id: Secret<String>, pub payment_reference: String, pub amount: FloatMajorUnit, pub currency_code: Currency, pub purpose: String, pub description: Option<String>, pub internal_memo: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NomupayPaymentRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-402353833155948705
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct QuoteRequest { pub source_id: Secret<String>, pub source_currency_code: Currency, pub destination_currency_code: Currency, pub amount: FloatMajorUnit, pub include_fee: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "QuoteRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8553016319810106361
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct CommitRequest { pub source_id: Secret<String>, pub id: String, pub destination_id: Secret<String>, pub payment_reference: String, pub amount: FloatMajorUnit, pub currency_code: Currency, pub purpose: String, pub description: String, pub internal_memo: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CommitRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8640708131373036302
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct OnboardSubAccountResponse { pub account_id: Secret<String>, pub id: String, pub client_sub_account_id: Secret<String>, pub profile: Profile, pub virtual_accounts: Vec<VirtualAccountsType>, pub status: String, pub created_on: String, pub last_updated: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "OnboardSubAccountResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6150544725224688191
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct OnboardTransferMethodResponse { pub parent_id: Secret<String>, pub account_id: Secret<String>, pub sub_account_id: Secret<String>, pub id: String, pub status: String, pub created_on: String, pub last_updated: String, pub country_code: String, pub currency_code: Currency, pub display_name: String, #[serde(rename = "type")] pub transfer_method_type: String, pub profile: Profile, pub bank_account: BankAccount, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "OnboardTransferMethodResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-799476741476113679
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct NomupayPaymentResponse { pub id: String, pub status: NomupayPaymentStatus, pub created_on: String, pub last_updated: String, pub source_id: Secret<String>, pub destination_id: Secret<String>, pub payment_reference: String, pub amount: FloatMajorUnit, pub currency_code: String, pub purpose: String, pub description: String, pub internal_memo: String, pub release_on: String, pub expire_on: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NomupayPaymentResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6098789341093230351
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct FeesType { #[serde(rename = "type")] pub fees_type: String, pub fees: FloatMajorUnit, pub currency_code: 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_line": null, "struct_name": "FeesType", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5398954174847056289
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct PayoutQuoteResponse { pub source_id: Secret<String>, pub destination_currency_code: Currency, pub amount: FloatMajorUnit, pub source_currency_code: Currency, pub include_fee: bool, pub fees: Vec<FeesType>, pub payment_reference: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PayoutQuoteResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8468853412541752752
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct CommitResponse { pub id: String, pub status: String, pub created_on: String, pub last_updated: String, pub source_id: Secret<String>, pub destination_id: Secret<String>, pub payment_reference: String, pub amount: FloatMajorUnit, pub currency_code: Currency, pub purpose: String, pub description: String, pub internal_memo: String, pub release_on: String, pub expire_on: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CommitResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7860069661535376392
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nomupay/transformers.rs pub struct NomupayMetadata { pub private_key: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NomupayMetadata", "total_crates": null, "trait_name": null }