id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_hyperswitch_connectors_1885875289270851323
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs pub struct AdyenBalanceAccount { description: String, id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-1290961148227054641
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs pub struct StoredPaymentCounterparty<'a, F> { pub item: &'a AdyenPlatformRouterData<&'a PayoutsRouterData<F>>, pub stored_payment_method_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-9074521892634966713
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs pub struct RawPaymentCounterparty<'a, F> { pub item: &'a AdyenPlatformRouterData<&'a PayoutsRouterData<F>>, pub raw_payout_method_data: payouts::PayoutMethodData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-3748362062644939327
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs pub struct AdyenplatformIncomingWebhook { pub data: AdyenplatformIncomingWebhookData, #[serde(rename = "type")] pub webhook_type: AdyenplatformWebhookEventType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-4178622417345984848
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs pub struct AdyenplatformIncomingWebhookData { pub status: AdyenplatformWebhookStatus, pub reference: String, pub tracking: Option<AdyenplatformTrackingData>, pub category: Option<AdyenPayoutMethod>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-4407860451078131450
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs pub struct AdyenplatformTrackingData { status: TrackingStatus, estimated_arrival_time: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_1385374654535672703
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs pub struct AdyenTransferErrorResponse { pub error_code: String, #[serde(rename = "type")] pub error_type: String, pub status: u16, pub title: String, pub detail: Option<String>, pub request_id:...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_8841289281844458648
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyenplatform/transformers/payouts.rs pub struct AdyenInvalidField { pub name: Option<String>, pub value: Option<String>, pub message: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-2900887260125955563
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayRouterData<T> { pub amount: StringMajorUnit, pub router_data: T, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-1972691167288613145
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct MerchantIdentification { pub project_id: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-51026683246421659
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct References { pub merchant_reference: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-2052038586870786206
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct Amount { pub amount: StringMajorUnit, pub currency: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-3145289894906264653
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct Reason { pub code: Option<String>, pub reject_reason: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-3925079999232158858
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct StatusReasonInformation { pub reason: Reason, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_935270393969600527
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct DebtorInformation { pub name: Secret<String>, pub email: 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_...
hyperswitch_struct_hyperswitch_connectors_5108850905713778691
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct BankPaymentInformation { pub amount: Amount, pub references: References, #[serde(skip_serializing_if = "Option::is_none")] pub debtor: Option<DebtorInformation>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-8857303397789189525
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct BankPaymentInformationResponse { pub status: TrustpayBankRedirectPaymentStatus, pub status_reason_information: Option<StatusReasonInformation>, pub references: ReferencesResponse, pub amount: WebhookAmount, ...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_4122976399105740192
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct CallbackURLs { pub success: String, pub cancel: String, pub error: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-6208274837463878768
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct PaymentRequestCards { pub amount: StringMajorUnit, pub currency: String, pub pan: cards::CardNumber, pub cvv: Secret<String>, #[serde(rename = "exp")] pub expiry_date: Secret<String>, pub cardhol...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_6289404772488570730
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct PaymentRequestBankRedirect { pub payment_method: TrustpayPaymentMethod, pub merchant_identification: MerchantIdentification, pub payment_information: BankPaymentInformation, pub callback_urls: CallbackURLs, ...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_751786849754251639
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct PaymentRequestNetworkToken { pub amount: StringMajorUnit, pub currency: enums::Currency, pub pan: NetworkTokenNumber, #[serde(rename = "exp")] pub expiry_date: Secret<String>, #[serde(rename = "Redir...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-982357172419475106
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct PaymentRequestBankTransfer { pub payment_method: TrustpayBankTransferPaymentMethod, pub merchant_identification: MerchantIdentification, pub payment_information: BankPaymentInformation, pub callback_urls: Ca...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_2786056093665626606
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayMandatoryParams { pub billing_city: String, pub billing_country: api_models::enums::CountryAlpha2, pub billing_street1: Secret<String>, pub billing_postcode: Secret<String>, pub billing_first_nam...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_3152083684500018409
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct PaymentsResponseCards { pub status: i64, pub description: Option<String>, pub instance_id: String, pub payment_status: Option<String>, pub payment_description: Option<String>, pub redirect_url: Optio...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-2456661589091433391
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct PaymentsResponseBankRedirect { pub payment_request_id: i64, pub gateway_url: Url, pub payment_result_info: Option<ResultInfo>, pub payment_method_response: Option<TrustpayPaymentMethod>, pub merchant_ide...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_6114499717278162018
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct ErrorResponseBankRedirect { #[serde(rename = "ResultInfo")] pub payment_result_info: ResultInfo, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-2354938896855760659
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct ReferencesResponse { pub payment_request_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-381651043300856184
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct SyncResponseBankRedirect { pub payment_information: BankPaymentInformationResponse, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_3327352985704012027
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayAuthUpdateRequest { pub grant_type: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-6467110926962415759
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct ResultInfo { pub result_code: i64, pub additional_info: Option<String>, pub correlation_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-4743921684760584666
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayAuthUpdateResponse { pub access_token: Option<Secret<String>>, pub token_type: Option<String>, pub expires_in: Option<i64>, #[serde(rename = "ResultInfo")] pub result_info: ResultInfo, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_6504804185741645353
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayAccessTokenErrorResponse { pub result_info: ResultInfo, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-305471345854757069
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayCreateIntentRequest { pub amount: StringMajorUnit, pub currency: String, // If true, Apple Pay will be initialized pub init_apple_pay: Option<bool>, // If true, Google pay will be initialized ...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_1928964045250709601
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayCreateIntentResponse { // TrustPay's authorization secrets used by client pub secrets: SdkSecretInfo, // Data object to be used for Apple Pay or Google Pay #[serde(flatten)] pub init_result_data...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-2289986072360611459
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct GooglePayTransactionInfo { pub country_code: api_models::enums::CountryAlpha2, pub currency_code: api_models::enums::Currency, pub total_price_status: String, pub total_price: StringMajorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_7475042018567903269
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct GooglePayMerchantInfo { pub merchant_name: Secret<String>, pub merchant_id: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-7045495628817144844
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct GooglePayAllowedPaymentMethods { #[serde(rename = "type")] pub payment_method_type: String, pub parameters: GpayAllowedMethodsParameters, pub tokenization_specification: GpayTokenizationSpecification, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_7871007052544627693
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct GpayTokenParameters { pub gateway: String, pub gateway_merchant_id: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-9045236006991082685
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct GpayTokenizationSpecification { #[serde(rename = "type")] pub token_specification_type: String, pub parameters: GpayTokenParameters, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_2506255500972246905
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct GpayAllowedMethodsParameters { pub allowed_auth_methods: Vec<String>, pub allowed_card_networks: Vec<String>, pub assurance_details_required: Option<bool>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_8758118096585390805
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayGooglePayResponse { pub merchant_info: GooglePayMerchantInfo, pub allowed_payment_methods: Vec<GooglePayAllowedPaymentMethods>, pub transaction_info: GooglePayTransactionInfo, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_3074545039142990882
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct SdkSecretInfo { pub display: Secret<String>, pub payment: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-4316325306300190514
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayApplePayResponse { pub country_code: api_models::enums::CountryAlpha2, pub currency_code: api_models::enums::Currency, pub supported_networks: Vec<String>, pub merchant_capabilities: 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_...
hyperswitch_struct_hyperswitch_connectors_2523973807341717
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct ApplePayTotalInfo { pub label: String, pub amount: StringMajorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-1924973130931298504
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayRefundRequestCards { instance_id: String, amount: StringMajorUnit, currency: String, reference: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-5814179135955249085
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayRefundRequestBankRedirect { pub merchant_identification: MerchantIdentification, pub payment_information: BankPaymentInformation, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_7013913030676205498
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct CardsRefundResponse { pub status: i64, pub description: Option<String>, pub instance_id: String, pub payment_status: String, pub payment_description: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-6819857758843120413
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct BankRedirectRefundResponse { pub payment_request_id: i64, pub result_info: ResultInfo, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_1176677752876444178
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayRedirectResponse { pub status: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_2584325186711178792
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct Errors { pub code: i64, pub description: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_8626206751718814087
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayErrorResponse { pub status: i64, pub description: Option<String>, pub errors: Option<Vec<Errors>>, pub instance_id: Option<String>, pub payment_description: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_4404040837802798760
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct WebhookReferences { pub merchant_reference: Option<String>, pub payment_id: Option<String>, pub payment_request_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-6786245168067823021
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct WebhookAmount { pub amount: FloatMajorUnit, pub currency: enums::Currency, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-7591129360319314805
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct WebhookPaymentInformation { pub credit_debit_indicator: CreditDebitIndicator, pub references: WebhookReferences, pub status: WebhookStatus, pub amount: WebhookAmount, pub status_reason_information: Optio...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-878617433128692096
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpay/transformers.rs pub struct TrustpayWebhookResponse { pub payment_information: WebhookPaymentInformation, pub signature: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_6827646665175820322
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct ChannelProperties { pub success_return_url: String, pub failure_return_url: String, pub skip_three_d_secure: bool, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-1917213055624222564
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct CardPaymentRequest { #[serde(rename = "type")] pub payment_type: PaymentMethodType, pub card: CardInfo, pub reusability: TransactionType, pub reference_id: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_777275160351921248
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct MandatePaymentRequest { pub amount: FloatMajorUnit, pub currency: Currency, pub capture_method: String, pub payment_method_id: Secret<String>, pub channel_properties: ChannelProperties, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-3934536222836953521
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditRedirectionResponse { pub status: PaymentStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-1134397600266164212
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditPaymentsCaptureRequest { pub capture_amount: FloatMajorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_938318177750399774
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditPaymentsRequest { pub amount: FloatMajorUnit, pub currency: Currency, pub capture_method: String, #[serde(skip_serializing_if = "Option::is_none")] pub payment_method: Option<PaymentMethod>, #[se...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_1629415688751286379
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditSplitRoute { #[serde(skip_serializing_if = "Option::is_none")] pub flat_amount: Option<FloatMajorUnit>, #[serde(skip_serializing_if = "Option::is_none")] pub percent_amount: Option<i64>, pub currency...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-5101648382978462982
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditSplitRequest { pub name: String, pub description: String, pub routes: Vec<XenditSplitRoute>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-8875254279370723452
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditSplitRequestData { #[serde(flatten)] pub split_data: XenditSplitRequest, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_5432110859978066417
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditSplitResponse { id: String, name: String, description: String, routes: Vec<XenditSplitRoute>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_5631893846784260594
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct CardInfo { pub channel_properties: ChannelProperties, pub card_information: CardInformation, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-2770974115210880315
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct CardInformation { pub card_number: CardNumber, pub expiry_month: Secret<String>, pub expiry_year: Secret<String>, #[serde(skip_serializing_if = "Option::is_none")] pub cvv: Option<Secret<String>>, pub ...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-6396359539146599132
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditErrorResponse { pub error_code: String, pub message: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-5983549813780220577
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditPaymentResponse { pub id: String, pub status: PaymentStatus, pub actions: Option<Vec<Action>>, pub payment_method: PaymentMethodInfo, pub failure_code: Option<String>, pub reference_id: Secret<St...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-4822731701233467386
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditCaptureResponse { pub id: String, pub status: PaymentStatus, pub actions: Option<Vec<Action>>, pub payment_method: PaymentMethodInfo, pub failure_code: Option<String>, pub reference_id: Secret<St...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_4846525793093240541
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct Action { pub method: MethodType, pub url: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_2791686077236716572
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct PaymentMethodInfo { pub id: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_7902083023189893605
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditRefundRequest { pub amount: FloatMajorUnit, pub payment_request_id: String, pub reason: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct RefundResponse { pub id: String, pub status: RefundStatus, pub amount: FloatMajorUnit, pub currency: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_8731976746012512809
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditMetadata { pub for_user_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-1343432356493206944
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct XenditWebhookEvent { pub event: XenditEventType, pub data: EventDetails, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-9024581808838576372
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/xendit/transformers.rs pub struct EventDetails { pub id: String, pub payment_request_id: Option<String>, pub amount: FloatMajorUnit, pub currency: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-2052038586870786206
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct Amount { total: FloatMajorUnit, currency: String, #[serde(skip_serializing_if = "Option::is_none")] components: Option<AmountComponents>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_7982903215289255571
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct AmountComponents { subtotal: FloatMajorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_7845393033306086722
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct ExpiryDate { month: Secret<String>, year: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-2685950571151159995
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct Card { number: cards::CardNumber, security_code: Secret<String>, expiry_date: ExpiryDate, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-9139326631494959332
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct PaymentMethod { payment_card: Card, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-4359761803398625481
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct SplitShipment { total_count: i32, final_shipment: bool, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-1074092298046911393
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct AuthipayPaymentsRequest { request_type: &'static str, transaction_amount: Amount, payment_method: PaymentMethod, // split_shipment: Option<SplitShipment>, // incremental_flag: Option<bool>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_9109476785073776950
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct AuthipayTransactionProcessingDetails { pub order_id: String, pub transaction_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_327527582781282254
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct AuthipayGatewayResponse { pub transaction_state: AuthipayTransactionStatus, pub transaction_processing_details: AuthipayTransactionProcessingDetails, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_5172463012067023865
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct AuthipayPaymentReceipt { pub approved_amount: Amount, pub processor_response_details: Option<Processor>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-594065574479853521
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct AuthipayPaymentsResponse { #[serde(rename = "type")] response_type: Option<String>, client_request_id: String, api_trace_id: String, ipg_transaction_id: String, order_id: String, transaction_type...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-7749931171992739730
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct PaymentToken { reusable: Option<bool>, decline_duplicates: Option<bool>, brand: Option<String>, #[serde(rename = "type")] token_type: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-178602798259315729
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct PaymentMethodDetails { payment_card: Option<PaymentCardDetails>, payment_method_type: Option<String>, payment_method_brand: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-7362961018602110128
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct PaymentCardDetails { expiry_date: ExpiryDate, bin: String, last4: String, brand: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_6562473707970104376
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct Processor { reference_number: Option<String>, authorization_code: Option<String>, response_code: String, response_message: String, avs_response: Option<AvsResponse>, security_code_response: Option<St...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-5543310457268441336
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct AvsResponse { street_match: Option<String>, postal_code_match: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-3509647611036411243
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct AuthipayCaptureRequest { request_type: &'static str, transaction_amount: Amount, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-7393724493969869240
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct AuthipayVoidRequest { request_type: &'static str, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_-534318320173312693
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct AuthipayRefundRequest { request_type: &'static str, transaction_amount: Amount, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_8534777043847971864
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct ErrorDetailItem { pub field: String, pub message: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_7105961364673595842
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct ErrorDetails { pub code: Option<String>, pub message: String, pub details: Option<Vec<ErrorDetailItem>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_8472895325704385126
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/authipay/transformers.rs pub struct AuthipayErrorResponse { pub client_request_id: Option<String>, pub api_trace_id: Option<String>, pub response_type: Option<String>, #[serde(rename = "type")] pub response_object_type: Option<String>, ...
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...
hyperswitch_struct_hyperswitch_connectors_2855535595575706358
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/juspaythreedsserver/transformers.rs pub struct JuspaythreedsserverPaymentsRequest { amount: StringMinorUnit, card: JuspaythreedsserverCard, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_...