id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_euclid_8014207150387151152
clm
struct
// hyperswitch/crates/euclid/src/dssa/state_machine.rs struct IfStmtStateMachine<'a> { condition_machine: ConditionStateMachine<'a>, nested: Vec<&'a dir::DirIfStatement>, nested_idx: usize, }
{ "chunk": null, "crate": "euclid", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "IfStmtStateMachine", "total_crates": null, "trait_name": null }
hyperswitch_struct_euclid_-5635820193359748612
clm
struct
// hyperswitch/crates/euclid/src/dssa/state_machine.rs struct RuleStateMachine<'a> { connector_selection_data: &'a [(dir::DirValue, Metadata)], connectors_added: bool, if_stmt_machines: Vec<IfStmtStateMachine<'a>>, running_stack: Vec<IfStmtStateMachine<'a>>, }
{ "chunk": null, "crate": "euclid", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RuleStateMachine", "total_crates": null, "trait_name": null }
hyperswitch_struct_euclid_5577982471137639140
clm
struct
// hyperswitch/crates/euclid/src/dssa/state_machine.rs pub struct RuleContextManager<'a> { context: types::ConjunctiveContext<'a>, machine: RuleStateMachine<'a>, init: bool, }
{ "chunk": null, "crate": "euclid", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RuleContextManager", "total_crates": null, "trait_name": null }
hyperswitch_struct_euclid_8751372337567825148
clm
struct
// hyperswitch/crates/euclid/src/dssa/state_machine.rs pub struct ProgramStateMachine<'a> { rule_machines: Vec<RuleStateMachine<'a>>, current_rule_machine: Option<RuleStateMachine<'a>>, is_init: bool, }
{ "chunk": null, "crate": "euclid", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ProgramStateMachine", "total_crates": null, "trait_name": null }
hyperswitch_struct_euclid_-2352005112712662755
clm
struct
// hyperswitch/crates/euclid/src/dssa/types.rs pub struct ContextValue<'a> { pub value: CtxValueKind<'a>, pub metadata: &'a Metadata, }
{ "chunk": null, "crate": "euclid", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ContextValue", "total_crates": null, "trait_name": null }
hyperswitch_struct_euclid_3672685590744031661
clm
struct
// hyperswitch/crates/euclid/src/dssa/types.rs pub struct AnalysisError { #[serde(flatten)] pub error_type: AnalysisErrorType, pub metadata: Metadata, }
{ "chunk": null, "crate": "euclid", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AnalysisError", "total_crates": null, "trait_name": null }
hyperswitch_struct_euclid_5430540904571231581
clm
struct
// hyperswitch/crates/euclid/src/dssa/types.rs pub struct ValueData { pub value: dir::DirValue, pub metadata: Metadata, }
{ "chunk": null, "crate": "euclid", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ValueData", "total_crates": null, "trait_name": null }
hyperswitch_struct_euclid_-661528973872963206
clm
struct
// hyperswitch/crates/euclid/src/dssa/graph.rs pub struct AnalysisContext { keywise_values: FxHashMap<dir::DirKey, FxHashSet<dir::DirValue>>, }
{ "chunk": null, "crate": "euclid", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AnalysisContext", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-4691559812841855355
clm
struct
// hyperswitch/crates/api_models/src/tokenization.rs pub struct GenericTokenizationResponse { /// Unique identifier returned by the tokenization service #[schema(value_type = String, example = "12345_tok_01926c58bc6e77c09e809964e72af8c8")] pub id: id_type::GlobalTokenId, /// Created time of the tokenization id #[schema(value_type = PrimitiveDateTime,example = "2024-02-24T11:04:09.922Z")] pub created_at: PrimitiveDateTime, /// Status of the tokenization id created #[schema(value_type = String,example = "enabled")] pub flag: common_enums::TokenizationFlag, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GenericTokenizationResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-2315443635695246799
clm
struct
// hyperswitch/crates/api_models/src/tokenization.rs pub struct GenericTokenizationRequest { /// Customer ID for which the tokenization is requested #[schema(value_type = String, example = "12345_cus_01926c58bc6e77c09e809964e72af8c8")] pub customer_id: id_type::GlobalCustomerId, /// Request for tokenization which contains the data to be tokenized #[schema(value_type = Object,example = json!({ "city": "NY", "unit": "245" }))] pub token_request: masking::Secret<serde_json::Value>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GenericTokenizationRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_7411724322379369469
clm
struct
// hyperswitch/crates/api_models/src/tokenization.rs pub struct DeleteTokenDataRequest { /// Customer ID for which the tokenization is requested #[schema(value_type = String, example = "12345_cus_01926c58bc6e77c09e809964e72af8c8")] pub customer_id: id_type::GlobalCustomerId, /// Session ID associated with the tokenization request #[schema(value_type = String, example = "12345_pms_01926c58bc6e77c09e809964e72af8c8")] pub session_id: id_type::GlobalPaymentMethodSessionId, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DeleteTokenDataRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_4209602471597107322
clm
struct
// hyperswitch/crates/api_models/src/tokenization.rs pub struct DeleteTokenDataResponse { /// Unique identifier returned by the tokenization service #[schema(value_type = String, example = "12345_tok_01926c58bc6e77c09e809964e72af8c8")] pub id: id_type::GlobalTokenId, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DeleteTokenDataResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_1278200213836112895
clm
struct
// hyperswitch/crates/api_models/src/locker_migration.rs pub struct MigrateCardResponse { pub status_message: String, pub status_code: String, pub customers_moved: usize, pub cards_moved: usize, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MigrateCardResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-2350380926540415847
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodCreate { /// The type of payment method use for the payment. #[schema(value_type = PaymentMethod,example = "card")] pub payment_method: Option<api_enums::PaymentMethod>, /// This is a sub-category of payment method. #[schema(value_type = Option<PaymentMethodType>,example = "credit")] pub payment_method_type: Option<api_enums::PaymentMethodType>, /// The name of the bank/ provider issuing the payment method to the end user #[schema(example = "Citibank")] pub payment_method_issuer: Option<String>, /// A standard code representing the issuer of payment method #[schema(value_type = Option<PaymentMethodIssuerCode>,example = "jp_applepay")] pub payment_method_issuer_code: Option<api_enums::PaymentMethodIssuerCode>, /// Card Details #[schema(example = json!({ "card_number": "4111111145551142", "card_exp_month": "10", "card_exp_year": "25", "card_holder_name": "John Doe"}))] pub card: Option<CardDetail>, /// You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long. Metadata is useful for storing additional, structured information on an object. #[schema(value_type = Option<Object>,example = json!({ "city": "NY", "unit": "245" }))] pub metadata: Option<pii::SecretSerdeValue>, /// The unique identifier of the customer. #[schema(value_type = Option<String>, max_length = 64, min_length = 1, example = "cus_y3oqhf46pyzuxjbcn2giaqnb44")] pub customer_id: Option<id_type::CustomerId>, /// The card network #[schema(example = "Visa")] pub card_network: Option<String>, /// Payment method details from locker #[cfg(feature = "payouts")] #[schema(value_type = Option<Bank>)] pub bank_transfer: Option<payouts::Bank>, /// Payment method details from locker #[cfg(feature = "payouts")] #[schema(value_type = Option<Wallet>)] pub wallet: Option<payouts::Wallet>, /// For Client based calls, SDK will use the client_secret /// in order to call /payment_methods /// Client secret will be generated whenever a new /// payment method is created pub client_secret: Option<String>, /// Payment method data to be passed in case of client /// based flow pub payment_method_data: Option<PaymentMethodCreateData>, /// The billing details of the payment method #[schema(value_type = Option<Address>)] pub billing: Option<payments::Address>, #[serde(skip_deserializing)] /// The connector mandate details of the payment method, this is added only for cards migration /// api and is skipped during deserialization of the payment method create request as this /// it should not be passed in the request pub connector_mandate_details: Option<PaymentsMandateReference>, #[serde(skip_deserializing)] /// The transaction id of a CIT (customer initiated transaction) associated with the payment method, /// this is added only for cards migration api and is skipped during deserialization of the /// payment method create request as it should not be passed in the request pub network_transaction_id: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodCreate", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-2350380926540415847
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodCreate { /// The type of payment method use for the payment. #[schema(value_type = PaymentMethod,example = "card")] pub payment_method_type: api_enums::PaymentMethod, /// This is a sub-category of payment method. #[schema(value_type = PaymentMethodType,example = "google_pay")] pub payment_method_subtype: api_enums::PaymentMethodType, /// You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long. Metadata is useful for storing additional, structured information on an object. #[schema(value_type = Option<Object>,example = json!({ "city": "NY", "unit": "245" }))] pub metadata: Option<pii::SecretSerdeValue>, /// The unique identifier of the customer. #[schema( min_length = 32, max_length = 64, example = "12345_cus_01926c58bc6e77c09e809964e72af8c8", value_type = String )] pub customer_id: id_type::GlobalCustomerId, /// Payment method data to be passed pub payment_method_data: PaymentMethodCreateData, /// The billing details of the payment method #[schema(value_type = Option<Address>)] pub billing: Option<payments::Address>, /// The tokenization type to be applied #[schema(value_type = Option<PspTokenization>)] pub psp_tokenization: Option<common_types::payment_methods::PspTokenization>, /// The network tokenization configuration if applicable #[schema(value_type = Option<NetworkTokenization>)] pub network_tokenization: Option<common_types::payment_methods::NetworkTokenization>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodCreate", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_6701723306964328972
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodIntentCreate { /// You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long. Metadata is useful for storing additional, structured information on an object. #[schema(value_type = Option<Object>,example = json!({ "city": "NY", "unit": "245" }))] pub metadata: Option<pii::SecretSerdeValue>, /// The billing details of the payment method #[schema(value_type = Option<Address>)] pub billing: Option<payments::Address>, /// The unique identifier of the customer. #[schema( min_length = 32, max_length = 64, example = "12345_cus_01926c58bc6e77c09e809964e72af8c8", value_type = String )] pub customer_id: id_type::GlobalCustomerId, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodIntentCreate", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_8510061809337506832
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodIntentConfirm { /// The unique identifier of the customer. #[schema(value_type = Option<String>, max_length = 64, min_length = 1, example = "cus_y3oqhf46pyzuxjbcn2giaqnb44")] pub customer_id: Option<id_type::CustomerId>, /// Payment method data to be passed pub payment_method_data: PaymentMethodCreateData, /// The type of payment method use for the payment. #[schema(value_type = PaymentMethod,example = "card")] pub payment_method_type: api_enums::PaymentMethod, /// This is a sub-category of payment method. #[schema(value_type = PaymentMethodType,example = "credit")] pub payment_method_subtype: api_enums::PaymentMethodType, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodIntentConfirm", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_6004169739986686440
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodIntentConfirmInternal { pub id: id_type::GlobalPaymentMethodId, pub request: PaymentMethodIntentConfirm, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodIntentConfirmInternal", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-2166967858756970996
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodMigrateResponse { //payment method response when payment method entry is created pub payment_method_response: PaymentMethodResponse, //card data migration status pub card_migrated: Option<bool>, //network token data migration status pub network_token_migrated: Option<bool>, //connector mandate details migration status pub connector_mandate_details_migrated: Option<bool>, //network transaction id migration status pub network_transaction_id_migrated: Option<bool>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodMigrateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_7965830890155155928
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodRecordUpdateResponse { pub payment_method_id: String, pub status: common_enums::PaymentMethodStatus, pub network_transaction_id: Option<String>, pub connector_mandate_details: Option<pii::SecretSerdeValue>, pub updated_payment_method_data: Option<bool>, pub connector_customer: Option<pii::SecretSerdeValue>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodRecordUpdateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-859460310873151427
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentsMandateReference( pub HashMap<id_type::MerchantConnectorAccountId, PaymentsMandateReferenceRecord>, );
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentsMandateReference", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-8022300191531739036
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PayoutsMandateReference( pub HashMap<id_type::MerchantConnectorAccountId, PayoutsMandateReferenceRecord>, );
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PayoutsMandateReference", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-5252626943432707875
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PayoutsMandateReferenceRecord { pub transfer_method_id: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PayoutsMandateReferenceRecord", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-371380181416018419
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentsMandateReferenceRecord { pub connector_mandate_id: String, pub payment_method_type: Option<common_enums::PaymentMethodType>, pub original_payment_authorized_amount: Option<i64>, pub original_payment_authorized_currency: Option<common_enums::Currency>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentsMandateReferenceRecord", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-5521345000002249363
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CommonMandateReference { pub payments: Option<PaymentsMandateReference>, pub payouts: Option<PayoutsMandateReference>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CommonMandateReference", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-3348027753510343475
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodUpdate { /// Card Details #[schema(example = json!({ "card_number": "4111111145551142", "card_exp_month": "10", "card_exp_year": "25", "card_holder_name": "John Doe"}))] pub card: Option<CardDetailUpdate>, /// This is a 15 minute expiry token which shall be used from the client to authenticate and perform sessions from the SDK #[schema(max_length = 30, min_length = 30, example = "secret_k2uj3he2893eiu2d")] pub client_secret: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodUpdate", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-3348027753510343475
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodUpdate { /// Payment method details to be updated for the payment_method pub payment_method_data: Option<PaymentMethodUpdateData>, /// The connector token details to be updated for the payment_method pub connector_token_details: Option<ConnectorTokenDetails>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodUpdate", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-524042458506208103
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CardDetail { /// Card Number #[schema(value_type = String,example = "4111111145551142")] pub card_number: CardNumber, /// Card Expiry Month #[schema(value_type = String,example = "10")] pub card_exp_month: masking::Secret<String>, /// Card Expiry Year #[schema(value_type = String,example = "25")] pub card_exp_year: masking::Secret<String>, /// Card Holder Name #[schema(value_type = String,example = "John Doe")] pub card_holder_name: Option<masking::Secret<String>>, /// Card Holder's Nick Name #[schema(value_type = Option<String>,example = "John Doe")] pub nick_name: Option<masking::Secret<String>>, /// Card Issuing Country pub card_issuing_country: Option<String>, /// Card's Network #[schema(value_type = Option<CardNetwork>)] pub card_network: Option<api_enums::CardNetwork>, /// Issuer Bank for Card pub card_issuer: Option<String>, /// Card Type pub card_type: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CardDetail", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-524042458506208103
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CardDetail { /// Card Number #[schema(value_type = String,example = "4111111145551142")] pub card_number: CardNumber, /// Card Expiry Month #[schema(value_type = String,example = "10")] pub card_exp_month: masking::Secret<String>, /// Card Expiry Year #[schema(value_type = String,example = "25")] pub card_exp_year: masking::Secret<String>, /// Card Holder Name #[schema(value_type = String,example = "John Doe")] pub card_holder_name: Option<masking::Secret<String>>, /// Card Holder's Nick Name #[schema(value_type = Option<String>,example = "John Doe")] pub nick_name: Option<masking::Secret<String>>, /// Card Issuing Country #[schema(value_type = CountryAlpha2)] pub card_issuing_country: Option<api_enums::CountryAlpha2>, /// Card's Network #[schema(value_type = Option<CardNetwork>)] pub card_network: Option<api_enums::CardNetwork>, /// Issuer Bank for Card pub card_issuer: Option<String>, /// Card Type pub card_type: Option<CardType>, /// The CVC number for the card /// This is optional in case the card needs to be vaulted #[schema(value_type = String, example = "242")] pub card_cvc: Option<masking::Secret<String>>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CardDetail", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-7672337505759976661
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct ProxyCardDetails { /// Tokenized Card Number #[schema(value_type = String,example = "tok_sjfowhoejsldj")] pub card_number: masking::Secret<String>, /// Card Expiry Month #[schema(value_type = String,example = "10")] pub card_exp_month: masking::Secret<String>, /// Card Expiry Year #[schema(value_type = String,example = "25")] pub card_exp_year: masking::Secret<String>, /// First Six Digit of Card Number pub bin_number: Option<String>, ///Last Four Digit of Card Number pub last_four: Option<String>, /// Issuer Bank for Card pub card_issuer: Option<String>, /// Card's Network #[schema(value_type = Option<CardNetwork>)] pub card_network: Option<common_enums::CardNetwork>, /// Card Type pub card_type: Option<String>, /// Issuing Country of the Card pub card_issuing_country: Option<String>, /// Card Holder's Nick Name #[schema(value_type = Option<String>,example = "John Doe")] pub nick_name: Option<masking::Secret<String>>, /// Card Holder Name #[schema(value_type = String,example = "John Doe")] pub card_holder_name: Option<masking::Secret<String>>, /// The CVC number for the card /// This is optional in case the card needs to be vaulted #[schema(value_type = String, example = "242")] pub card_cvc: Option<masking::Secret<String>>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ProxyCardDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-5083346873209836760
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct MigrateCardDetail { /// Card Number #[schema(value_type = String,example = "4111111145551142")] pub card_number: masking::Secret<String>, /// Card Expiry Month #[schema(value_type = String,example = "10")] pub card_exp_month: masking::Secret<String>, /// Card Expiry Year #[schema(value_type = String,example = "25")] pub card_exp_year: masking::Secret<String>, /// Card Holder Name #[schema(value_type = String,example = "John Doe")] pub card_holder_name: Option<masking::Secret<String>>, /// Card Holder's Nick Name #[schema(value_type = Option<String>,example = "John Doe")] pub nick_name: Option<masking::Secret<String>>, /// Card Issuing Country pub card_issuing_country: Option<String>, /// Card's Network #[schema(value_type = Option<CardNetwork>)] pub card_network: Option<api_enums::CardNetwork>, /// Issuer Bank for Card pub card_issuer: Option<String>, /// Card Type pub card_type: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MigrateCardDetail", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-3230156073438382460
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct MigrateNetworkTokenData { /// Network Token Number #[schema(value_type = String,example = "4111111145551142")] pub network_token_number: CardNumber, /// Network Token Expiry Month #[schema(value_type = String,example = "10")] pub network_token_exp_month: masking::Secret<String>, /// Network Token Expiry Year #[schema(value_type = String,example = "25")] pub network_token_exp_year: masking::Secret<String>, /// Card Holder Name #[schema(value_type = String,example = "John Doe")] pub card_holder_name: Option<masking::Secret<String>>, /// Card Holder's Nick Name #[schema(value_type = Option<String>,example = "John Doe")] pub nick_name: Option<masking::Secret<String>>, /// Card Issuing Country pub card_issuing_country: Option<String>, /// Card's Network #[schema(value_type = Option<CardNetwork>)] pub card_network: Option<api_enums::CardNetwork>, /// Issuer Bank for Card pub card_issuer: Option<String>, /// Card Type pub card_type: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MigrateNetworkTokenData", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-8135165644657213095
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct MigrateNetworkTokenDetail { /// Network token details pub network_token_data: MigrateNetworkTokenData, /// Network token requestor reference id pub network_token_requestor_ref_id: String, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MigrateNetworkTokenDetail", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-2800032930293182761
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CardDetailUpdate { /// Card Expiry Month #[schema(value_type = String,example = "10")] pub card_exp_month: Option<masking::Secret<String>>, /// Card Expiry Year #[schema(value_type = String,example = "25")] pub card_exp_year: Option<masking::Secret<String>>, /// Card Holder Name #[schema(value_type = String,example = "John Doe")] pub card_holder_name: Option<masking::Secret<String>>, /// Card Holder's Nick Name #[schema(value_type = Option<String>,example = "John Doe")] pub nick_name: Option<masking::Secret<String>>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CardDetailUpdate", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-2800032930293182761
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CardDetailUpdate { /// Card Holder Name #[schema(value_type = String,example = "John Doe")] pub card_holder_name: Option<masking::Secret<String>>, /// Card Holder's Nick Name #[schema(value_type = Option<String>,example = "John Doe")] pub nick_name: Option<masking::Secret<String>>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CardDetailUpdate", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-5792665227268886648
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodResponse { /// Unique identifier for a merchant #[schema(example = "merchant_1671528864", value_type = String)] pub merchant_id: id_type::MerchantId, /// The unique identifier of the customer. #[schema(value_type = Option<String>, max_length = 64, min_length = 1, example = "cus_y3oqhf46pyzuxjbcn2giaqnb44")] pub customer_id: Option<id_type::CustomerId>, /// The unique identifier of the Payment method #[schema(example = "card_rGK4Vi5iSW70MY7J2mIg")] pub payment_method_id: String, /// The type of payment method use for the payment. #[schema(value_type = PaymentMethod, example = "card")] pub payment_method: Option<api_enums::PaymentMethod>, /// This is a sub-category of payment method. #[schema(value_type = Option<PaymentMethodType>, example = "credit")] pub payment_method_type: Option<api_enums::PaymentMethodType>, /// Card details from card locker #[schema(example = json!({"last4": "1142","exp_month": "03","exp_year": "2030"}))] pub card: Option<CardDetailFromLocker>, /// Indicates whether the payment method supports recurring payments. Optional. #[schema(example = true)] pub recurring_enabled: Option<bool>, /// Indicates whether the payment method is eligible for installment payments (e.g., EMI, BNPL). Optional. #[schema(example = true)] pub installment_payment_enabled: Option<bool>, /// Type of payment experience enabled with the connector #[schema(value_type = Option<Vec<PaymentExperience>>, example = json!(["redirect_to_url"]))] pub payment_experience: Option<Vec<api_enums::PaymentExperience>>, /// You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long. Metadata is useful for storing additional, structured information on an object. #[schema(value_type = Option<Object>, example = json!({ "city": "NY", "unit": "245" }))] pub metadata: Option<pii::SecretSerdeValue>, /// A timestamp (ISO 8601 code) that determines when the payment method was created #[schema(value_type = Option<PrimitiveDateTime>, example = "2023-01-18T11:04:09.922Z")] #[serde(default, with = "common_utils::custom_serde::iso8601::option")] pub created: Option<time::PrimitiveDateTime>, /// Payment method details from locker #[cfg(feature = "payouts")] #[schema(value_type = Option<Bank>)] #[serde(skip_serializing_if = "Option::is_none")] pub bank_transfer: Option<payouts::Bank>, #[schema(value_type = Option<PrimitiveDateTime>, example = "2024-02-24T11:04:09.922Z")] #[serde(default, with = "common_utils::custom_serde::iso8601::option")] pub last_used_at: Option<time::PrimitiveDateTime>, /// For Client based calls pub client_secret: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_8020574847963762059
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct ConnectorTokenDetails { /// The unique identifier of the connector account through which the token was generated #[schema(value_type = String, example = "mca_")] pub connector_id: id_type::MerchantConnectorAccountId, #[schema(value_type = TokenizationType)] pub token_type: common_enums::TokenizationType, /// The status of connector token if it is active or inactive #[schema(value_type = ConnectorTokenStatus)] pub status: common_enums::ConnectorTokenStatus, /// The reference id of the connector token /// This is the reference that was passed to connector when creating the token pub connector_token_request_reference_id: Option<String>, pub original_payment_authorized_amount: Option<MinorUnit>, /// The currency of the original payment authorized amount #[schema(value_type = Currency)] pub original_payment_authorized_currency: Option<common_enums::Currency>, /// Metadata associated with the connector token pub metadata: Option<pii::SecretSerdeValue>, /// The value of the connector token. This token can be used to make merchant initiated payments ( MIT ), directly with the connector. pub token: masking::Secret<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ConnectorTokenDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-5792665227268886648
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodResponse { /// The unique identifier of the Payment method #[schema(value_type = String, example = "12345_pm_01926c58bc6e77c09e809964e72af8c8")] pub id: id_type::GlobalPaymentMethodId, /// Unique identifier for a merchant #[schema(value_type = String, example = "merchant_1671528864")] pub merchant_id: id_type::MerchantId, /// The unique identifier of the customer. #[schema( min_length = 32, max_length = 64, example = "12345_cus_01926c58bc6e77c09e809964e72af8c8", value_type = String )] pub customer_id: id_type::GlobalCustomerId, /// The type of payment method use for the payment. #[schema(value_type = PaymentMethod, example = "card")] pub payment_method_type: Option<api_enums::PaymentMethod>, /// This is a sub-category of payment method. #[schema(value_type = Option<PaymentMethodType>, example = "credit")] pub payment_method_subtype: Option<api_enums::PaymentMethodType>, /// Indicates whether the payment method supports recurring payments. Optional. #[schema(example = true)] pub recurring_enabled: Option<bool>, /// A timestamp (ISO 8601 code) that determines when the payment method was created #[schema(value_type = Option<PrimitiveDateTime>, example = "2023-01-18T11:04:09.922Z")] #[serde(default, with = "common_utils::custom_serde::iso8601::option")] pub created: Option<time::PrimitiveDateTime>, /// A timestamp (ISO 8601 code) that determines when the payment method was last used #[schema(value_type = Option<PrimitiveDateTime>, example = "2024-02-24T11:04:09.922Z")] #[serde(default, with = "common_utils::custom_serde::iso8601::option")] pub last_used_at: Option<time::PrimitiveDateTime>, /// The payment method details related to the payment method pub payment_method_data: Option<PaymentMethodResponseData>, /// The connector token details if available pub connector_tokens: Option<Vec<ConnectorTokenDetails>>, pub network_token: Option<NetworkTokenResponse>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_3828857360954113638
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct ExternalVaultTokenData { /// Tokenized reference for Card Number pub tokenized_card_number: masking::Secret<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ExternalVaultTokenData", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-6719221747461060219
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CardDetailsPaymentMethod { pub last4_digits: Option<String>, pub issuer_country: Option<String>, pub expiry_month: Option<masking::Secret<String>>, pub expiry_year: Option<masking::Secret<String>>, pub nick_name: Option<masking::Secret<String>>, pub card_holder_name: Option<masking::Secret<String>>, pub card_isin: Option<String>, pub card_issuer: Option<String>, pub card_network: Option<api_enums::CardNetwork>, pub card_type: Option<String>, #[serde(default = "saved_in_locker_default")] pub saved_to_locker: bool, pub co_badged_card_data: Option<CoBadgedCardDataToBeSaved>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CardDetailsPaymentMethod", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_516590152315294327
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CoBadgedCardData { pub co_badged_card_networks_info: open_router::CoBadgedCardNetworks, pub issuer_country_code: common_enums::CountryAlpha2, pub is_regulated: bool, pub regulated_name: Option<common_enums::RegulatedName>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CoBadgedCardData", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_3704966804727311504
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CoBadgedCardDataToBeSaved { pub co_badged_card_networks: Vec<common_enums::CardNetwork>, pub issuer_country_code: common_enums::CountryAlpha2, pub is_regulated: bool, pub regulated_name: Option<common_enums::RegulatedName>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CoBadgedCardDataToBeSaved", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-3933557525147344911
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct NetworkTokenDetailsPaymentMethod { pub last4_digits: Option<String>, #[schema(value_type = Option<CountryAlpha2>)] pub issuer_country: Option<common_enums::CountryAlpha2>, #[schema(value_type = Option<String>)] pub network_token_expiry_month: Option<masking::Secret<String>>, #[schema(value_type = Option<String>)] pub network_token_expiry_year: Option<masking::Secret<String>>, #[schema(value_type = Option<String>)] pub nick_name: Option<masking::Secret<String>>, #[schema(value_type = Option<String>)] pub card_holder_name: Option<masking::Secret<String>>, pub card_isin: Option<String>, pub card_issuer: Option<String>, #[schema(value_type = Option<CardNetwork>)] pub card_network: Option<api_enums::CardNetwork>, pub card_type: Option<String>, #[serde(default = "saved_in_locker_default")] pub saved_to_locker: bool, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NetworkTokenDetailsPaymentMethod", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_4211214615934353608
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodDataBankCreds { pub mask: String, pub hash: String, pub account_type: Option<String>, pub account_name: Option<String>, pub payment_method_type: api_enums::PaymentMethodType, pub connector_details: Vec<BankAccountConnectorDetails>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodDataBankCreds", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-6342797325434569433
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodDataWalletInfo { /// Last 4 digits of the card number pub last4: String, /// The information of the payment method pub card_network: String, /// The type of payment method #[serde(rename = "type")] pub card_type: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodDataWalletInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-3343587591329005670
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct BankAccountTokenData { pub payment_method_type: api_enums::PaymentMethodType, pub payment_method: api_enums::PaymentMethod, pub connector_details: BankAccountConnectorDetails, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankAccountTokenData", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_5583285607271903432
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct BankAccountConnectorDetails { pub connector: String, pub account_id: masking::Secret<String>, pub mca_id: id_type::MerchantConnectorAccountId, pub access_token: BankAccountAccessCreds, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankAccountConnectorDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-2685950571151159995
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct Card { pub card_number: CardNumber, pub name_on_card: Option<masking::Secret<String>>, pub card_exp_month: masking::Secret<String>, pub card_exp_year: masking::Secret<String>, pub card_brand: Option<String>, pub card_isin: Option<String>, pub nick_name: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Card", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-8351232160240074248
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CardDetailFromLocker { pub scheme: Option<String>, pub issuer_country: Option<String>, pub last4_digits: Option<String>, #[serde(skip)] #[schema(value_type=Option<String>)] pub card_number: Option<CardNumber>, #[schema(value_type=Option<String>)] pub expiry_month: Option<masking::Secret<String>>, #[schema(value_type=Option<String>)] pub expiry_year: Option<masking::Secret<String>>, #[schema(value_type=Option<String>)] pub card_token: Option<masking::Secret<String>>, #[schema(value_type=Option<String>)] pub card_holder_name: Option<masking::Secret<String>>, #[schema(value_type=Option<String>)] pub card_fingerprint: Option<masking::Secret<String>>, #[schema(value_type=Option<String>)] pub nick_name: Option<masking::Secret<String>>, #[schema(value_type = Option<CardNetwork>)] pub card_network: Option<api_enums::CardNetwork>, pub card_isin: Option<String>, pub card_issuer: Option<String>, pub card_type: Option<String>, pub saved_to_locker: bool, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CardDetailFromLocker", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-8351232160240074248
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CardDetailFromLocker { #[schema(value_type = Option<CountryAlpha2>)] pub issuer_country: Option<api_enums::CountryAlpha2>, pub last4_digits: Option<String>, #[serde(skip)] #[schema(value_type=Option<String>)] pub card_number: Option<CardNumber>, #[schema(value_type=Option<String>)] pub expiry_month: Option<masking::Secret<String>>, #[schema(value_type=Option<String>)] pub expiry_year: Option<masking::Secret<String>>, #[schema(value_type=Option<String>)] pub card_holder_name: Option<masking::Secret<String>>, #[schema(value_type=Option<String>)] pub card_fingerprint: Option<masking::Secret<String>>, #[schema(value_type=Option<String>)] pub nick_name: Option<masking::Secret<String>>, #[schema(value_type = Option<CardNetwork>)] pub card_network: Option<api_enums::CardNetwork>, pub card_isin: Option<String>, pub card_issuer: Option<String>, pub card_type: Option<String>, pub saved_to_locker: bool, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CardDetailFromLocker", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_1969634202665196345
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct NetworkTokenResponse { pub payment_method_data: NetworkTokenDetailsPaymentMethod, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NetworkTokenResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_4464016709084296623
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodListResponseForSession { /// The list of payment methods that are enabled for the business profile pub payment_methods_enabled: Vec<ResponsePaymentMethodTypes>, /// The list of saved payment methods of the customer pub customer_payment_methods: Vec<CustomerPaymentMethodResponseItem>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodListResponseForSession", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_5211172944532719084
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentExperienceTypes { /// The payment experience enabled #[schema(value_type = Option<PaymentExperience>, example = "redirect_to_url")] pub payment_experience_type: api_enums::PaymentExperience, /// The list of eligible connectors for a given payment experience #[schema(example = json!(["stripe", "adyen"]))] pub eligible_connectors: Vec<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentExperienceTypes", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_7604795640846735768
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CardNetworkTypes { /// The card network enabled #[schema(value_type = Option<CardNetwork>, example = "Visa")] pub card_network: api_enums::CardNetwork, /// surcharge details for this card network pub surcharge_details: Option<SurchargeDetailsResponse>, /// The list of eligible connectors for a given card network #[schema(example = json!(["stripe", "adyen"]))] pub eligible_connectors: Vec<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CardNetworkTypes", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-6789096682266166140
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct BankDebitTypes { pub eligible_connectors: Vec<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankDebitTypes", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-6045053871039799189
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct ResponsePaymentMethodTypes { /// The payment method type enabled #[schema(example = "klarna", value_type = PaymentMethodType)] pub payment_method_type: api_enums::PaymentMethodType, /// The list of payment experiences enabled, if applicable for a payment method type pub payment_experience: Option<Vec<PaymentExperienceTypes>>, /// The list of card networks enabled, if applicable for a payment method type pub card_networks: Option<Vec<CardNetworkTypes>>, #[schema(deprecated)] /// The list of banks enabled, if applicable for a payment method type . To be deprecated soon. pub bank_names: Option<Vec<BankCodeResponse>>, /// The Bank debit payment method information, if applicable for a payment method type. pub bank_debits: Option<BankDebitTypes>, /// The Bank transfer payment method information, if applicable for a payment method type. pub bank_transfers: Option<BankTransferTypes>, /// Required fields for the payment_method_type. pub required_fields: Option<HashMap<String, RequiredFieldInfo>>, /// surcharge details for this payment method type if exists pub surcharge_details: Option<SurchargeDetailsResponse>, /// auth service connector label for this payment method type, if exists pub pm_auth_connector: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ResponsePaymentMethodTypes", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-6045053871039799189
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct ResponsePaymentMethodTypes { /// The payment method type enabled #[schema(example = "pay_later", value_type = PaymentMethod)] pub payment_method_type: common_enums::PaymentMethod, /// The payment method subtype enabled #[schema(example = "klarna", value_type = PaymentMethodType)] pub payment_method_subtype: common_enums::PaymentMethodType, /// payment method subtype specific information #[serde(flatten)] pub extra_information: Option<PaymentMethodSubtypeSpecificData>, /// Required fields for the payment_method_type. /// This is the union of all the required fields for the payment method type enabled in all the connectors. pub required_fields: Vec<RequiredFieldInfo>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ResponsePaymentMethodTypes", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_2096847082174305942
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct SurchargeDetailsResponse { /// surcharge value pub surcharge: SurchargeResponse, /// tax on surcharge value pub tax_on_surcharge: Option<SurchargePercentage>, /// surcharge amount for this payment pub display_surcharge_amount: f64, /// tax on surcharge amount for this payment pub display_tax_on_surcharge_amount: f64, /// sum of display_surcharge_amount and display_tax_on_surcharge_amount pub display_total_surcharge_amount: f64, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SurchargeDetailsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_4638740725530737554
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct SurchargePercentage { percentage: f32, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SurchargePercentage", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-1207255526322453156
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct RequiredFieldInfo { /// Required field for a payment_method through a payment_method_type pub required_field: String, /// Display name of the required field in the front-end pub display_name: String, /// Possible field type of required field #[schema(value_type = FieldType)] pub field_type: api_enums::FieldType, #[schema(value_type = Option<String>)] pub value: Option<masking::Secret<String>>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RequiredFieldInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_8221473548480492156
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct ResponsePaymentMethodsEnabled { /// The payment method enabled #[schema(value_type = PaymentMethod)] pub payment_method: api_enums::PaymentMethod, /// The list of payment method types enabled for a connector account pub payment_method_types: Vec<ResponsePaymentMethodTypes>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ResponsePaymentMethodsEnabled", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-7197603030392215776
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct BankTransferTypes { /// The list of eligible connectors for a given payment experience #[schema(example = json!(["stripe", "adyen"]))] pub eligible_connectors: Vec<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankTransferTypes", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-4097461350583238015
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct ResponsePaymentMethodIntermediate { pub payment_method_type: api_enums::PaymentMethodType, pub payment_experience: Option<api_enums::PaymentExperience>, pub card_networks: Option<Vec<api_enums::CardNetwork>>, pub payment_method: api_enums::PaymentMethod, pub connector: String, pub merchant_connector_id: String, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ResponsePaymentMethodIntermediate", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-6072924379772384766
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct RequestPaymentMethodTypes { #[schema(value_type = PaymentMethodType)] pub payment_method_type: api_enums::PaymentMethodType, #[schema(value_type = Option<PaymentExperience>)] pub payment_experience: Option<api_enums::PaymentExperience>, #[schema(value_type = Option<Vec<CardNetwork>>)] pub card_networks: Option<Vec<api_enums::CardNetwork>>, /// List of currencies accepted or has the processing capabilities of the processor #[schema(example = json!( { "type": "specific_accepted", "list": ["USD", "INR"] } ), value_type = Option<AcceptedCurrencies>)] pub accepted_currencies: Option<admin::AcceptedCurrencies>, /// List of Countries accepted or has the processing capabilities of the processor #[schema(example = json!( { "type": "specific_accepted", "list": ["UK", "AU"] } ), value_type = Option<AcceptedCountries>)] pub accepted_countries: Option<admin::AcceptedCountries>, /// Minimum amount supported by the processor. To be represented in the lowest denomination of the target currency (For example, for USD it should be in cents) #[schema(example = 1)] pub minimum_amount: Option<MinorUnit>, /// Maximum amount supported by the processor. To be represented in the lowest denomination of /// the target currency (For example, for USD it should be in cents) #[schema(example = 1313)] pub maximum_amount: Option<MinorUnit>, /// Indicates whether the payment method supports recurring payments. Optional. #[schema(example = false)] pub recurring_enabled: Option<bool>, /// Indicates whether the payment method is eligible for installment payments (e.g., EMI, BNPL). Optional. #[schema(example = true)] pub installment_payment_enabled: Option<bool>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RequestPaymentMethodTypes", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-5727729145390039829
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodListRequest { /// This is a 15 minute expiry token which shall be used from the client to authenticate and perform sessions from the SDK #[schema(max_length = 30, min_length = 30, example = "secret_k2uj3he2893eiu2d")] pub client_secret: Option<String>, /// The two-letter ISO currency code #[schema(value_type = Option<Vec<CountryAlpha2>>, example = json!(["US", "UK", "IN"]))] pub accepted_countries: Option<Vec<api_enums::CountryAlpha2>>, /// The three-letter ISO currency code #[schema(value_type = Option<Vec<Currency>>,example = json!(["USD", "EUR"]))] pub accepted_currencies: Option<Vec<api_enums::Currency>>, /// Filter by amount #[schema(example = 60)] pub amount: Option<MinorUnit>, /// Indicates whether the payment method supports recurring payments. Optional. #[schema(example = true)] pub recurring_enabled: Option<bool>, /// Indicates whether the payment method is eligible for installment payments (e.g., EMI, BNPL). Optional. #[schema(example = true)] pub installment_payment_enabled: Option<bool>, /// Indicates whether the payment method is eligible for card netwotks #[schema(value_type = Option<Vec<CardNetwork>>, example = json!(["visa", "mastercard"]))] pub card_networks: Option<Vec<api_enums::CardNetwork>>, /// Indicates the limit of last used payment methods #[schema(example = 1)] pub limit: Option<i64>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodListRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_2031134689508322255
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct ListMethodsForPaymentMethodsRequest { /// This is a 15 minute expiry token which shall be used from the client to authenticate and perform sessions from the SDK #[schema(max_length = 30, min_length = 30, example = "secret_k2uj3he2893eiu2d")] pub client_secret: Option<String>, /// The two-letter ISO currency code #[schema(value_type = Option<Vec<CountryAlpha2>>, example = json!(["US", "UK", "IN"]))] pub accepted_countries: Option<Vec<api_enums::CountryAlpha2>>, /// Filter by amount #[schema(example = 60)] pub amount: Option<MinorUnit>, /// The three-letter ISO currency code #[schema(value_type = Option<Vec<Currency>>,example = json!(["USD", "EUR"]))] pub accepted_currencies: Option<Vec<api_enums::Currency>>, /// Indicates whether the payment method supports recurring payments. Optional. #[schema(example = true)] pub recurring_enabled: Option<bool>, /// Indicates whether the payment method is eligible for card netwotks #[schema(value_type = Option<Vec<CardNetwork>>, example = json!(["visa", "mastercard"]))] pub card_networks: Option<Vec<api_enums::CardNetwork>>, /// Indicates the limit of last used payment methods #[schema(example = 1)] pub limit: Option<i64>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ListMethodsForPaymentMethodsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_261595630770683277
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodListResponse { /// Redirect URL of the merchant #[schema(example = "https://www.google.com")] pub redirect_url: Option<String>, /// currency of the Payment to be done #[schema(example = "USD", value_type = Currency)] pub currency: Option<api_enums::Currency>, /// Information about the payment method pub payment_methods: Vec<ResponsePaymentMethodsEnabled>, /// Value indicating if the current payment is a mandate payment #[schema(value_type = MandateType)] pub mandate_payment: Option<payments::MandateType>, #[schema(value_type = Option<String>)] pub merchant_name: OptionalEncryptableName, /// flag to indicate if surcharge and tax breakup screen should be shown or not #[schema(value_type = bool)] pub show_surcharge_breakup_screen: bool, #[schema(value_type = Option<PaymentType>)] pub payment_type: Option<api_enums::PaymentType>, /// flag to indicate whether to perform external 3ds authentication #[schema(example = true)] pub request_external_three_ds_authentication: bool, /// flag that indicates whether to collect shipping details from wallets or from the customer pub collect_shipping_details_from_wallets: Option<bool>, /// flag that indicates whether to collect billing details from wallets or from the customer pub collect_billing_details_from_wallets: Option<bool>, /// flag that indicates whether to calculate tax on the order amount pub is_tax_calculation_enabled: bool, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodListResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-1149833024804175259
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CustomerPaymentMethodsListResponse { /// List of payment methods for customer pub customer_payment_methods: Vec<CustomerPaymentMethod>, /// Returns whether a customer id is not tied to a payment intent (only when the request is made against a client secret) pub is_guest_customer: Option<bool>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CustomerPaymentMethodsListResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-1149833024804175259
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CustomerPaymentMethodsListResponse { /// List of payment methods for customer pub customer_payment_methods: Vec<PaymentMethodResponseItem>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CustomerPaymentMethodsListResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_2571112583305007327
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct GetTokenDataRequest { /// Indicates the type of token to be fetched pub token_type: api_enums::TokenDataType, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GetTokenDataRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_3900313779295755859
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct TokenDataResponse { /// The unique identifier of the payment method. #[schema(value_type = String, example = "12345_pm_01926c58bc6e77c09e809964e72af8c8")] pub payment_method_id: id_type::GlobalPaymentMethodId, /// token type of the payment method #[schema(value_type = TokenDataType)] pub token_type: api_enums::TokenDataType, /// token details of the payment method pub token_details: TokenDetailsResponse, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TokenDataResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_3744564425690446342
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct NetworkTokenDetailsResponse { /// Network token generated against the Card Number #[schema(value_type = String)] pub network_token: cards::NetworkToken, /// Expiry month of the network token #[schema(value_type = String)] pub network_token_exp_month: masking::Secret<String>, /// Expiry year of the network token #[schema(value_type = String)] pub network_token_exp_year: masking::Secret<String>, /// Cryptogram generated by the Network #[schema(value_type = Option<String>)] pub cryptogram: Option<masking::Secret<String>>, /// Issuer of the card pub card_issuer: Option<String>, /// Card network of the token #[schema(value_type = Option<CardNetwork>)] pub card_network: Option<common_enums::CardNetwork>, /// Card type of the token pub card_type: Option<CardType>, /// Issuing country of the card #[schema(value_type = Option<CountryAlpha2>)] pub card_issuing_country: Option<common_enums::CountryAlpha2>, /// Bank code of the card pub bank_code: Option<String>, /// Name of the card holder #[schema(value_type = Option<String>)] pub card_holder_name: Option<masking::Secret<String>>, /// Nick name of the card holder #[schema(value_type = Option<String>)] pub nick_name: Option<masking::Secret<String>>, /// ECI indicator of the card pub eci: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NetworkTokenDetailsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-1149149330541951225
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct TotalPaymentMethodCountResponse { /// total count of payment methods under the merchant pub total_count: i64, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TotalPaymentMethodCountResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_5748447437284603143
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodDeleteResponse { /// The unique identifier of the Payment method #[schema(example = "card_rGK4Vi5iSW70MY7J2mIg")] pub payment_method_id: String, /// Whether payment method was deleted or not #[schema(example = true)] pub deleted: bool, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodDeleteResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_5748447437284603143
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodDeleteResponse { /// The unique identifier of the Payment method #[schema(value_type = String, example = "12345_pm_01926c58bc6e77c09e809964e72af8c8")] pub id: id_type::GlobalPaymentMethodId, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodDeleteResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-9019418811516205527
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CustomerDefaultPaymentMethodResponse { /// The unique identifier of the Payment method #[schema(example = "card_rGK4Vi5iSW70MY7J2mIg")] pub default_payment_method_id: Option<String>, /// The unique identifier of the customer. #[schema(value_type = String, max_length = 64, min_length = 1, example = "cus_y3oqhf46pyzuxjbcn2giaqnb44")] pub customer_id: id_type::CustomerId, /// The type of payment method use for the payment. #[schema(value_type = PaymentMethod,example = "card")] pub payment_method: api_enums::PaymentMethod, /// This is a sub-category of payment method. #[schema(value_type = Option<PaymentMethodType>,example = "credit")] pub payment_method_type: Option<api_enums::PaymentMethodType>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CustomerDefaultPaymentMethodResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-5145974884885212168
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodResponseItem { /// The unique identifier of the payment method. #[schema(value_type = String, example = "12345_pm_01926c58bc6e77c09e809964e72af8c8")] pub id: id_type::GlobalPaymentMethodId, /// The unique identifier of the customer. #[schema( min_length = 32, max_length = 64, example = "12345_cus_01926c58bc6e77c09e809964e72af8c8", value_type = String )] pub customer_id: id_type::GlobalCustomerId, /// The type of payment method use for the payment. #[schema(value_type = PaymentMethod,example = "card")] pub payment_method_type: api_enums::PaymentMethod, /// This is a sub-category of payment method. #[schema(value_type = PaymentMethodType,example = "credit")] pub payment_method_subtype: api_enums::PaymentMethodType, /// Indicates whether the payment method supports recurring payments. Optional. #[schema(example = true)] pub recurring_enabled: Option<bool>, /// PaymentMethod Data from locker pub payment_method_data: Option<PaymentMethodListData>, /// Masked bank details from PM auth services #[schema(example = json!({"mask": "0000"}))] pub bank: Option<MaskedBankDetails>, /// A timestamp (ISO 8601 code) that determines when the payment method was created #[schema(value_type = PrimitiveDateTime, example = "2023-01-18T11:04:09.922Z")] #[serde(with = "common_utils::custom_serde::iso8601")] pub created: time::PrimitiveDateTime, /// Whether this payment method requires CVV to be collected #[schema(example = true)] pub requires_cvv: bool, /// A timestamp (ISO 8601 code) that determines when the payment method was last used #[schema(value_type = PrimitiveDateTime,example = "2024-02-24T11:04:09.922Z")] #[serde(default, with = "common_utils::custom_serde::iso8601")] pub last_used_at: time::PrimitiveDateTime, /// Indicates if the payment method has been set to default or not #[schema(example = true)] pub is_default: bool, /// The billing details of the payment method #[schema(value_type = Option<Address>)] pub billing: Option<payments::Address>, ///The network token details for the payment method pub network_tokenization: Option<NetworkTokenResponse>, /// Whether psp_tokenization is enabled for the payment_method, this will be true when at least /// one multi-use token with status `Active` is available for the payment method pub psp_tokenization_enabled: bool, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodResponseItem", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-4658612664830616057
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CustomerPaymentMethodResponseItem { /// The unique identifier of the payment method. #[schema(value_type = String, example = "12345_pm_01926c58bc6e77c09e809964e72af8c8")] pub id: id_type::GlobalPaymentMethodId, /// Temporary Token for payment method in vault which gets refreshed for every payment #[schema(example = "7ebf443f-a050-4067-84e5-e6f6d4800aef")] pub payment_token: String, /// The unique identifier of the customer. #[schema( min_length = 32, max_length = 64, example = "12345_cus_01926c58bc6e77c09e809964e72af8c8", value_type = String )] pub customer_id: id_type::GlobalCustomerId, /// The type of payment method use for the payment. #[schema(value_type = PaymentMethod,example = "card")] pub payment_method_type: api_enums::PaymentMethod, /// This is a sub-category of payment method. #[schema(value_type = PaymentMethodType,example = "credit")] pub payment_method_subtype: api_enums::PaymentMethodType, /// Indicates whether the payment method is eligible for recurring payments #[schema(example = true)] pub recurring_enabled: bool, /// PaymentMethod Data from locker pub payment_method_data: Option<PaymentMethodListData>, /// Masked bank details from PM auth services #[schema(example = json!({"mask": "0000"}))] pub bank: Option<MaskedBankDetails>, /// A timestamp (ISO 8601 code) that determines when the payment method was created #[schema(value_type = PrimitiveDateTime, example = "2023-01-18T11:04:09.922Z")] #[serde(with = "common_utils::custom_serde::iso8601")] pub created: time::PrimitiveDateTime, /// Whether this payment method requires CVV to be collected #[schema(example = true)] pub requires_cvv: bool, /// A timestamp (ISO 8601 code) that determines when the payment method was last used #[schema(value_type = PrimitiveDateTime,example = "2024-02-24T11:04:09.922Z")] #[serde(with = "common_utils::custom_serde::iso8601")] pub last_used_at: time::PrimitiveDateTime, /// Indicates if the payment method has been set to default or not #[schema(example = true)] pub is_default: bool, /// The billing details of the payment method #[schema(value_type = Option<Address>)] pub billing: Option<payments::Address>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CustomerPaymentMethodResponseItem", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_6515253576592388992
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CustomerPaymentMethod { /// Token for payment method in temporary card locker which gets refreshed often #[schema(example = "7ebf443f-a050-4067-84e5-e6f6d4800aef")] pub payment_token: String, /// The unique identifier of the customer. #[schema(example = "pm_iouuy468iyuowqs")] pub payment_method_id: String, /// The unique identifier of the customer. #[schema(value_type = String, max_length = 64, min_length = 1, example = "cus_y3oqhf46pyzuxjbcn2giaqnb44")] pub customer_id: id_type::CustomerId, /// The type of payment method use for the payment. #[schema(value_type = PaymentMethod,example = "card")] pub payment_method: api_enums::PaymentMethod, /// This is a sub-category of payment method. #[schema(value_type = Option<PaymentMethodType>,example = "credit_card")] pub payment_method_type: Option<api_enums::PaymentMethodType>, /// The name of the bank/ provider issuing the payment method to the end user #[schema(example = "Citibank")] pub payment_method_issuer: Option<String>, /// A standard code representing the issuer of payment method #[schema(value_type = Option<PaymentMethodIssuerCode>,example = "jp_applepay")] pub payment_method_issuer_code: Option<api_enums::PaymentMethodIssuerCode>, /// Indicates whether the payment method supports recurring payments. Optional. #[schema(example = true)] pub recurring_enabled: Option<bool>, /// Indicates whether the payment method is eligible for installment payments (e.g., EMI, BNPL). Optional. #[schema(example = true)] pub installment_payment_enabled: Option<bool>, /// Type of payment experience enabled with the connector #[schema(value_type = Option<Vec<PaymentExperience>>,example = json!(["redirect_to_url"]))] pub payment_experience: Option<Vec<api_enums::PaymentExperience>>, /// Card details from card locker #[schema(example = json!({"last4": "1142","exp_month": "03","exp_year": "2030"}))] pub card: Option<CardDetailFromLocker>, /// You can specify up to 50 keys, with key names up to 40 characters long and values up to 500 characters long. Metadata is useful for storing additional, structured information on an object. #[schema(value_type = Option<Object>,example = json!({ "city": "NY", "unit": "245" }))] pub metadata: Option<pii::SecretSerdeValue>, /// A timestamp (ISO 8601 code) that determines when the payment method was created #[schema(value_type = Option<PrimitiveDateTime>,example = "2023-01-18T11:04:09.922Z")] #[serde(default, with = "common_utils::custom_serde::iso8601::option")] pub created: Option<time::PrimitiveDateTime>, /// Payment method details from locker #[cfg(feature = "payouts")] #[schema(value_type = Option<Bank>)] #[serde(skip_serializing_if = "Option::is_none")] pub bank_transfer: Option<payouts::Bank>, /// Masked bank details from PM auth services #[schema(example = json!({"mask": "0000"}))] pub bank: Option<MaskedBankDetails>, /// Surcharge details for this saved card pub surcharge_details: Option<SurchargeDetailsResponse>, /// Whether this payment method requires CVV to be collected #[schema(example = true)] pub requires_cvv: bool, /// A timestamp (ISO 8601 code) that determines when the payment method was last used #[schema(value_type = Option<PrimitiveDateTime>,example = "2024-02-24T11:04:09.922Z")] #[serde(default, with = "common_utils::custom_serde::iso8601::option")] pub last_used_at: Option<time::PrimitiveDateTime>, /// Indicates if the payment method has been set to default or not #[schema(example = true)] pub default_payment_method_set: bool, /// The billing details of the payment method #[schema(value_type = Option<Address>)] pub billing: Option<payments::Address>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CustomerPaymentMethod", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_1137130941239941940
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodCollectLinkRequest { /// The unique identifier for the collect link. #[schema(value_type = Option<String>, example = "pm_collect_link_2bdacf398vwzq5n422S1")] pub pm_collect_link_id: Option<String>, /// The unique identifier of the customer. #[schema(value_type = String, example = "cus_92dnwed8s32bV9D8Snbiasd8v")] pub customer_id: id_type::CustomerId, #[serde(flatten)] #[schema(value_type = Option<GenericLinkUiConfig>)] pub ui_config: Option<link_utils::GenericLinkUiConfig>, /// Will be used to expire client secret after certain amount of time to be supplied in seconds /// (900) for 15 mins #[schema(value_type = Option<u32>, example = 900)] pub session_expiry: Option<u32>, /// Redirect to this URL post completion #[schema(value_type = Option<String>, example = "https://sandbox.hyperswitch.io/payment_method/collect/pm_collect_link_2bdacf398vwzq5n422S1/status")] pub return_url: Option<String>, /// List of payment methods shown on collect UI #[schema(value_type = Option<Vec<EnabledPaymentMethod>>, example = r#"[{"payment_method": "bank_transfer", "payment_method_types": ["ach", "bacs"]}]"#)] pub enabled_payment_methods: Option<Vec<link_utils::EnabledPaymentMethod>>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodCollectLinkRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_2024105064270515753
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodCollectLinkResponse { /// The unique identifier for the collect link. #[schema(value_type = String, example = "pm_collect_link_2bdacf398vwzq5n422S1")] pub pm_collect_link_id: String, /// The unique identifier of the customer. #[schema(value_type = String, example = "cus_92dnwed8s32bV9D8Snbiasd8v")] pub customer_id: id_type::CustomerId, /// Time when this link will be expired in ISO8601 format #[schema(value_type = PrimitiveDateTime, example = "2025-01-18T11:04:09.922Z")] #[serde(with = "common_utils::custom_serde::iso8601")] pub expiry: time::PrimitiveDateTime, /// URL to the form's link generated for collecting payment method details. #[schema(value_type = String, example = "https://sandbox.hyperswitch.io/payment_method/collect/pm_collect_link_2bdacf398vwzq5n422S1")] pub link: masking::Secret<url::Url>, /// Redirect to this URL post completion #[schema(value_type = Option<String>, example = "https://sandbox.hyperswitch.io/payment_method/collect/pm_collect_link_2bdacf398vwzq5n422S1/status")] pub return_url: Option<String>, /// Collect link config used #[serde(flatten)] #[schema(value_type = GenericLinkUiConfig)] pub ui_config: link_utils::GenericLinkUiConfig, /// List of payment methods shown on collect UI #[schema(value_type = Option<Vec<EnabledPaymentMethod>>, example = r#"[{"payment_method": "bank_transfer", "payment_method_types": ["ach", "bacs"]}]"#)] pub enabled_payment_methods: Option<Vec<link_utils::EnabledPaymentMethod>>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodCollectLinkResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-8207900303069569947
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodCollectLinkRenderRequest { /// Unique identifier for a merchant. #[schema(example = "merchant_1671528864", value_type = String)] pub merchant_id: id_type::MerchantId, /// The unique identifier for the collect link. #[schema(value_type = String, example = "pm_collect_link_2bdacf398vwzq5n422S1")] pub pm_collect_link_id: String, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodCollectLinkRenderRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-7196332084599631309
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodCollectLinkDetails { pub publishable_key: masking::Secret<String>, pub client_secret: masking::Secret<String>, pub pm_collect_link_id: String, pub customer_id: id_type::CustomerId, #[serde(with = "common_utils::custom_serde::iso8601")] pub session_expiry: time::PrimitiveDateTime, pub return_url: Option<String>, #[serde(flatten)] pub ui_config: link_utils::GenericLinkUiConfigFormData, pub enabled_payment_methods: Option<Vec<link_utils::EnabledPaymentMethod>>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodCollectLinkDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_2186077515797557515
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodCollectLinkStatusDetails { pub pm_collect_link_id: String, pub customer_id: id_type::CustomerId, #[serde(with = "common_utils::custom_serde::iso8601")] pub session_expiry: time::PrimitiveDateTime, pub return_url: Option<url::Url>, pub status: link_utils::PaymentMethodCollectStatus, #[serde(flatten)] pub ui_config: link_utils::GenericLinkUiConfigFormData, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodCollectLinkStatusDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-4908625432525953408
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct MaskedBankDetails { pub mask: String, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "MaskedBankDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-5921933112844930401
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct PaymentMethodId { pub payment_method_id: String, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentMethodId", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-3837619214165549619
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct DefaultPaymentMethod { #[schema(value_type = String, max_length = 64, min_length = 1, example = "cus_y3oqhf46pyzuxjbcn2giaqnb44")] pub customer_id: id_type::CustomerId, pub payment_method_id: String, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DefaultPaymentMethod", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_6007313444740032781
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct TokenizePayloadEncrypted { pub payload: String, pub key_id: String, pub version: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TokenizePayloadEncrypted", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_1468337041089508101
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct TokenizePayloadRequest { pub value1: String, pub value2: String, pub lookup_key: String, pub service_name: String, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TokenizePayloadRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-6171380032073676536
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct GetTokenizePayloadRequest { pub lookup_key: String, pub service_name: String, pub get_value2: bool, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GetTokenizePayloadRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_6740873239916844486
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct DeleteTokenizeByTokenRequest { pub lookup_key: String, pub service_name: String, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "DeleteTokenizeByTokenRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_7574689423233950830
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct GetTokenizePayloadResponse { pub lookup_key: String, pub get_value2: Option<bool>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GetTokenizePayloadResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-7187750173709163928
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct TokenizedCardValue1 { pub card_number: String, pub exp_year: String, pub exp_month: String, pub name_on_card: Option<String>, pub nickname: Option<String>, pub card_last_four: Option<String>, pub card_token: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TokenizedCardValue1", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-457059304112790443
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct ListCountriesCurrenciesRequest { pub connector: api_enums::Connector, pub payment_method_type: api_enums::PaymentMethodType, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ListCountriesCurrenciesRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_2194187265169910124
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct ListCountriesCurrenciesResponse { pub currencies: HashSet<api_enums::Currency>, pub countries: HashSet<CountryCodeWithName>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ListCountriesCurrenciesResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_7800684734811600894
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct CountryCodeWithName { pub code: api_enums::CountryAlpha2, pub name: api_enums::Country, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CountryCodeWithName", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_8105486800399576456
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct TokenizedCardValue2 { pub card_security_code: Option<String>, pub card_fingerprint: Option<String>, pub external_id: Option<String>, pub customer_id: Option<id_type::CustomerId>, pub payment_method_id: Option<String>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TokenizedCardValue2", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_9151379551505564631
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct TokenizedWalletValue1 { pub data: payments::WalletData, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TokenizedWalletValue1", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-9037273087277061316
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct TokenizedWalletValue2 { pub customer_id: Option<id_type::CustomerId>, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TokenizedWalletValue2", "total_crates": null, "trait_name": null }
hyperswitch_struct_api_models_-1624312334174182609
clm
struct
// hyperswitch/crates/api_models/src/payment_methods.rs pub struct TokenizedBankTransferValue1 { pub data: payments::BankTransferData, }
{ "chunk": null, "crate": "api_models", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TokenizedBankTransferValue1", "total_crates": null, "trait_name": null }