id stringlengths 20 153 | type stringclasses 1
value | granularity stringclasses 14
values | content stringlengths 16 84.3k | metadata dict |
|---|---|---|---|---|
hyperswitch_struct_hyperswitch_connectors_-6793676844153396972 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct VantivDisputeErrorResponse {
#[serde(rename = "@xmlns")]
pub xmlns: String,
pub errors: Vec<VantivDisputeErrors>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_3057427500682767869 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct VantivDisputeErrors {
pub error: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_6684004973657521891 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct CnpOnlineResponse {
#[serde(rename = "@version")]
pub version: String,
#[serde(rename = "@response")]
pub response_code: String,
#[serde(rename = "@message")]
pub message: String,
pub autho... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_8449613219714378393 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct VantivSyncResponse {
pub payment_id: u64,
pub request_uuid: String,
pub payment_status: PaymentStatus,
pub payment_detail: Option<PaymentDetail>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_37816410184057534 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct PaymentDetail {
pub payment_id: Option<u64>,
pub batch_id: Option<u64>,
pub session_id: Option<u64>,
pub response_reason_code: Option<String>,
pub response_reason_message: Option<String>,
pub r... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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/worldpayvantiv/transformers.rs
pub struct CaptureResponse {
#[serde(rename = "@id")]
pub id: String,
#[serde(rename = "@reportGroup")]
pub report_group: String,
#[serde(rename = "@customerId", skip_serializing_if = "Option::is_none")]
... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_236054547765087967 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct FraudResult {
pub avs_result: Option<String>,
pub card_validation_result: Option<String>,
pub authentication_result: Option<String>,
pub advanced_a_v_s_result: Option<String>,
pub advanced_fraud_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_6113517862541372125 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct AdvancedFraudResults {
pub device_review_status: Option<String>,
pub device_reputation_score: Option<String>,
pub triggered_rule: Option<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_6765845607795830228 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct PaymentResponse {
#[serde(rename = "@id")]
pub id: String,
#[serde(rename = "@reportGroup")]
pub report_group: String,
#[serde(rename = "@customerId", skip_serializing_if = "Option::is_none")]
... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-74509805257970306 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct EnhancedAuthResponse {
pub network_response: Option<NetworkResponse>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_4384570680628690576 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct NetworkResponse {
pub endpoint: Option<String>,
#[serde(default)]
#[serde(rename = "networkField")]
pub network_fields: Vec<NetworkField>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_8630008941923523569 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct NetworkField {
#[serde(rename = "@fieldNumber")]
pub field_number: String,
#[serde(rename = "@fieldName", skip_serializing_if = "Option::is_none")]
pub field_name: Option<String>,
#[serde(skip_seri... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_5482403147993481121 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct NetworkSubField {
#[serde(rename = "@fieldNumber")]
pub field_number: String,
pub field_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_-6395770689371055844 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct TokenResponse {
pub cnp_token: Secret<String>,
pub token_response_code: String,
pub token_message: String,
#[serde(rename = "type")]
pub card_type: Option<String>,
pub bin: 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_5173252353555610212 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct AuthReversalResponse {
#[serde(rename = "@id")]
pub id: String,
#[serde(rename = "@reportGroup")]
pub report_group: String,
#[serde(rename = "@customerId", skip_serializing_if = "Option::is_none")]... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_1686775649836607376 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct VoidResponse {
#[serde(rename = "@id")]
pub id: String,
#[serde(rename = "@reportGroup")]
pub report_group: String,
pub cnp_txn_id: String,
pub response: WorldpayvantivResponseCode,
pub res... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_1959046559049214839 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct CreditResponse {
#[serde(rename = "@id")]
pub id: String,
#[serde(rename = "@reportGroup")]
pub report_group: String,
#[serde(rename = "@customerId", skip_serializing_if = "Option::is_none")]
p... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-952254332879885176 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct ChargebackRetrievalResponse {
#[serde(rename = "@xmlns")]
pub xmlns: String,
pub transaction_id: String,
pub chargeback_case: Option<Vec<ChargebackCase>>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-2943348266605964980 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct ChargebackCase {
pub case_id: String,
pub merchant_id: String,
pub day_issued_by_bank: Option<String>,
pub date_received_by_vantiv_cnp: Option<String>,
pub vantiv_cnp_txn_id: String,
pub cycle:... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_8136333201157049701 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct Activity {
pub activity_date: Option<String>,
pub activity_type: Option<String>,
pub from_queue: Option<String>,
pub to_queue: Option<String>,
pub notes: 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_7470184617472061671 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct ChargebackUpdateRequest {
#[serde(rename = "@xmlns")]
xmlns: String,
activity_type: ActivityType,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_5134268208467919077 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/worldpayvantiv/transformers.rs
pub struct ChargebackDocumentUploadResponse {
#[serde(rename = "@xmlns")]
pub xmlns: String,
pub merchant_id: String,
pub case_id: String,
pub document_id: Option<String>,
pub response_code: Worldpayvanti... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-1668830511824092246 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs
pub struct OpayoRouterData<T> {
pub amount: MinorUnit,
pub router_data: T,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_3802578233698244074 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs
pub struct OpayoPaymentsRequest {
amount: MinorUnit,
card: OpayoCard,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_6600711213705307818 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs
pub struct OpayoCard {
name: Secret<String>,
number: cards::CardNumber,
expiry_month: Secret<String>,
expiry_year: Secret<String>,
cvc: Secret<String>,
complete: 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_-326369943447495541 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs
pub struct OpayoPaymentsResponse {
status: OpayoPaymentStatus,
id: String,
transaction_id: String,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-1676070319116377604 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs
pub struct OpayoRefundRequest {
pub amount: MinorUnit,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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/opayo/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_... |
hyperswitch_struct_hyperswitch_connectors_-167749842304318463 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/opayo/transformers.rs
pub struct OpayoErrorResponse {
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_514213839359309323 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/transformers.rs
pub struct GpaymentsMetaData {
pub endpoint_prefix: String,
pub merchant_id: common_utils::id_type::MerchantId,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-5515986144197610059 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs
pub struct GpaymentsConnectorMetaData {
pub authentication_url: String,
pub three_ds_requestor_trans_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_3727873811865587299 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs
pub struct GpaymentsPreAuthVersionCallRequest {
pub acct_number: CardNumber,
pub merchant_id: common_utils::id_type::MerchantId,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-4669249543853374919 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs
pub struct GpaymentsPreAuthVersionCallResponse {
pub enrolment_status: EnrollmentStatus,
pub supported_message_versions: Option<Vec<types::SemanticVersion>>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-2133746978019432182 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs
pub struct TDS2ApiError {
pub error_code: String,
pub error_component: Option<String>,
pub error_description: String,
pub error_detail: Option<String>,
pub error_message_type: Option<String>,
/// Always ret... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_1911565063501825496 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs
pub struct GpaymentsPreAuthenticationRequest {
pub acct_number: CardNumber,
pub card_scheme: Option<CardScheme>,
pub challenge_window_size: Option<ChallengeWindowSize>,
/// URL where the 3DS requestor receives eve... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_8636178534757637545 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs
pub struct GpaymentsPreAuthenticationResponse {
pub auth_url: String,
pub mon_url: Option<String>,
pub resolved_card_scheme: Option<CardScheme>,
#[serde(rename = "threeDSMethodAvailable")]
pub three_ds_method_a... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-3160400768850606874 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs
pub struct GpaymentsAuthenticationRequest {
pub acct_number: CardNumber,
pub authentication_ind: String,
pub browser_info_collected: BrowserInfoCollected,
pub card_expiry_date: String,
#[serde(rename = "notific... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-8967591711174899629 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs
pub struct BrowserInfoCollected {
pub browser_accept_header: Option<String>,
pub browser_color_depth: Option<String>,
#[serde(rename = "browserIP")]
pub browser_ip: Option<Secret<String, common_utils::pii::IpAddres... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-2809557999993778821 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs
pub struct GpaymentsAuthenticationSuccessResponse {
#[serde(rename = "dsReferenceNumber")]
pub ds_reference_number: String,
#[serde(rename = "dsTransID")]
pub ds_trans_id: String,
#[serde(rename = "threeDSServe... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-5236817060049689311 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/gpayments/gpayments_types.rs
pub struct GpaymentsPostAuthenticationResponse {
pub authentication_value: Option<Secret<String>>,
pub trans_status: AuthStatus,
pub eci: 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_-8069290467036430871 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct AuthorizedotnetRouterData<T> {
pub amount: FloatMajorUnit,
pub router_data: T,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_8875695919948341693 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct AuthorizedotnetAuthType {
name: Secret<String>,
transaction_key: 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_933880868681795803 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
struct CreditCardDetails {
card_number: StrongSecret<String, cards::CardNumberStrategy>,
expiration_date: Secret<String>,
#[serde(skip_serializing_if = "Option::is_none")]
card_code: 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_... |
hyperswitch_struct_hyperswitch_connectors_4047945442468374521 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct PayPalDetails {
pub success_url: Option<String>,
pub cancel_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_... |
hyperswitch_struct_hyperswitch_connectors_-4385579076727928921 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct WalletDetails {
pub data_descriptor: WalletMethod,
pub data_value: 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_-5544845607380852209 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
struct TransactionRequest {
transaction_type: TransactionType,
amount: FloatMajorUnit,
currency_code: common_enums::Currency,
#[serde(skip_serializing_if = "Option::is_none")]
payment: Option<PaymentDetails>... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-6939304550453142426 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct UserFields {
user_field: Vec<UserField>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-1910659679799404069 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct UserField {
name: 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_4158091411174274375 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct CreateProfileDetails {
create_profile: bool,
#[serde(skip_serializing_if = "Option::is_none")]
customer_profile_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_... |
hyperswitch_struct_hyperswitch_connectors_-3289991422806753768 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
struct CustomerProfileDetails {
customer_profile_id: Secret<String>,
payment_profile: PaymentProfileDetails,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-4358586129316528626 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
struct PaymentProfileDetails {
payment_profile_id: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5710289965688879864 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct CustomerDetails {
id: 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_... |
hyperswitch_struct_hyperswitch_connectors_8913065449255451424 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct ProcessingOptions {
is_subsequent_auth: 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_8122589002684286109 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct BillTo {
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
address: Option<Secret<String>>,
city: Option<String>,
state: Option<Secret<String>>,
zip: 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_... |
hyperswitch_struct_hyperswitch_connectors_-1570744404082133992 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct Order {
invoice_number: String,
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_5934244952712180496 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct SubsequentAuthInformation {
original_network_trans_id: Secret<String>,
// original_auth_amount: String, Required for Discover, Diners Club, JCB, and China Union Pay transactions.
reason: Reason,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_-2569488679420468617 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
struct AuthorizationIndicator {
authorization_indicator: AuthorizationType,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_8757271398627258897 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
struct TransactionVoidOrCaptureRequest {
transaction_type: TransactionType,
#[serde(skip_serializing_if = "Option::is_none")]
amount: Option<FloatMajorUnit>,
ref_trans_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_5300580777621722296 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct AuthorizedotnetPaymentsRequest {
merchant_authentication: AuthorizedotnetAuthType,
ref_id: Option<String>,
transaction_request: TransactionRequest,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-6071754630521340398 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct AuthorizedotnetPaymentCancelOrCaptureRequest {
merchant_authentication: AuthorizedotnetAuthType,
transaction_request: TransactionVoidOrCaptureRequest,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_789467710613756192 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct CreateCustomerRequest {
merchant_authentication: AuthorizedotnetAuthType,
profile: Profile,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_5375171102438411827 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct CreateCustomerPaymentProfileRequest {
create_customer_payment_profile_request: AuthorizedotnetPaymentProfileRequest,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_967049459302635437 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct AuthorizedotnetPaymentProfileRequest {
merchant_authentication: AuthorizedotnetAuthType,
customer_profile_id: Secret<String>,
payment_profile: PaymentProfile,
validation_mode: ValidationMode,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-8112175561596255126 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct ShipToList {
#[serde(skip_serializing_if = "Option::is_none")]
first_name: Option<Secret<String>>,
#[serde(skip_serializing_if = "Option::is_none")]
last_name: Option<Secret<String>>,
#[serde(skip... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_6727869018384184606 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
struct Profile {
#[serde(skip_serializing_if = "Option::is_none")]
merchant_customer_id: Option<CustomerId>,
#[serde(skip_serializing_if = "Option::is_none")]
description: Option<String>,
#[serde(skip_serial... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_3072788350427957782 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
struct PaymentProfiles {
customer_type: CustomerType,
#[serde(skip_serializing_if = "Option::is_none")]
bill_to: Option<BillTo>,
payment: PaymentDetails,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_7169771304635762281 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
struct PaymentProfile {
#[serde(skip_serializing_if = "Option::is_none")]
bill_to: Option<BillTo>,
payment: PaymentDetails,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-8821880782096810002 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct AuthorizedotnetSetupMandateResponse {
#[serde(default, skip_serializing_if = "Vec::is_empty")]
customer_payment_profile_id_list: Vec<String>,
customer_profile_id: Option<String>,
#[serde(rename = "cus... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_7696076414045232257 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct AuthorizedotnetCustomerResponse {
customer_profile_id: Option<String>,
#[serde(default, skip_serializing_if = "Vec::is_empty")]
customer_payment_profile_id_list: Vec<String>,
#[serde(default, skip_ser... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-4112107555480707413 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct CancelOrCaptureTransactionRequest {
create_transaction_request: AuthorizedotnetPaymentCancelOrCaptureRequest,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_6746164315657350767 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct ResponseMessage {
code: String,
pub text: 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_-2955852269935721760 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct ResponseMessages {
result_code: ResultCode,
pub message: Vec<ResponseMessage>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_7685608259553513734 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct ErrorMessage {
pub error_code: String,
pub error_text: 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_6652662661828714555 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct AuthorizedotnetTransactionResponseError {
_supplemental_data_qualification_indicator: 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_2863001169714571862 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct AuthorizedotnetTransactionResponse {
response_code: AuthorizedotnetPaymentStatus,
#[serde(rename = "transId")]
transaction_id: String,
network_trans_id: Option<Secret<String>>,
pub(super) account_... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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/authorizedotnet/transformers.rs
pub struct RefundResponse {
response_code: AuthorizedotnetRefundStatus,
#[serde(rename = "transId")]
transaction_id: String,
#[allow(dead_code)]
network_trans_id: Option<Secret<String>>,
pub account_numb... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-3032333327521637229 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct SecureAcceptance {
secure_acceptance_url: Option<url::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_... |
hyperswitch_struct_hyperswitch_connectors_3334828436304291261 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct AuthorizedotnetPaymentsResponse {
pub transaction_response: Option<TransactionResponse>,
pub profile_response: Option<AuthorizedotnetNonZeroMandateResponse>,
pub messages: ResponseMessages,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-6326554480333354075 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct AuthorizedotnetNonZeroMandateResponse {
customer_profile_id: Option<String>,
customer_payment_profile_id_list: Option<Vec<String>>,
pub messages: ResponseMessages,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_4420078224931057059 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct AuthorizedotnetVoidResponse {
pub transaction_response: Option<VoidResponse>,
pub messages: ResponseMessages,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_1686775649836607376 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/authorizedotnet/transformers.rs
pub struct VoidResponse {
response_code: AuthorizedotnetVoidStatus,
#[serde(rename = "transId")]
transaction_id: String,
network_trans_id: Option<Secret<String>>,
pub account_number: 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_... |
hyperswitch_struct_hyperswitch_connectors_-2516147581284016661 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
pub struct ArchipelTenantId(pub 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_6131953886505006694 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
pub struct ArchipelConfigData {
pub tenant_id: ArchipelTenantId,
pub platform_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_-1064267326122653205 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
pub struct ArchipelOrderRequest {
amount: MinorUnit,
currency: String,
certainty: ArchipelPaymentCertainty,
initiator: ArchipelPaymentInitiator,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-4043495072815373105 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
pub struct CardExpiryDate {
month: Secret<String>,
year: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_2829544619852473018 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
pub struct Archipel3DS {
#[serde(rename = "acsTransID")]
acs_trans_id: Option<Secret<String>>,
#[serde(rename = "dsTransID")]
ds_trans_id: Option<Secret<String>>,
#[serde(rename = "3DSRequestorName")]
three_ds_... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-1335649219533733906 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
pub struct ArchipelCardHolder {
billing_address: Option<ArchipelBillingAddress>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-2027259229579897283 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
pub struct ArchipelBillingAddress {
address: Option<Secret<String>>,
postal_code: 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_... |
hyperswitch_struct_hyperswitch_connectors_-4601649377233943986 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
pub struct ArchipelCredentialIndicator {
status: ArchipelCredentialIndicatorStatus,
recurring: Option<bool>,
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_... |
hyperswitch_struct_hyperswitch_connectors_-8193142561762168588 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
pub struct TokenizedCardData {
card_data: ArchipelTokenizedCard,
wallet_information: ArchipelWalletInformation,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-3233089210055105722 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
pub struct ArchipelTokenizedCard {
number: cards::CardNumber,
expiry: CardExpiryDate,
scheme: ArchipelCardScheme,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_1690771234285458263 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/archipel/transformers.rs
pub struct ArchipelCard {
number: cards::CardNumber,
expiry: CardExpiryDate,
security_code: Option<Secret<String>>,
card_holder_name: Option<Secret<String>>,
application_selection_indicator: ApplicationSelectionInd... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-7383928499113328751 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/transformers.rs
pub struct PayloadAuth {
pub api_key: Secret<String>,
pub processing_account_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_... |
hyperswitch_struct_hyperswitch_connectors_3968781940483222873 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/transformers.rs
pub struct PayloadAuthType {
pub auths: HashMap<enums::Currency, PayloadAuth>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-4900773777454643499 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/responses.rs
pub struct PayloadCardsResponseData {
pub amount: f64,
pub avs: Option<AvsResponse>,
pub customer_id: Option<Secret<String>>,
#[serde(rename = "id")]
pub transaction_id: String,
#[serde(rename = "payment_method_id"... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_1364724958413961939 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/responses.rs
pub struct RefundsLedger {
pub amount: f64,
#[serde(rename = "assoc_transaction_id")]
pub associated_transaction_id: String, // Connector transaction id
#[serde(rename = "id")]
pub ledger_id: Secret<String>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
hyperswitch_struct_hyperswitch_connectors_5738533007597320909 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/responses.rs
pub struct PayloadRefundResponse {
pub amount: f64,
#[serde(rename = "id")]
pub transaction_id: String,
pub ledger: Vec<RefundsLedger>,
#[serde(rename = "payment_method_id")]
pub connector_payment_method_id: Option... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_1948928083686361480 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/responses.rs
pub struct PayloadErrorResponse {
pub error_type: String,
pub error_description: String,
pub object: String,
/// Payload returns arbitrary details in JSON format
pub details: Option<serde_json::Value>,
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_8382465352409178955 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/responses.rs
pub struct PayloadWebhookEvent {
pub object: String, // Added to match actual webhook structure
pub trigger: PayloadWebhooksTrigger,
pub webhook_id: String,
pub triggered_at: String, // Added to match actual webhook struct... | {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_3724441492340465065 | clm | struct | // hyperswitch/crates/hyperswitch_connectors/src/connectors/payload/responses.rs
pub struct PayloadEventDetails {
#[serde(rename = "id")]
pub transaction_id: Option<String>,
pub object: String,
pub value: Option<serde_json::Value>, // Changed to handle any value type including null
}
| {
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.