id stringlengths 20 153 | type stringclasses 1
value | granularity stringclasses 14
values | content stringlengths 16 84.3k | metadata dict |
|---|---|---|---|---|
hyperswitch_struct_hyperswitch_connectors_7388810389113969477 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs
pub struct WebhookStatusObjectData {
pub status: Option<WebhookEventStatus>,
pub payment_method_details: Option<WebhookPaymentMethodDetails>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-1929803885521483606 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs
pub struct WebhookPaymentMethodDetails {
#[serde(rename = "type")]
pub payment_method: WebhookPaymentMethodType,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2595085485496949262 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs
pub struct WebhookEventObjectData {
pub id: String,
pub object: WebhookEventObjectType,
pub amount: Option<MinorUnit>,
#[serde(default, deserialize_with = "convert_uppercase")]
pub currency: enums::Currency,
pub ... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5773833883396877642 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs
pub struct EvidenceDetails {
#[serde(with = "common_utils::custom_serde::timestamp")]
pub due_by: PrimitiveDateTime,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_8418357214959214654 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs
pub struct StripeGpayToken {
pub id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1098994823266839897 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs
pub struct StripeFileRequest {
pub purpose: &'static str,
#[serde(skip)]
pub file: Vec<u8>,
#[serde(skip)]
pub file_key: String,
#[serde(skip)]
pub file_type: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5088222015791006138 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs
pub struct FileUploadResponse {
#[serde(rename = "id")]
pub file_id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6203981116269496424 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs
pub struct Evidence {
#[serde(rename = "evidence[access_activity_log]")]
pub access_activity_log: Option<String>,
#[serde(rename = "evidence[billing_address]")]
pub billing_address: Option<Secret<String>>,
#[serde(re... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2959852677152673001 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers.rs
pub struct DisputeObj {
#[serde(rename = "id")]
pub dispute_id: String,
pub status: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6035747836446585814 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct StripeConnectErrorResponse {
pub error: ErrorDetails,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2252088701489895841 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct StripeConnectPayoutCreateRequest {
amount: i64,
currency: Currency,
destination: String,
transfer_group: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6270480857793185316 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct StripeConnectPayoutCreateResponse {
id: String,
description: Option<String>,
source_transaction: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_8458852273387494580 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct TransferReversals {
object: String,
has_more: bool,
total_count: i32,
url: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-928035807057421579 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct StripeConnectPayoutFulfillRequest {
amount: i64,
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_... |
hyperswitch_struct_hyperswitch_connectors_2702669740972888182 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct StripeConnectPayoutFulfillResponse {
id: String,
currency: String,
description: Option<String>,
failure_balance_transaction: Option<String>,
failure_code: Option<String>,
failure_message: Optio... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-7558814727568447473 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct StripeConnectReversalRequest {
amount: 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_... |
hyperswitch_struct_hyperswitch_connectors_1655284199544757112 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct StripeConnectReversalResponse {
id: String,
source_refund: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5018270286450846060 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct StripeConnectRecipientCreateRequest {
#[serde(rename = "type")]
account_type: String,
country: Option<enums::CountryAlpha2>,
email: Option<Email>,
#[serde(rename = "capabilities[card_payments][requ... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4242334320381320110 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct StripeConnectRecipientCreateResponse {
id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-908926353123466630 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct RecipientTokenRequest {
external_account: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2627321836190794196 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct RecipientCardAccountRequest {
#[serde(rename = "external_account[object]")]
external_account_object: String,
#[serde(rename = "external_account[number]")]
external_account_number: Secret<String>,
#... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5435929355618700662 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct RecipientBankAccountRequest {
#[serde(rename = "external_account[object]")]
external_account_object: String,
#[serde(rename = "external_account[country]")]
external_account_country: enums::CountryAlpha... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5304353350342191819 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/stripe/transformers/connect.rs
pub struct StripeConnectRecipientAccountCreateResponse {
id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4029409171031754103 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct BamboraapacMeta {
pub authorize_id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-452296739631106392 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct BamboraapacPaymentsResponse {
body: BodyResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-3958101089166357201 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct BodyResponse {
submit_single_payment_response: SubmitSinglePaymentResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6239896648214352696 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct SubmitSinglePaymentResponse {
submit_single_payment_result: SubmitSinglePaymentResult,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-8653908341648357274 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct SubmitSinglePaymentResult {
response: PaymentResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6765845607795830228 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct PaymentResponse {
response_code: u8,
receipt: String,
credit_card_token: Option<String>,
declined_code: Option<String>,
declined_message: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1856954665789662048 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct BamboraapacMandateResponse {
body: MandateBodyResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2627231494169778725 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct MandateBodyResponse {
tokenise_credit_card_response: TokeniseCreditCardResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_4360812825673438357 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct TokeniseCreditCardResponse {
tokenise_credit_card_result: TokeniseCreditCardResult,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_8356537525488304124 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct TokeniseCreditCardResult {
tokenise_credit_card_response: MandateResponseBody,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_4278993851754954663 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct MandateResponseBody {
return_value: u8,
token: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1737209936850562490 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct BamboraapacCaptureResponse {
body: CaptureBodyResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3765439862564088759 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct CaptureBodyResponse {
submit_single_capture_response: SubmitSingleCaptureResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2928792383818580355 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct SubmitSingleCaptureResponse {
submit_single_capture_result: SubmitSingleCaptureResult,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_7884844631067916708 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct SubmitSingleCaptureResult {
response: CaptureResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2955147661778635157 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct CaptureResponse {
response_code: u8,
receipt: String,
declined_code: Option<String>,
declined_message: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_8128532911520227379 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct BamboraapacRefundsResponse {
body: RefundBodyResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3493906514509512646 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct RefundBodyResponse {
submit_single_refund_response: SubmitSingleRefundResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-89857414818985565 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct SubmitSingleRefundResponse {
submit_single_refund_result: SubmitSingleRefundResult,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-157389728788713146 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct SubmitSingleRefundResult {
response: RefundResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct RefundResponse {
response_code: u8,
receipt: String,
declined_code: Option<String>,
declined_message: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-3377534217345681846 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct BamboraapacSyncResponse {
body: SyncBodyResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-438792436933759715 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct SyncBodyResponse {
query_transaction_response: QueryTransactionResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6104918753374100419 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct QueryTransactionResponse {
query_transaction_result: QueryTransactionResult,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2601922307545398575 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct QueryTransactionResult {
query_response: QueryResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_7147862082022615997 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct QueryResponse {
response: SyncResponse,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6436082635540011239 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct SyncResponse {
response_code: u8,
receipt: String,
declined_code: Option<String>,
declined_message: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_7315067344433233665 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/bamboraapac/transformers.rs
pub struct BamboraapacErrorResponse {
pub declined_code: Option<String>,
pub declined_message: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_7487252310255984358 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/checkbook/transformers.rs
pub struct CheckbookPaymentsRequest {
name: Secret<String>,
recipient: pii::Email,
amount: FloatMajorUnit,
description: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5449609503945685205 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/checkbook/transformers.rs
pub struct CheckbookPaymentsResponse {
pub status: CheckbookPaymentStatus,
pub id: String,
pub amount: Option<FloatMajorUnit>,
pub description: Option<String>,
pub name: Option<String>,
pub recipient: Option<S... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-5159688814254808592 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/checkbook/transformers.rs
pub struct CheckbookErrorResponse {
pub status_code: u16,
pub code: String,
pub message: String,
pub reason: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-540702331023546834 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct AmazonpayFinalizeRequest {
charge_amount: ChargeAmount,
shipping_address: AddressDetails,
payment_intent: PaymentIntent,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_43977131017309622 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct ChargeAmount {
amount: StringMajorUnit,
currency_code: common_enums::Currency,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6036092050537433131 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct AddressDetails {
name: Secret<String>,
address_line_1: Secret<String>,
address_line_2: Option<Secret<String>>,
address_line_3: Option<Secret<String>>,
city: String,
state_or_region: Secret<String>,
... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3660222128016528990 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct AmazonpayFinalizeResponse {
checkout_session_id: String,
web_checkout_details: WebCheckoutDetails,
product_type: Option<String>,
payment_details: Option<PaymentDetails>,
cart_details: CartDetails,
c... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-1880620457586149102 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct WebCheckoutDetails {
checkout_review_return_url: Option<String>,
checkout_result_return_url: Option<String>,
amazon_pay_redirect_url: Option<String>,
authorize_result_return_url: Option<String>,
sign_in... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5359658461685616047 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct PaymentDetails {
payment_intent: String,
can_handle_pending_authorization: bool,
charge_amount: ChargeAmount,
total_order_amount: ChargeAmount,
presentment_currency: String,
soft_descriptor: String,... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4643525259831320037 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct CartDetails {
line_items: Vec<String>,
delivery_options: Vec<DeliveryOptions>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1996824149857784804 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct DeliveryOptions {
id: String,
price: ChargeAmount,
shipping_method: ShippingMethod,
is_default: bool,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_4096715467223952446 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct ShippingMethod {
shipping_method_name: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-8765884600604881503 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct RecurringMetadata {
frequency: Frequency,
amount: ChargeAmount,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_7529865565965405183 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct Frequency {
unit: String,
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_... |
hyperswitch_struct_hyperswitch_connectors_-4167247019593708413 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct BuyerDetails {
buyer_id: Secret<String>,
name: Secret<String>,
email: pii::Email,
phone_number: Secret<String>,
prime_membership_types: Vec<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2380762099517311536 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct FinalizeStatusDetails {
state: FinalizeState,
reason_code: Option<String>,
reason_description: Option<String>,
last_updated_timestamp: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4603622269309133628 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct DeliverySpecifications {
special_restrictions: Vec<String>,
address_restrictions: AddressRestrictions,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_8151342136702561073 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct AddressRestrictions {
r#type: String,
restrictions: HashMap<String, Restriction>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_8118187657318020959 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct Restriction {
pub states_or_regions: Vec<Secret<String>>,
pub zip_codes: Vec<Secret<String>>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5540037372822590100 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct PaymentProcessingMetaData {
payment_processing_model: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6208792946432358520 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct AmazonpayPaymentsResponse {
charge_id: String,
charge_amount: ChargeAmount,
charge_permission_id: String,
capture_amount: Option<ChargeAmount>,
refunded_amount: Option<ChargeAmount>,
soft_descriptor... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2244084149721361360 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct ProviderMetadata {
provider_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_... |
hyperswitch_struct_hyperswitch_connectors_4588578787137242768 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct PaymentsStatusDetails {
state: AmazonpayPaymentStatus,
reason_code: Option<String>,
reason_description: Option<String>,
last_updated_timestamp: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1529546128671514879 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct MerchantMetadata {
merchant_reference_id: Option<String>,
merchant_store_name: Option<String>,
note_to_buyer: Option<String>,
custom_information: Option<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-6279790458832397184 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct AmazonpayRefundRequest {
pub refund_amount: ChargeAmount,
pub charge_id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct RefundResponse {
refund_id: String,
charge_id: String,
creation_timestamp: String,
refund_amount: ChargeAmount,
status_details: RefundStatusDetails,
soft_descriptor: String,
release_environment:... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_885169573227513641 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct RefundStatusDetails {
state: RefundStatus,
reason_code: Option<String>,
reason_description: Option<String>,
last_updated_timestamp: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1964089585985843378 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/amazonpay/transformers.rs
pub struct AmazonpayErrorResponse {
pub reason_code: String,
pub message: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_smithy_1543196504744203837 | clm | struct | // hyperswitch/crates/smithy/src/lib.rs
struct SmithyFieldAttributes {
value_type: Option<String>,
constraints: Vec<SmithyConstraint>,
}
| {
"chunk": null,
"crate": "smithy",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_smithy_6693546696760639123 | clm | struct | // hyperswitch/crates/smithy/src/lib.rs
struct SerdeAttributes {
flatten: bool,
}
| {
"chunk": null,
"crate": "smithy",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_smithy_8835644921636382498 | clm | struct | // hyperswitch/crates/smithy/src/lib.rs
struct SerdeEnumAttributes {
rename_all: Option<String>,
}
| {
"chunk": null,
"crate": "smithy",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"... |
hyperswitch_struct_common_enums_7434279527590331591 | clm | struct | // hyperswitch/crates/common_enums/src/transformers.rs
pub struct NumericCountryCodeParseError;
| {
"chunk": null,
"crate": "common_enums",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": nul... |
hyperswitch_struct_common_enums_-3996029059958606987 | clm | struct | // hyperswitch/crates/common_enums/src/transformers.rs
struct Alpha2Request {
#[serde(with = "custom_serde::alpha2_country_code")]
pub country: Country,
}
| {
"chunk": null,
"crate": "common_enums",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": nul... |
hyperswitch_struct_common_enums_620677701061109261 | clm | struct | // hyperswitch/crates/common_enums/src/transformers.rs
struct Alpha3Request {
#[serde(with = "custom_serde::alpha3_country_code")]
pub country: Country,
}
| {
"chunk": null,
"crate": "common_enums",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": nul... |
hyperswitch_struct_common_enums_8888071992416541882 | clm | struct | // hyperswitch/crates/common_enums/src/transformers.rs
struct NumericRequest {
#[serde(with = "custom_serde::numeric_country_code")]
pub country: Country,
}
| {
"chunk": null,
"crate": "common_enums",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": nul... |
hyperswitch_struct_common_enums_7334184295935642464 | clm | struct | // hyperswitch/crates/common_enums/src/transformers.rs
struct HyperswitchRequestAlpha2 {
#[serde(with = "custom_serde::alpha2_country_code")]
pub country: Country,
}
| {
"chunk": null,
"crate": "common_enums",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": nul... |
hyperswitch_struct_common_enums_-4620810592374042464 | clm | struct | // hyperswitch/crates/common_enums/src/transformers.rs
struct HyperswitchRequestAlpha3 {
#[serde(with = "custom_serde::alpha3_country_code")]
pub country: Country,
}
| {
"chunk": null,
"crate": "common_enums",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": nul... |
hyperswitch_struct_common_enums_-6501364077223928648 | clm | struct | // hyperswitch/crates/common_enums/src/transformers.rs
struct HyperswitchRequestNumeric {
#[serde(with = "custom_serde::numeric_country_code")]
pub country: Country,
}
| {
"chunk": null,
"crate": "common_enums",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": nul... |
hyperswitch_struct_hyperswitch_constraint_graph_-5920013737627194584 | clm | struct | // hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs
pub struct NodeId(usize);
| {
"chunk": null,
"crate": "hyperswitch_constraint_graph",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
hyperswitch_struct_hyperswitch_constraint_graph_2639383745288817967 | clm | struct | // hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs
pub struct Node<V: ValueNode> {
pub node_type: NodeType<V>,
pub preds: Vec<EdgeId>,
pub succs: Vec<EdgeId>,
}
| {
"chunk": null,
"crate": "hyperswitch_constraint_graph",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
hyperswitch_struct_hyperswitch_constraint_graph_259293192593775648 | clm | struct | // hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs
pub struct EdgeId(usize);
| {
"chunk": null,
"crate": "hyperswitch_constraint_graph",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
hyperswitch_struct_hyperswitch_constraint_graph_4233960807215449289 | clm | struct | // hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs
pub struct Edge {
pub strength: Strength,
pub relation: Relation,
pub pred: NodeId,
pub succ: NodeId,
pub domain: Option<DomainId>,
}
| {
"chunk": null,
"crate": "hyperswitch_constraint_graph",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
hyperswitch_struct_hyperswitch_constraint_graph_-7062833531382956865 | clm | struct | // hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs
pub struct DomainId(usize);
| {
"chunk": null,
"crate": "hyperswitch_constraint_graph",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
hyperswitch_struct_hyperswitch_constraint_graph_-869611720159891971 | clm | struct | // hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs
pub struct DomainIdentifier(String);
| {
"chunk": null,
"crate": "hyperswitch_constraint_graph",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
hyperswitch_struct_hyperswitch_constraint_graph_-1666736648706815460 | clm | struct | // hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs
pub struct DomainInfo {
pub domain_identifier: DomainIdentifier,
pub domain_description: String,
}
| {
"chunk": null,
"crate": "hyperswitch_constraint_graph",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
hyperswitch_struct_hyperswitch_constraint_graph_1635930503245245789 | clm | struct | // hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs
pub struct Memoization<V: ValueNode>(
#[allow(clippy::type_complexity)]
FxHashMap<(NodeId, Relation, Strength), Result<(), Arc<AnalysisTrace<V>>>>,
);
| {
"chunk": null,
"crate": "hyperswitch_constraint_graph",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
hyperswitch_struct_hyperswitch_constraint_graph_-8133197989214680933 | clm | struct | // hyperswitch/crates/hyperswitch_constraint_graph/src/types.rs
pub struct CycleCheck(FxHashMap<NodeId, (Strength, RelationResolution)>);
| {
"chunk": null,
"crate": "hyperswitch_constraint_graph",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
hyperswitch_struct_hyperswitch_constraint_graph_56274582258900806 | clm | struct | // hyperswitch/crates/hyperswitch_constraint_graph/src/graph.rs
struct CheckNodeContext<'a, V: ValueNode, C: CheckingContext<Value = V>> {
ctx: &'a C,
node: &'a Node<V>,
node_id: NodeId,
relation: Relation,
strength: Strength,
memo: &'a mut Memoization<V>,
cycle_map: &'a mut CycleCheck,
... | {
"chunk": null,
"crate": "hyperswitch_constraint_graph",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
hyperswitch_struct_hyperswitch_constraint_graph_-8593392883893236748 | clm | struct | // hyperswitch/crates/hyperswitch_constraint_graph/src/graph.rs
pub struct ConstraintGraph<V: ValueNode> {
pub domain: DenseMap<DomainId, DomainInfo>,
pub domain_identifier_map: FxHashMap<DomainIdentifier, DomainId>,
pub nodes: DenseMap<NodeId, Node<V>>,
pub edges: DenseMap<EdgeId, Edge>,
pub value... | {
"chunk": null,
"crate": "hyperswitch_constraint_graph",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.