id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_hyperswitch_connectors_4405291692693702781
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/juspaythreedsserver/transformers.rs pub struct JuspaythreedsserverCard { number: cards::CardNumber, expiry_month: Secret<String>, expiry_year: Secret<String>, cvc: Secret<String>, complete: bool, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "JuspaythreedsserverCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6614713619225390663
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/juspaythreedsserver/transformers.rs pub struct JuspaythreedsserverPaymentsResponse { status: JuspaythreedsserverPaymentStatus, id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "JuspaythreedsserverPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6560274549743883459
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/juspaythreedsserver/transformers.rs pub struct JuspaythreedsserverRefundRequest { pub amount: StringMinorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "JuspaythreedsserverRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/juspaythreedsserver/transformers.rs pub struct RefundResponse { id: String, status: RefundStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8961567774323887625
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/juspaythreedsserver/transformers.rs pub struct JuspaythreedsserverErrorResponse { pub status_code: u16, 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": "JuspaythreedsserverErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4946387759377728785
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardPaymentsRequest { processing_information: ProcessingInformation, payment_information: PaymentInformation, order_information: OrderInformationWithBill, client_reference_information: ClientReferenceInformation, #[serde(skip_serializing_if = "Option::is_none")] consumer_authentication_information: Option<BarclaycardConsumerAuthInformation>, #[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": "BarclaycardPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8281342051490758898
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct ProcessingInformation { commerce_indicator: String, capture: Option<bool>, payment_solution: Option<String>, cavv_algorithm: 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_-7171208781206568097
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/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_-1933172145423344475
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardConsumerAuthInformation { ucaf_collection_indicator: Option<String>, cavv: Option<Secret<String>>, ucaf_authentication_data: Option<Secret<String>>, xid: Option<String>, directory_server_transaction_id: Option<Secret<String>>, specification_version: Option<SemanticVersion>, /// This field specifies the 3ds version pa_specification_version: Option<SemanticVersion>, /// Verification response enrollment status. /// /// This field is supported only on Asia, Middle East, and Africa Gateway. /// /// For external authentication, this field will always be "Y" veres_enrolled: Option<String>, /// Raw electronic commerce indicator (ECI) eci_raw: Option<String>, /// This field is supported only on Asia, Middle East, and Africa Gateway /// Also needed for Credit Mutuel-CIC in France and Mastercard Identity Check transactions /// This field is only applicable for Mastercard and Visa Transactions pares_status: Option<BarclaycardParesStatus>, //This field is used to send the authentication date in yyyyMMDDHHMMSS format authentication_date: Option<String>, /// This field indicates the 3D Secure transaction flow. It is only supported for secure transactions in France. /// The possible values are - CH (Challenge), FD (Frictionless with delegation), FR (Frictionless) effective_authentication_type: Option<EffectiveAuthenticationType>, /// This field indicates the authentication type or challenge presented to the cardholder at checkout. challenge_code: Option<String>, /// This field indicates the reason for payer authentication response status. It is only supported for secure transactions in France. pares_status_reason: Option<String>, /// This field indicates the reason why strong authentication was cancelled. It is only supported for secure transactions in France. challenge_cancel_code: Option<String>, /// This field indicates the score calculated by the 3D Securing platform. It is only supported for secure transactions in France. network_score: Option<u32>, /// This is the transaction ID generated by the access control server. This field is supported only for secure transactions in France. acs_transaction_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BarclaycardConsumerAuthInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5142256302329720973
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/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/barclaycard/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_599069558390963481
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/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_line": null, "struct_name": "TokenizedCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4270804206172889347
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/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/barclaycard/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/barclaycard/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_-2685950571151159995
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/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>, type_selection_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": "Card", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1786001253314732908
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/transformers.rs pub struct BillTo { first_name: Secret<String>, last_name: Secret<String>, address1: Secret<String>, locality: String, administrative_area: Secret<String>, postal_code: Secret<String>, country: 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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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_-1936757404610238454
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardConsumerAuthValidateResponse { ucaf_collection_indicator: Option<String>, cavv: Option<Secret<String>>, ucaf_authentication_data: Option<Secret<String>>, xid: Option<String>, specification_version: Option<SemanticVersion>, directory_server_transaction_id: Option<Secret<String>>, 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": "BarclaycardConsumerAuthValidateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2304314307494617377
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardThreeDSMetadata { three_ds_data: BarclaycardConsumerAuthValidateResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BarclaycardThreeDSMetadata", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5209440381401460234
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardConsumerAuthInformationEnrollmentResponse { access_token: Option<Secret<String>>, step_up_url: Option<String>, //Added to segregate the three_ds_data in a separate struct #[serde(flatten)] validate_response: BarclaycardConsumerAuthValidateResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BarclaycardConsumerAuthInformationEnrollmentResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4180513620198750265
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct ClientAuthCheckInfoResponse { id: String, client_reference_information: ClientReferenceInformation, consumer_authentication_information: BarclaycardConsumerAuthInformationEnrollmentResponse, status: BarclaycardAuthEnrollmentStatus, error_information: Option<BarclaycardErrorInformation>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ClientAuthCheckInfoResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8250007789138168699
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardConsumerAuthInformationValidateRequest { authentication_transaction_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BarclaycardConsumerAuthInformationValidateRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_532789566036671926
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardAuthSetupRequest { payment_information: PaymentInformation, 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": "BarclaycardAuthSetupRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3487952618578494314
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardAuthValidateRequest { payment_information: PaymentInformation, client_reference_information: ClientReferenceInformation, consumer_authentication_information: BarclaycardConsumerAuthInformationValidateRequest, order_information: OrderInformation, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BarclaycardAuthValidateRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5526874920905605867
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardAuthEnrollmentRequest { payment_information: PaymentInformation, client_reference_information: ClientReferenceInformation, consumer_authentication_information: BarclaycardConsumerAuthInformationRequest, order_information: OrderInformationWithBill, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BarclaycardAuthEnrollmentRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5514210910495974891
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardRedirectionAuthResponse { pub transaction_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BarclaycardRedirectionAuthResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_681817831587211467
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardConsumerAuthInformationRequest { return_url: String, reference_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BarclaycardConsumerAuthInformationRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8808331125626145032
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardConsumerAuthInformationResponse { access_token: String, device_data_collection_url: String, reference_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BarclaycardConsumerAuthInformationResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5376009917808200732
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct ClientAuthSetupInfoResponse { id: String, client_reference_information: ClientReferenceInformation, consumer_authentication_information: BarclaycardConsumerAuthInformationResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ClientAuthSetupInfoResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8945120618250506759
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardClientReferenceResponse { id: String, status: Option<BarclaycardPaymentStatus>, 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>, error_information: Option<BarclaycardErrorInformation>, 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": "BarclaycardClientReferenceResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-994919504822479549
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/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/barclaycard/transformers.rs pub struct ProcessingInformationResponse { payment_solution: Option<String>, commerce_indicator: Option<String>, commerce_indicator_label: Option<String>, 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_6653143499499214364
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/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/barclaycard/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_-4511318765765292734
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardErrorInformationResponse { id: String, error_information: BarclaycardErrorInformation, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BarclaycardErrorInformationResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2816531871434308869
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardErrorInformation { 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": "BarclaycardErrorInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2376821326916882811
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardTransactionResponse { 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<BarclaycardErrorInformation>, fraud_marking_information: Option<FraudMarkingInformation>, risk_information: Option<ClientRiskInformation>, 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": "BarclaycardTransactionResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5110548221852948026
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/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/barclaycard/transformers.rs pub struct ApplicationInformation { status: Option<BarclaycardPaymentStatus>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "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/barclaycard/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_671565793057744049
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardCaptureRequest { 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": "BarclaycardCaptureRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1196027728684993708
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardVoidRequest { 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": "BarclaycardVoidRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3930860132304883535
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/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_3188293177135901175
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardRefundRequest { 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": "BarclaycardRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4338634442248144693
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardRefundResponse { id: String, status: BarclaycardRefundStatus, error_information: Option<BarclaycardErrorInformation>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BarclaycardRefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2653163394185679790
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct RsyncApplicationInformation { status: Option<BarclaycardRefundStatus>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "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_6108578724596360586
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardRsyncResponse { id: String, application_information: Option<RsyncApplicationInformation>, error_information: Option<BarclaycardErrorInformation>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BarclaycardRsyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2131676052229384274
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardStandardErrorResponse { 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": "BarclaycardStandardErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1138643648067085235
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardServerErrorResponse { 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": "BarclaycardServerErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2746709366189030363
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/transformers.rs pub struct BarclaycardAuthenticationErrorResponse { 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": "BarclaycardAuthenticationErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1524717091229204708
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/barclaycard/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/barclaycard/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/barclaycard/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_2358725573705642722
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderMetadataObject { pub pix_key: Secret<String>, pub expiration_time: i32, pub cpf: Secret<String>, pub merchant_city: String, pub merchant_name: String, pub workspace_id: String, pub covenant_code: String, // max_size : 9 }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderMetadataObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2853439088142260621
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderAuthUpdateResponse { #[serde(rename = "camelCase")] pub refresh_url: String, pub token_type: String, pub client_id: String, pub access_token: Secret<String>, pub scopes: String, pub expires_in: i64, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderAuthUpdateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2574098607346866616
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderCard { number: cards::CardNumber, expiry_month: Secret<String>, expiry_year: Secret<String>, cvc: Secret<String>, complete: bool, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7734880890839132302
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderPSyncBoletoRequest { payer_document_number: Secret<i64>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderPSyncBoletoRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3223646374665731351
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct Discount { #[serde(rename = "type")] pub discount_type: DiscountType, pub discount_one: Option<DiscountObject>, pub discount_two: Option<DiscountObject>, pub discount_three: Option<DiscountObject>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Discount", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7144928797232993951
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderBoletoPaymentRequest { pub environment: Environment, pub nsu_code: String, pub nsu_date: String, pub covenant_code: String, pub bank_number: Secret<String>, pub client_number: Option<id_type::CustomerId>, pub due_date: String, pub issue_date: String, pub currency: Option<enums::Currency>, pub nominal_value: StringMajorUnit, pub participant_code: Option<String>, pub payer: Payer, pub beneficiary: Option<Beneficiary>, pub document_kind: BoletoDocumentKind, pub discount: Option<Discount>, pub fine_percentage: Option<String>, pub fine_quantity_days: Option<String>, pub interest_percentage: Option<String>, pub deduction_value: Option<FloatMajorUnit>, pub protest_type: Option<ProtestType>, pub protest_quantity_days: Option<i64>, pub write_off_quantity_days: Option<String>, pub payment_type: PaymentType, pub parcels_quantity: Option<i64>, pub value_type: Option<String>, pub min_value_or_percentage: Option<f64>, pub max_value_or_percentage: Option<f64>, pub iof_percentage: Option<f64>, pub sharing: Option<Sharing>, pub key: Option<Key>, pub tx_id: Option<String>, pub messages: 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": "SantanderBoletoPaymentRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6808054150183201460
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct Payer { pub name: Secret<String>, pub document_type: enums::DocumentKind, pub document_number: Option<Secret<String>>, pub address: Secret<String>, pub neighborhood: Secret<String>, pub city: String, pub state: Secret<String>, pub zipcode: 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": "Payer", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7521339176585014427
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct Beneficiary { pub name: Option<Secret<String>>, pub document_type: Option<enums::DocumentKind>, pub document_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": "Beneficiary", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8327296156479226371
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct DiscountObject { pub value: f64, pub limit_date: String, // YYYY-MM-DD }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DiscountObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1969356959537989090
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct Sharing { pub code: String, pub value: f64, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Sharing", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8716546492001871405
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct Key { #[serde(rename = "type")] pub key_type: Option<String>, pub dict_key: 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": "Key", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5824828378603006323
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderPixQRCodeRequest { #[serde(rename = "calendario")] pub calender: SantanderCalendar, #[serde(rename = "devedor")] pub debtor: SantanderDebtor, #[serde(rename = "valor")] pub value: SantanderValue, #[serde(rename = "chave")] pub key: Secret<String>, #[serde(rename = "solicitacaoPagador")] pub request_payer: Option<String>, #[serde(rename = "infoAdicionais")] pub additional_info: Option<Vec<SantanderAdditionalInfo>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderPixQRCodeRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3279394436051619934
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderPixQRPaymentRequest { #[serde(rename = "calendario")] pub calender: SantanderCalendar, #[serde(rename = "devedor")] pub debtor: Option<SantanderDebtor>, #[serde(rename = "valor")] pub value: SantanderValue, #[serde(rename = "chave")] pub key: Secret<String>, #[serde(rename = "solicitacaoPagador")] pub request_payer: Option<String>, #[serde(rename = "infoAdicionais")] pub additional_info: Option<Vec<SantanderAdditionalInfo>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderPixQRPaymentRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6161581986947227422
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderDebtor { pub cpf: Secret<String>, #[serde(rename = "nome")] pub name: 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": "SantanderDebtor", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4545735445325001366
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderValue { pub original: StringMajorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderValue", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8502335165927320872
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderAdditionalInfo { #[serde(rename = "nome")] pub name: String, #[serde(rename = "valor")] pub 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": "SantanderAdditionalInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_647147995383616315
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderBoletoPaymentsResponse { pub environment: Environment, pub nsu_code: String, pub nsu_date: String, pub covenant_code: String, pub bank_number: String, pub client_number: Option<id_type::CustomerId>, pub due_date: String, pub issue_date: String, pub participant_code: Option<String>, pub nominal_value: StringMajorUnit, pub payer: Payer, pub beneficiary: Option<Beneficiary>, pub document_kind: BoletoDocumentKind, pub discount: Option<Discount>, pub fine_percentage: Option<String>, pub fine_quantity_days: Option<String>, pub interest_percentage: Option<String>, pub deduction_value: Option<FloatMajorUnit>, pub protest_type: Option<ProtestType>, pub protest_quantity_days: Option<i64>, pub write_off_quantity_days: Option<String>, pub payment_type: PaymentType, pub parcels_quantity: Option<i64>, pub value_type: Option<String>, pub min_value_or_percentage: Option<f64>, pub max_value_or_percentage: Option<f64>, pub iof_percentage: Option<f64>, pub sharing: Option<Sharing>, pub key: Option<Key>, pub tx_id: Option<String>, pub messages: Option<Vec<String>>, pub barcode: Option<String>, pub digitable_line: Option<Secret<String>>, pub entry_date: Option<String>, pub qr_code_pix: Option<String>, pub qr_code_url: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderBoletoPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7565236344951503455
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderPixQRCodePaymentsResponse { pub status: SantanderPaymentStatus, #[serde(rename = "calendario")] pub calendar: SantanderCalendar, #[serde(rename = "txid")] pub transaction_id: String, #[serde(rename = "revisao")] pub revision: i32, #[serde(rename = "devedor")] pub debtor: Option<SantanderDebtor>, pub location: Option<String>, #[serde(rename = "valor")] pub value: SantanderValue, #[serde(rename = "chave")] pub key: Secret<String>, #[serde(rename = "solicitacaoPagador")] pub request_payer: Option<String>, #[serde(rename = "infoAdicionais")] pub additional_info: Option<Vec<SantanderAdditionalInfo>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderPixQRCodePaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-510805447172019616
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderPixVoidResponse { #[serde(rename = "calendario")] pub calendar: SantanderCalendar, #[serde(rename = "txid")] pub transaction_id: String, #[serde(rename = "revisao")] pub revision: i32, #[serde(rename = "devedor")] pub debtor: Option<SantanderDebtor>, pub location: Option<String>, pub status: SantanderPaymentStatus, #[serde(rename = "valor")] pub value: SantanderValue, #[serde(rename = "chave")] pub key: Secret<String>, #[serde(rename = "solicitacaoPagador")] pub request_payer: Option<String>, #[serde(rename = "infoAdicionais")] pub additional_info: Option<Vec<SantanderAdditionalInfo>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderPixVoidResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5118820086444123137
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderCalendar { #[serde(rename = "calendario")] pub creation: String, #[serde(rename = "expiracao")] pub expiration: i32, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderCalendar", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1432818143461267931
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderBoletoPSyncResponse { pub link: Option<Url>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderBoletoPSyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6950242834906911219
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/santander/transformers.rs pub struct SantanderPixPSyncResponse { #[serde(flatten)] pub base: SantanderPixQRCodePaymentsResponse, pub pix: Vec<SantanderPix>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SantanderPixPSyncResponse", "total_crates": null, "trait_name": null }