id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_router_-8670138440805515077
clm
struct
// hyperswitch/crates/router/src/types.rs pub struct RedirectPaymentFlowResponse { pub payments_response: api_models::payments::PaymentsResponse, pub business_profile: domain::Profile, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-8670138440805515077
clm
struct
// hyperswitch/crates/router/src/types.rs pub struct RedirectPaymentFlowResponse<D> { pub payment_data: D, pub profile: domain::Profile, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_6819569236769604740
clm
struct
// hyperswitch/crates/router/src/types.rs pub struct AuthenticatePaymentFlowResponse { pub payments_response: api_models::payments::PaymentsResponse, pub poll_config: PollConfig, pub business_profile: domain::Profile, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_8314903123401337006
clm
struct
// hyperswitch/crates/router/src/types.rs pub struct ConnectorResponse { pub merchant_id: common_utils::id_type::MerchantId, pub connector: String, pub payment_id: common_utils::id_type::PaymentId, pub amount: i64, pub connector_transaction_id: String, pub return_url: Option<String>, pub th...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-2992948987199317108
clm
struct
// hyperswitch/crates/router/src/types.rs pub struct ConnectorsList { pub connectors: Vec<String>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-565986603917253213
clm
struct
// hyperswitch/crates/router/src/middleware.rs struct LocaleQueryParam { locale: Option<String>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_2312016419044898251
clm
struct
// hyperswitch/crates/router/src/utils.rs struct CustomJsonError { err: JsonPayloadError, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_5879945625197154337
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/webhooks.rs pub struct StripeOutgoingWebhook { id: String, #[serde(rename = "type")] stype: &'static str, object: &'static str, data: StripeWebhookObject, created: u64, // api_version: "2019-11-05", // not used }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_4503227539983543187
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/webhooks.rs pub struct StripeDisputeResponse { pub id: String, pub amount: String, pub currency: Currency, pub payment_intent: id_type::PaymentId, pub reason: Option<String>, pub status: StripeDisputeStatus, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_5174526852522873405
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/webhooks.rs pub struct StripeMandateResponse { pub mandate_id: String, pub status: StripeMandateStatus, pub payment_method_id: String, pub payment_method: String, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_2320263306248412285
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/webhooks.rs pub struct StripePayoutResponse { pub id: id_type::PayoutId, pub amount: i64, pub currency: String, pub payout_type: Option<common_enums::PayoutType>, pub status: StripePayoutStatus, pub name: Option<masking::Secret<String>>, ...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-9039434313670479967
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/customers/types.rs pub struct Shipping { pub address: StripeAddressDetails, pub name: Option<masking::Secret<String>>, pub carrier: Option<String>, pub phone: Option<masking::Secret<String>>, pub tracking_number: Option<masking::Secret<String>>,...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_9031259487283259187
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/customers/types.rs pub struct StripeAddressDetails { pub city: Option<String>, pub country: Option<api_enums::CountryAlpha2>, pub line1: Option<masking::Secret<String>>, pub line2: Option<masking::Secret<String>>, pub postal_code: Option<masking...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_789467710613756192
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/customers/types.rs pub struct CreateCustomerRequest { pub email: Option<Email>, pub invoice_prefix: Option<String>, pub name: Option<masking::Secret<String>>, pub phone: Option<masking::Secret<String>>, pub address: Option<StripeAddressDetails>,...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_1132670298751807858
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/customers/types.rs pub struct CustomerUpdateRequest { pub description: Option<Description>, pub email: Option<Email>, pub phone: Option<masking::Secret<String, masking::WithType>>, pub name: Option<masking::Secret<String>>, pub address: Option<S...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_7042972230106521390
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/customers/types.rs pub struct CreateCustomerResponse { pub id: id_type::CustomerId, pub object: String, pub created: u64, pub description: Option<Description>, pub email: Option<Email>, pub metadata: Option<pii::SecretSerdeValue>, pub na...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-1148749039517756290
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/customers/types.rs pub struct CustomerDeleteResponse { pub id: id_type::CustomerId, pub deleted: bool, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_794407318022084435
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/customers/types.rs pub struct CustomerPaymentMethodListResponse { pub object: &'static str, pub data: Vec<PaymentMethodData>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-1142116857452012702
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/customers/types.rs pub struct PaymentMethodData { pub id: Option<String>, pub object: &'static str, pub card: Option<CardDetails>, pub created: Option<time::PrimitiveDateTime>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-4523008056189052339
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/customers/types.rs pub struct CardDetails { pub country: Option<String>, pub last4: Option<String>, pub exp_month: Option<masking::Secret<String>>, pub exp_year: Option<masking::Secret<String>>, pub fingerprint: Option<masking::Secret<String>>, ...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-6641194861080841871
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct StripeBillingDetails { pub address: Option<AddressDetails>, pub email: Option<Email>, pub name: Option<String>, pub phone: Option<masking::Secret<String>>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_2080817366621394540
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct StripeCard { pub number: cards::CardNumber, pub exp_month: masking::Secret<String>, pub exp_year: masking::Secret<String>, pub cvc: masking::Secret<String>, pub holder_name: Option<masking::Secret<String>>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-6083928116377021459
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct StripeUpi { pub vpa_id: masking::Secret<String, UpiVpaMaskingStrategy>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-7529999789321152381
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct StripePaymentMethodData { #[serde(rename = "type")] pub stype: StripePaymentMethodType, pub billing_details: Option<StripeBillingDetails>, #[serde(flatten)] pub payment_method_details: Option<StripePaymentMeth...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-9039434313670479967
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct Shipping { pub address: AddressDetails, pub name: Option<masking::Secret<String>>, pub carrier: Option<String>, pub phone: Option<masking::Secret<String>>, pub tracking_number: Option<masking::Secret<String>>,...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_6036092050537433131
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct AddressDetails { pub city: Option<String>, pub country: Option<api_enums::CountryAlpha2>, pub line1: Option<masking::Secret<String>>, pub line2: Option<masking::Secret<String>>, pub postal_code: Option<masking...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_4620108802471482216
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct MandateData { pub customer_acceptance: CustomerAcceptance, pub mandate_type: Option<StripeMandateType>, pub amount: Option<i64>, #[serde(default, with = "common_utils::custom_serde::timestamp::option")] pub st...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_4417626220555311131
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct CustomerAcceptance { #[serde(rename = "type")] pub acceptance_type: Option<AcceptanceType>, pub accepted_at: Option<PrimitiveDateTime>, pub online: Option<OnlineMandate>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-6645977102091206457
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct OnlineMandate { pub ip_address: masking::Secret<String, IpAddress>, pub user_agent: String, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_201909100454608701
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct StripePaymentIntentRequest { pub id: Option<id_type::PaymentId>, pub amount: Option<i64>, // amount in cents, hence passed as integer pub connector: Option<Vec<api_enums::RoutableConnectors>>, pub currency: Option...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_284372873370558981
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct StripePaymentCancelRequest { cancellation_reason: Option<CancellationReason>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_3763049368317332947
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct StripePaymentIntentResponse { pub id: id_type::PaymentId, pub object: &'static str, pub amount: i64, pub amount_received: Option<i64>, pub amount_capturable: i64, pub currency: String, pub status: Stri...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_7652848482053597182
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct LastPaymentError { charge: Option<String>, code: Option<String>, decline_code: Option<String>, message: String, param: Option<String>, payment_method: StripePaymentMethod, #[serde(rename = "type")] ...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-2207257251569584662
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct StripePaymentMethod { #[serde(rename = "id")] payment_method_id: String, object: &'static str, card: Option<StripeCard>, created: u64, #[serde(rename = "type")] method_type: String, livemode: bool,...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-3094673000624267985
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct Charges { object: &'static str, data: Vec<String>, has_more: bool, total_count: i32, url: String, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-988046899695789059
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct StripePaymentListConstraints { pub customer: Option<id_type::CustomerId>, pub starting_after: Option<id_type::PaymentId>, pub ending_before: Option<id_type::PaymentId>, #[serde(default = "default_limit")] pub ...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_5901858907477538321
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct StripePaymentIntentListResponse { pub object: String, pub url: String, pub has_more: bool, pub data: Vec<StripePaymentIntentResponse>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-4651789535301080079
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct MandateOption { #[serde(default, with = "common_utils::custom_serde::timestamp::option")] pub accepted_at: Option<PrimitiveDateTime>, pub user_agent: Option<String>, pub ip_address: Option<masking::Secret<String, ...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-6493080833572519092
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct RedirectUrl { pub return_url: Option<String>, pub url: Option<String>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-3378050963915443048
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/payment_intents/types.rs pub struct StripePaymentRetrieveBody { pub client_secret: Option<String>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-6641194861080841871
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/setup_intents/types.rs pub struct StripeBillingDetails { pub address: Option<payments::AddressDetails>, pub email: Option<pii::Email>, pub name: Option<String>, pub phone: Option<pii::Secret<String>>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_2080817366621394540
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/setup_intents/types.rs pub struct StripeCard { pub number: cards::CardNumber, pub exp_month: pii::Secret<String>, pub exp_year: pii::Secret<String>, pub cvc: pii::Secret<String>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-7529999789321152381
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/setup_intents/types.rs pub struct StripePaymentMethodData { #[serde(rename = "type")] pub stype: StripePaymentMethodType, pub billing_details: Option<StripeBillingDetails>, #[serde(flatten)] pub payment_method_details: Option<StripePaymentMethod...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-9039434313670479967
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/setup_intents/types.rs pub struct Shipping { pub address: Option<payments::AddressDetails>, pub name: Option<String>, pub carrier: Option<String>, pub phone: Option<pii::Secret<String>>, pub tracking_number: Option<pii::Secret<String>>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_538194712005826793
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/setup_intents/types.rs pub struct StripeSetupIntentRequest { pub confirm: Option<bool>, pub customer: Option<id_type::CustomerId>, pub connector: Option<Vec<api_enums::RoutableConnectors>>, pub description: Option<String>, pub currency: Option<S...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_284372873370558981
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/setup_intents/types.rs pub struct StripePaymentCancelRequest { cancellation_reason: Option<CancellationReason>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-6493080833572519092
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/setup_intents/types.rs pub struct RedirectUrl { pub return_url: Option<String>, pub url: Option<String>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-4741910520514029672
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/setup_intents/types.rs pub struct StripeSetupIntentResponse { pub id: id_type::PaymentId, pub object: String, pub status: StripeSetupStatus, pub client_secret: Option<masking::Secret<String>>, pub metadata: Option<Value>, #[serde(with = "com...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_7652848482053597182
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/setup_intents/types.rs pub struct LastPaymentError { charge: Option<String>, code: Option<String>, decline_code: Option<String>, message: String, param: Option<String>, payment_method: StripePaymentMethod, #[serde(rename = "type")] e...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-2207257251569584662
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/setup_intents/types.rs pub struct StripePaymentMethod { #[serde(rename = "id")] payment_method_id: String, object: &'static str, card: Option<StripeCard>, created: u64, #[serde(rename = "type")] method_type: String, livemode: bool, }...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-988046899695789059
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/setup_intents/types.rs pub struct StripePaymentListConstraints { pub customer: Option<id_type::CustomerId>, pub starting_after: Option<id_type::PaymentId>, pub ending_before: Option<id_type::PaymentId>, #[serde(default = "default_limit")] pub li...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-8005758735265290799
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/refunds/types.rs pub struct StripeCreateRefundRequest { pub refund_id: Option<String>, pub amount: Option<i64>, pub payment_intent: common_utils::id_type::PaymentId, pub reason: Option<String>, pub metadata: Option<pii::SecretSerdeValue>, pu...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_6950777611608635694
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/refunds/types.rs pub struct StripeUpdateRefundRequest { #[serde(skip)] pub refund_id: String, pub metadata: Option<pii::SecretSerdeValue>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_3222215581289284639
clm
struct
// hyperswitch/crates/router/src/compatibility/stripe/refunds/types.rs pub struct StripeRefundResponse { pub id: String, pub amount: i64, pub currency: String, pub payment_intent: common_utils::id_type::PaymentId, pub status: StripeRefundStatus, pub created: Option<i64>, pub metadata: pii::...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-768950881560222032
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct VaultFingerprintRequest { pub data: String, pub key: String, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-5554973372023860092
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct VaultFingerprintResponse { pub fingerprint_id: String, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-6824681784079634687
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct AddVaultRequest<D> { pub entity_id: id_type::GlobalCustomerId, pub vault_id: domain::VaultId, pub data: D, pub ttl: i64, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_7048401448464679416
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct AddVaultResponse { #[cfg(feature = "v2")] pub entity_id: Option<id_type::GlobalCustomerId>, #[cfg(feature = "v1")] pub entity_id: Option<id_type::CustomerId>, #[cfg(feature = "v2")] pub vault_id: domain::VaultId, #[cfg(fea...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-5572205969570018338
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct AddVault;
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_2654513230235686245
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct GetVaultFingerprint;
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_6418981572004366474
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct VaultRetrieve;
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_298429017699518654
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct VaultDelete;
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_2747113967812033362
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct VaultRetrieveRequest { pub entity_id: id_type::GlobalCustomerId, pub vault_id: domain::VaultId, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-9002065636853742226
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct VaultRetrieveResponse { pub data: domain::PaymentMethodVaultingData, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-1305761374154830780
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct VaultDeleteRequest { pub entity_id: id_type::GlobalCustomerId, pub vault_id: domain::VaultId, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-8814999056111385830
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct VaultDeleteResponse { pub entity_id: id_type::GlobalCustomerId, pub vault_id: domain::VaultId, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-9098458556547630459
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct CardData { pub card_number: CardNumber, pub exp_month: Secret<String>, pub exp_year: Secret<String>, pub card_security_code: Option<Secret<String>>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-9098458556547630459
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct CardData { pub card_number: CardNumber, pub exp_month: Secret<String>, pub exp_year: Secret<String>, #[serde(skip_serializing_if = "Option::is_none")] pub card_security_code: Option<Secret<String>>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_822312234757182205
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct OrderData { pub consent_id: String, pub customer_id: id_type::CustomerId, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_822312234757182205
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct OrderData { pub consent_id: String, pub customer_id: id_type::GlobalCustomerId, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-3648101355429798393
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct ApiPayload { pub service: String, pub card_data: Secret<String>, //encrypted card data pub order_data: OrderData, pub key_id: String, pub should_send_token: bool, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-8542589923666758116
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct CardNetworkTokenResponse { pub payload: Secret<String>, //encrypted payload }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_5631530567178258686
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct CardNetworkTokenResponsePayload { pub card_brand: api_enums::CardNetwork, pub card_fingerprint: Option<Secret<String>>, pub card_reference: String, pub correlation_id: String, pub customer_id: String, pub par: String, pub ...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_7119167897294690003
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct GenerateNetworkTokenResponsePayload { pub card_brand: api_enums::CardNetwork, pub card_fingerprint: Option<Secret<String>>, pub card_reference: String, pub correlation_id: String, pub customer_id: String, pub par: String, ...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-7486890068338621957
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct GetCardToken { pub card_reference: String, pub customer_id: id_type::CustomerId, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-7486890068338621957
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct GetCardToken { pub card_reference: String, pub customer_id: id_type::GlobalCustomerId, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_6902015792949180456
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct AuthenticationDetails { pub cryptogram: Secret<String>, pub token: CardNumber, //network token }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_6902015792949180456
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct AuthenticationDetails { pub cryptogram: Secret<String>, pub token: NetworkToken, //network token }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-799251294507178268
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct TokenDetails { pub exp_month: Secret<String>, pub exp_year: Secret<String>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-6395770689371055844
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct TokenResponse { pub authentication_details: AuthenticationDetails, pub network: api_enums::CardNetwork, pub token_details: TokenDetails, pub eci: Option<String>, pub card_type: Option<String>, pub issuer: Option<String>, p...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_5009866433227587282
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct DeleteCardToken { pub card_reference: String, //network token requestor ref id pub customer_id: id_type::CustomerId, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_5009866433227587282
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct DeleteCardToken { pub card_reference: String, //network token requestor ref id pub customer_id: id_type::GlobalCustomerId, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_1810368495595744920
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct NetworkTokenErrorInfo { pub code: String, pub developer_message: String, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_8931769975034815035
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct NetworkTokenErrorResponse { pub error_message: String, pub error_info: NetworkTokenErrorInfo, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_4726170238550598272
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct DeleteNetworkTokenResponse { pub status: DeleteNetworkTokenStatus, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_7544138147327536556
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct CheckTokenStatus { pub card_reference: String, pub customer_id: id_type::CustomerId, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_7544138147327536556
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct CheckTokenStatus { pub card_reference: String, pub customer_id: id_type::GlobalCustomerId, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_7511656820417725553
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct CheckTokenStatusResponse { pub token_status: TokenStatus, pub token_expiry_month: Secret<String>, pub token_expiry_year: Secret<String>, pub card_last_4: String, pub card_expiry: String, pub token_last_4: String, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-6718346426389771656
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct NetworkTokenRequestorData { pub card_reference: String, pub customer_id: String, pub expiry_year: Secret<String>, pub expiry_month: Secret<String>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_4563102629676460157
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct NetworkTokenMetaDataUpdateBody { pub token: NetworkTokenRequestorData, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_6510718833588744407
clm
struct
// hyperswitch/crates/router/src/types/payment_methods.rs pub struct PanMetadataUpdateBody { pub card: NetworkTokenRequestorData, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-4186472285554630971
clm
struct
// hyperswitch/crates/router/src/types/fraud_check.rs pub struct FrmRouterData { pub merchant_id: common_utils::id_type::MerchantId, pub connector: String, // TODO: change this to PaymentId type pub payment_id: String, pub attempt_id: String, pub request: FrmRequest, pub response: FrmRespon...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_1929977190241538261
clm
struct
// hyperswitch/crates/router/src/types/api.rs pub struct SessionConnectorData { pub payment_method_sub_type: api_enums::PaymentMethodType, pub payment_method_type: api_enums::PaymentMethod, pub connector: ConnectorData, pub business_sub_label: Option<String>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-6542842390434724476
clm
struct
// hyperswitch/crates/router/src/types/api.rs pub struct TaxCalculateConnectorData { pub connector: ConnectorEnum, pub connector_name: enums::TaxConnectors, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_3493376437781541788
clm
struct
// hyperswitch/crates/router/src/types/storage/revenue_recovery_redis_operation.rs pub struct PaymentProcessorTokenDetails { pub payment_processor_token: String, pub expiry_month: Option<Secret<String>>, pub expiry_year: Option<Secret<String>>, pub card_issuer: Option<String>, pub last_four_digits:...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-7540893913688568639
clm
struct
// hyperswitch/crates/router/src/types/storage/revenue_recovery_redis_operation.rs pub struct PaymentProcessorTokenStatus { /// Payment processor token details including card information and token ID pub payment_processor_token_details: PaymentProcessorTokenDetails, /// Payment intent ID that originally in...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_4795238181358277019
clm
struct
// hyperswitch/crates/router/src/types/storage/revenue_recovery_redis_operation.rs pub struct TokenRetryInfo { pub monthly_wait_hours: i64, // Hours to wait for 30-day limit reset pub daily_wait_hours: i64, // Hours to wait for daily limit reset pub total_30_day_retries: i32, // Current total retry c...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_2348438244311882408
clm
struct
// hyperswitch/crates/router/src/types/storage/revenue_recovery_redis_operation.rs pub struct PaymentProcessorTokenWithRetryInfo { /// The complete token status information pub token_status: PaymentProcessorTokenStatus, /// Hours to wait before next retry attempt (max of daily/monthly wait) pub retry_w...
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-6217286655308603352
clm
struct
// hyperswitch/crates/router/src/types/storage/payment_method.rs pub struct CardTokenData { pub payment_method_id: Option<String>, pub locker_id: Option<String>, pub token: String, pub network_token_locker_id: Option<String>, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...
hyperswitch_struct_router_-6217286655308603352
clm
struct
// hyperswitch/crates/router/src/types/storage/payment_method.rs pub struct CardTokenData { pub payment_method_id: common_utils::id_type::GlobalPaymentMethodId, pub locker_id: Option<String>, pub token: String, }
{ "chunk": null, "crate": "router", "enum_name": null, "file_size": null, "for_type": null, "function_name": 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, "...