id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_hyperswitch_connectors_1118163138534791045
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs pub struct BlackhawknetworkTokenResponse { pub access_token: Secret<String>, pub expires_in: i64, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BlackhawknetworkTokenResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6943067900447803199
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs pub struct BlackhawknetworkPaymentsRequest { pub account_id: String, pub amount: StringMajorUnit, pub currency: Currency, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BlackhawknetworkPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2624993068855620221
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs pub struct BlackhawknetworkPaymentsResponse { pub id: String, #[serde(rename = "transactionStatus")] pub status: BlackhawknetworkAttemptStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BlackhawknetworkPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5567724859047315303
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs pub struct BlackhawknetworkRefundRequest { pub amount: StringMajorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BlackhawknetworkRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs pub struct RefundResponse { id: String, status: RefundStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5165522565642646872
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs pub struct AccountInformation { pub entity_id: String, pub balance: MinorUnit, pub currency: Currency, pub status: AccountStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AccountInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1729921671444580851
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs pub struct BlackhawknetworkVerifyAccountResponse { account: AccountInformation, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BlackhawknetworkVerifyAccountResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3441456614423313558
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/blackhawknetwork/transformers.rs pub struct BlackhawknetworkErrorResponse { pub error: String, pub error_description: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BlackhawknetworkErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_343221800737706350
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexinetsPaymentsRequest { initial_amount: i64, currency: enums::Currency, channel: NexinetsChannel, product: NexinetsProduct, payment: Option<NexinetsPaymentDetails>, #[serde(rename = "async")] nexinets_async: NexinetsAsyncDetails, merchant_order_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexinetsPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2314802316191322375
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexiCardDetails { #[serde(flatten)] card_data: CardDataDetails, cof_contract: Option<CofContract>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexiCardDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4523008056189052339
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct CardDetails { card_number: CardNumber, expiry_month: Secret<String>, expiry_year: Secret<String>, verification: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CardDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8522142016130253730
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct PaymentInstrument { payment_instrument_id: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentInstrument", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5980157345261792280
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct CofContract { #[serde(rename = "type")] recurring_type: RecurringType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CofContract", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6958499274326640238
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexinetsBankRedirects { bic: Option<NexinetsBIC>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexinetsBankRedirects", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5162190060904837784
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexinetsAsyncDetails { pub success_url: Option<String>, pub cancel_url: Option<String>, pub failure_url: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexinetsAsyncDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4114530835349521023
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct ApplePayDetails { payment_data: serde_json::Value, payment_method: ApplepayPaymentMethod, transaction_identifier: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ApplePayDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2911747154641920872
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct ApplepayPaymentMethod { display_name: String, network: String, #[serde(rename = "type")] token_type: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ApplepayPaymentMethod", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2149156759408925829
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexinetsPreAuthOrDebitResponse { order_id: String, transaction_type: NexinetsTransactionType, transactions: Vec<NexinetsTransaction>, payment_instrument: PaymentInstrument, redirect_url: Option<Url>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexinetsPreAuthOrDebitResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4530882278311776280
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexinetsTransaction { pub transaction_id: String, #[serde(rename = "type")] pub transaction_type: NexinetsTransactionType, pub currency: enums::Currency, pub status: NexinetsPaymentStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexinetsTransaction", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2438271412365383814
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexinetsPaymentsMetadata { pub transaction_id: Option<String>, pub order_id: Option<String>, pub psync_flow: NexinetsTransactionType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexinetsPaymentsMetadata", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7636410298374928735
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexinetsCaptureOrVoidRequest { pub initial_amount: i64, pub currency: enums::Currency, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexinetsCaptureOrVoidRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2224121566710597641
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexinetsOrder { pub order_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexinetsOrder", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3331557030495967776
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexinetsPaymentResponse { pub transaction_id: String, pub status: NexinetsPaymentStatus, pub order: NexinetsOrder, #[serde(rename = "type")] pub transaction_type: NexinetsTransactionType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexinetsPaymentResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7408730781214348660
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexinetsRefundRequest { pub initial_amount: i64, pub currency: enums::Currency, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexinetsRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4581536159706472451
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexinetsRefundResponse { pub transaction_id: String, pub status: RefundStatus, pub order: NexinetsOrder, #[serde(rename = "type")] pub transaction_type: RefundType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexinetsRefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3447414000542184289
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct NexinetsErrorResponse { pub status: u16, pub code: u16, pub message: String, pub errors: Vec<OrderErrorDetails>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexinetsErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1568168774879422982
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexinets/transformers.rs pub struct OrderErrorDetails { pub code: u16, pub message: String, pub field: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "OrderErrorDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_205110563868560553
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/hyperswitch_vault/transformers.rs pub struct HyperswitchVaultCreateRequest { customer_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HyperswitchVaultCreateRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3265779565223780255
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/hyperswitch_vault/transformers.rs pub struct HyperswitchVaultCreateResponse { id: Secret<String>, client_secret: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HyperswitchVaultCreateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8295415649266151465
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/hyperswitch_vault/transformers.rs pub struct HyperswitchVaultCustomerCreateRequest { name: Option<Secret<String>>, email: Option<Email>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HyperswitchVaultCustomerCreateRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2326473797433461990
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/hyperswitch_vault/transformers.rs pub struct HyperswitchVaultCustomerCreateResponse { id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HyperswitchVaultCustomerCreateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1468141595095622819
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/hyperswitch_vault/transformers.rs pub struct HyperswitchVaultErrorResponse { pub error: HyperswitchVaultErrorDetails, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HyperswitchVaultErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8062018503851592143
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/hyperswitch_vault/transformers.rs pub struct HyperswitchVaultErrorDetails { #[serde(alias = "type")] pub error_type: String, pub message: Option<String>, pub code: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HyperswitchVaultErrorDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5218773032278901422
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct PlaidPaymentsRequest { amount: PlaidAmount, recipient_id: String, reference: String, #[serde(skip_serializing_if = "Option::is_none")] schedule: Option<PlaidSchedule>, #[serde(skip_serializing_if = "Option::is_none")] options: Option<PlaidOptions>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PlaidPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_409266129837010525
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct PlaidAmount { currency: Currency, value: FloatMajorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PlaidAmount", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4189712694175327919
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct PlaidSchedule { interval: String, interval_execution_day: String, start_date: String, end_date: Option<String>, adjusted_start_date: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PlaidSchedule", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2956613502185253680
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct PlaidOptions { request_refund_details: bool, iban: Option<Secret<String>>, bacs: Option<PlaidBacs>, scheme: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PlaidOptions", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8625557872542223291
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct PlaidBacs { account: Secret<String>, sort_code: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PlaidBacs", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6519108441777252816
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct PlaidLinkTokenRequest { client_name: String, country_codes: Vec<String>, language: String, products: Vec<String>, user: User, payment_initiation: PlaidPaymentInitiation, redirect_uri: Option<String>, android_package_name: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PlaidLinkTokenRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7229431760082195652
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct User { pub client_user_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "User", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2635623032841109946
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct PlaidPaymentInitiation { payment_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PlaidPaymentInitiation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5121241517247156065
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct PlaidPaymentsResponse { status: PlaidPaymentStatus, payment_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PlaidPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7334435146344935800
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct PlaidLinkTokenResponse { link_token: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PlaidLinkTokenResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8568604982667748807
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct PlaidSyncRequest { payment_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PlaidSyncRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8486281808134755747
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct PlaidSyncResponse { payment_id: String, amount: PlaidAmount, status: PlaidPaymentStatus, recipient_id: String, reference: String, last_status_update: String, adjusted_reference: Option<String>, schedule: Option<PlaidSchedule>, iban: Option<Secret<String>>, bacs: Option<PlaidBacs>, scheme: Option<String>, adjusted_scheme: Option<String>, request_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PlaidSyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5642118854596831996
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/plaid/transformers.rs pub struct PlaidErrorResponse { pub display_message: Option<String>, pub error_code: Option<String>, pub error_message: String, pub error_type: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PlaidErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4676806955137448438
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmPaymentsRequest { pub merchant: Merchant, pub items: Vec<Item>, pub shipping: Option<Shipping>, pub billing: Option<Billing>, pub total: MinorUnit, pub currency: Currency, pub order_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6152970503600223414
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmCompleteAuthorizeRequest { pub order_id: Option<String>, pub reference_id: Option<String>, pub transaction_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmCompleteAuthorizeRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8934587851402554017
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct Merchant { pub public_api_key: Secret<String>, pub user_confirmation_url: String, pub user_cancel_url: String, pub user_confirmation_url_action: Option<String>, pub use_vcn: Option<String>, pub name: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Merchant", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5851624389033638328
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct Item { pub display_name: String, pub sku: String, pub unit_price: MinorUnit, pub qty: i64, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Item", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-9039434313670479967
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct Shipping { pub name: Name, pub address: Address, #[serde(skip_serializing_if = "Option::is_none")] pub phone_number: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] pub email: Option<pii::Email>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Shipping", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1437646820501028180
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct Billing { pub name: Name, pub address: Address, #[serde(skip_serializing_if = "Option::is_none")] pub phone_number: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] pub email: Option<pii::Email>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Billing", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7150305500803140550
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct Name { pub first: Option<Secret<String>>, pub last: Option<Secret<String>>, pub full: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Name", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5230333063434461868
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct Address { pub line1: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] pub line2: Option<Secret<String>>, pub city: Option<String>, pub state: Option<Secret<String>>, pub zipcode: Option<Secret<String>>, pub country: Option<CountryAlpha2>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Address", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2072026567842361987
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct Metadata { #[serde(skip_serializing_if = "Option::is_none")] pub shipping_type: Option<String>, #[serde(skip_serializing_if = "Option::is_none")] pub entity_name: Option<String>, #[serde(skip_serializing_if = "Option::is_none")] pub platform_type: Option<String>, #[serde(skip_serializing_if = "Option::is_none")] pub platform_version: Option<String>, #[serde(skip_serializing_if = "Option::is_none")] pub platform_affirm: Option<String>, #[serde(skip_serializing_if = "Option::is_none")] pub webhook_session_id: Option<String>, #[serde(skip_serializing_if = "Option::is_none")] pub mode: Option<String>, #[serde(skip_serializing_if = "Option::is_none")] pub customer: Option<Value>, #[serde(skip_serializing_if = "Option::is_none")] pub itinerary: Option<Vec<Value>>, #[serde(skip_serializing_if = "Option::is_none")] pub checkout_channel_type: Option<String>, #[serde(rename = "BOPIS", skip_serializing_if = "Option::is_none")] pub bopis: Option<bool>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Metadata", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3223646374665731351
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct Discount { pub discount_amount: MinorUnit, pub discount_display_name: String, pub discount_code: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Discount", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4488327300034656191
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmPaymentsResponse { checkout_id: String, redirect_url: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3044942122668167438
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmCompleteAuthorizeResponse { pub id: String, pub status: AffirmTransactionStatus, pub amount: MinorUnit, pub amount_refunded: MinorUnit, pub authorization_expiration: String, pub checkout_id: String, pub created: String, pub currency: Currency, pub events: Vec<TransactionEvent>, pub settlement_transaction_id: Option<String>, pub transaction_id: String, pub order_id: String, pub shipping_carrier: Option<String>, pub shipping_confirmation: Option<String>, pub shipping: Option<Shipping>, pub agent_alias: Option<String>, pub merchant_transaction_id: Option<String>, pub provider_id: Option<i64>, pub remove_tax: Option<bool>, pub checkout: Option<Value>, pub refund_expires: Option<String>, pub remaining_capturable_amount: Option<i64>, pub loan_information: Option<LoanInformation>, pub user_id: Option<String>, pub platform: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmCompleteAuthorizeResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4850201003410948441
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct TransactionEvent { pub id: String, pub amount: MinorUnit, pub created: String, pub currency: Currency, pub fee: Option<i64>, pub fee_refunded: Option<MinorUnit>, pub reference_id: Option<String>, #[serde(rename = "type")] pub event_type: AffirmEventType, pub settlement_transaction_id: Option<String>, pub transaction_id: String, pub order_id: String, pub shipping_carrier: Option<String>, pub shipping_confirmation: Option<String>, pub shipping: Option<Shipping>, pub agent_alias: Option<String>, pub merchant_transaction_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TransactionEvent", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1763523887381975289
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct LoanInformation { pub fees: Option<LoanFees>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "LoanInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4002097295575650761
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct LoanFees { pub amount: Option<MinorUnit>, pub description: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "LoanFees", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_455677400684013251
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmPSyncResponse { pub amount: MinorUnit, pub amount_refunded: MinorUnit, pub authorization_expiration: Option<String>, pub checkout_id: String, pub created: String, pub currency: Currency, pub events: Vec<TransactionEvent>, pub id: String, pub order_id: String, pub provider_id: Option<i64>, pub remove_tax: Option<bool>, pub status: AffirmTransactionStatus, pub checkout: Option<Value>, pub refund_expires: Option<String>, pub remaining_capturable_amount: Option<MinorUnit>, pub loan_information: Option<LoanInformation>, pub shipping_carrier: Option<String>, pub shipping_confirmation: Option<String>, pub shipping: Option<Shipping>, pub merchant_transaction_id: Option<String>, pub settlement_transaction_id: Option<String>, pub transaction_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmPSyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4126445321146372851
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmRsyncResponse { pub amount: MinorUnit, pub amount_refunded: MinorUnit, pub authorization_expiration: String, pub checkout_id: String, pub created: String, pub currency: Currency, pub events: Vec<TransactionEvent>, pub id: String, pub order_id: String, pub status: AffirmRefundStatus, pub refund_expires: Option<String>, pub remaining_capturable_amount: Option<MinorUnit>, pub shipping_carrier: Option<String>, pub shipping_confirmation: Option<String>, pub shipping: Option<Shipping>, pub merchant_transaction_id: Option<String>, pub settlement_transaction_id: Option<String>, pub transaction_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmRsyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7000692349143066344
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmRefundRequest { pub amount: MinorUnit, #[serde(skip_serializing_if = "Option::is_none")] pub reference_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3825263840698693638
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmRefundResponse { pub id: String, pub amount: MinorUnit, pub created: String, pub currency: Currency, pub fee: Option<MinorUnit>, pub fee_refunded: Option<MinorUnit>, pub reference_id: Option<String>, #[serde(rename = "type")] pub event_type: AffirmEventType, pub settlement_transaction_id: Option<String>, pub transaction_id: String, pub order_id: String, pub shipping_carrier: Option<String>, pub shipping_confirmation: Option<String>, pub shipping: Option<Shipping>, pub agent_alias: Option<String>, pub merchant_transaction_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmRefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4395203711445378750
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmErrorResponse { pub status_code: u16, pub code: String, pub message: String, #[serde(rename = "type")] pub error_type: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4788673350484766795
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmCaptureRequest { pub order_id: Option<String>, pub reference_id: Option<String>, pub amount: MinorUnit, pub shipping_carrier: Option<String>, pub shipping_confirmation: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmCaptureRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8636928961682054354
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmCaptureResponse { pub id: String, pub amount: MinorUnit, pub created: String, pub currency: Currency, pub fee: Option<MinorUnit>, pub fee_refunded: Option<MinorUnit>, pub reference_id: Option<String>, #[serde(rename = "type")] pub event_type: AffirmEventType, pub settlement_transaction_id: Option<String>, pub transaction_id: String, pub order_id: String, pub shipping_carrier: Option<String>, pub shipping_confirmation: Option<String>, pub shipping: Option<Shipping>, pub agent_alias: Option<String>, pub merchant_transaction_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmCaptureResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4040019474480468041
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmCancelRequest { pub reference_id: Option<String>, pub amount: i64, pub merchant_transaction_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmCancelRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1427457533047966255
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/affirm/transformers.rs pub struct AffirmCancelResponse { pub id: String, pub amount: MinorUnit, pub created: String, pub currency: Currency, pub fee: Option<MinorUnit>, pub fee_refunded: Option<MinorUnit>, pub reference_id: Option<String>, #[serde(rename = "type")] pub event_type: AffirmEventType, pub settlement_transaction_id: Option<String>, pub transaction_id: String, pub order_id: String, pub shipping_carrier: Option<String>, pub shipping_confirmation: Option<String>, pub shipping: Option<Shipping>, pub agent_alias: Option<String>, pub merchant_transaction_id: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AffirmCancelResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1511631894397740859
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsPaymentsRequest { pub alias: String, pub version: String, pub request: Vec<TrustpaymentsPaymentRequestData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4238337691912919687
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsPaymentRequestData { pub accounttypedescription: String, pub baseamount: StringMinorUnit, pub billingfirstname: Option<String>, pub billinglastname: Option<String>, pub currencyiso3a: String, pub expirydate: Secret<String>, pub orderreference: String, pub pan: cards::CardNumber, pub requesttypedescriptions: Vec<String>, pub securitycode: Secret<String>, pub sitereference: String, pub credentialsonfile: String, pub settlestatus: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsPaymentRequestData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7813924165668209286
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsPaymentsResponse { #[serde(alias = "response")] pub responses: Vec<TrustpaymentsPaymentResponseData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5681816426572193987
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsPaymentResponseData { pub errorcode: TrustpaymentsErrorCode, pub errormessage: String, pub authcode: Option<String>, pub baseamount: Option<StringMinorUnit>, pub currencyiso3a: Option<String>, pub transactionreference: Option<String>, pub settlestatus: Option<TrustpaymentsSettleStatus>, pub requesttypedescription: String, pub securityresponsesecuritycode: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsPaymentResponseData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8155469748747678078
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsCaptureRequest { pub alias: String, pub version: String, pub request: Vec<TrustpaymentsCaptureRequestData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsCaptureRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7071104409054558011
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsCaptureRequestData { pub requesttypedescriptions: Vec<String>, pub filter: TrustpaymentsFilter, pub updates: TrustpaymentsCaptureUpdates, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsCaptureRequestData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5372532184979551831
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsCaptureUpdates { pub settlestatus: TrustpaymentsSettleStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsCaptureUpdates", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5078547666537280261
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsVoidRequest { pub alias: String, pub version: String, pub request: Vec<TrustpaymentsVoidRequestData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsVoidRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7205848511868708625
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsVoidRequestData { pub requesttypedescriptions: Vec<String>, pub filter: TrustpaymentsFilter, pub updates: TrustpaymentsVoidUpdates, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsVoidRequestData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8930881311340544130
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsVoidUpdates { pub settlestatus: TrustpaymentsSettleStatus, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsVoidUpdates", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7159398483808665698
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsRefundRequest { pub alias: String, pub version: String, pub request: Vec<TrustpaymentsRefundRequestData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1426568281092575855
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsRefundRequestData { pub requesttypedescriptions: Vec<String>, pub sitereference: String, pub parenttransactionreference: String, pub baseamount: StringMinorUnit, pub currencyiso3a: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsRefundRequestData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3636336015468256038
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsSyncRequest { pub alias: String, pub version: String, pub request: Vec<TrustpaymentsSyncRequestData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsSyncRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6756080261868874394
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsSyncRequestData { pub requesttypedescriptions: Vec<String>, pub filter: TrustpaymentsFilter, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsSyncRequestData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2511834794552237875
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsFilter { pub sitereference: Vec<TrustpaymentsFilterValue>, pub transactionreference: Vec<TrustpaymentsFilterValue>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsFilter", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2387290539326167035
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsFilterValue { pub value: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsFilterValue", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8195452887158309791
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsTokenizationRequest { pub alias: String, pub version: String, pub request: Vec<TrustpaymentsTokenizationRequestData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsTokenizationRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7565052233878702420
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsTokenizationRequestData { pub accounttypedescription: String, pub requesttypedescriptions: Vec<String>, pub sitereference: String, pub pan: cards::CardNumber, pub expirydate: Secret<String>, pub securitycode: Secret<String>, pub credentialsonfile: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsTokenizationRequestData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2646787509335182127
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/trustpayments/transformers.rs pub struct TrustpaymentsErrorResponse { pub status_code: u16, pub code: String, pub message: String, pub reason: Option<String>, pub network_advice_code: Option<String>, pub network_decline_code: Option<String>, pub network_error_message: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustpaymentsErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2557625944674025138
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs pub struct NuveiMeta { pub session_token: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NuveiMeta", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8006880700344325970
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs pub struct NuveiMandateMeta { pub frequency: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NuveiMandateMeta", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5783559649865644441
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs pub struct NuveiSessionRequest { pub merchant_id: Secret<String>, pub merchant_site_id: Secret<String>, pub client_request_id: String, pub time_stamp: date_time::DateTime<date_time::YYYYMMDDHHmmss>, pub checksum: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NuveiSessionRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6049233522496936477
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs pub struct NuveiSessionResponse { pub session_token: Secret<String>, pub internal_request_id: i64, pub status: String, pub err_code: i64, pub reason: String, pub merchant_id: Secret<String>, pub merchant_site_id: Secret<String>, pub version: String, pub client_request_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NuveiSessionResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4266562018734386144
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs pub struct NuveiAmountDetails { pub total_tax: Option<StringMajorUnit>, pub total_shipping: Option<StringMajorUnit>, pub total_handling: Option<StringMajorUnit>, pub total_discount: Option<StringMajorUnit>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NuveiAmountDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7514007699809001415
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs pub struct NuveiItem { pub name: String, #[serde(rename = "type")] pub item_type: NuveiItemType, pub price: StringMajorUnit, pub quantity: String, pub group_id: Option<String>, pub discount: Option<StringMajorUnit>, pub discount_rate: Option<String>, pub shipping: Option<StringMajorUnit>, pub shipping_tax: Option<StringMajorUnit>, pub shipping_tax_rate: Option<String>, pub tax: Option<StringMajorUnit>, pub tax_rate: Option<String>, pub image_url: Option<String>, pub product_url: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NuveiItem", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_720075778848353603
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs pub struct NuveiPaymentsRequest { pub time_stamp: String, pub session_token: Secret<String>, pub merchant_id: Secret<String>, pub merchant_site_id: Secret<String>, pub client_request_id: Secret<String>, pub amount: StringMajorUnit, pub currency: enums::Currency, /// This ID uniquely identifies your consumer/user in your system. pub user_token_id: Option<CustomerId>, //unique transaction id pub client_unique_id: String, pub transaction_type: TransactionType, pub is_rebilling: Option<IsRebilling>, pub payment_option: PaymentOption, pub is_moto: Option<bool>, pub device_details: DeviceDetails, pub checksum: Secret<String>, pub billing_address: Option<BillingAddress>, pub shipping_address: Option<ShippingAddress>, pub related_transaction_id: Option<String>, pub url_details: Option<UrlDetails>, pub amount_details: Option<NuveiAmountDetails>, pub items: Option<Vec<NuveiItem>>, pub is_partial_approval: Option<PartialApprovalFlag>, pub external_scheme_details: Option<ExternalSchemeDetails>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NuveiPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7259170295215968608
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs pub struct UrlDetails { pub success_url: String, pub failure_url: String, pub pending_url: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "UrlDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5997272234126762416
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs pub struct NuveiInitPaymentRequest { pub session_token: Secret<String>, pub merchant_id: Secret<String>, pub merchant_site_id: Secret<String>, pub client_request_id: String, pub amount: StringMajorUnit, pub currency: String, pub payment_option: PaymentOption, pub checksum: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NuveiInitPaymentRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_9147160284076171020
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs pub struct NuveiPaymentFlowRequest { pub time_stamp: String, pub merchant_id: Secret<String>, pub merchant_site_id: Secret<String>, pub client_request_id: String, pub amount: StringMajorUnit, pub currency: enums::Currency, pub related_transaction_id: Option<String>, pub checksum: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NuveiPaymentFlowRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7186228737980872420
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nuvei/transformers.rs pub struct NuveiPaymentSyncRequest { pub merchant_id: Secret<String>, pub merchant_site_id: Secret<String>, pub time_stamp: String, pub checksum: Secret<String>, pub transaction_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NuveiPaymentSyncRequest", "total_crates": null, "trait_name": null }