id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
connector-service_snippet_-2841440142200969754_375_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs } fn get_url( &self, req: &RouterDataV2<PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { let connector_payment_id = req.request.get_connector_transaction_id()?; Ok(format!( "{}v2/card-transactions/{connector_payment_id}", self.connector_base_url_payments(req) )) } } ); // Capture flow implementation macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Helcim, curl_request: Json(HelcimCaptureRequest), curl_response: HelcimPaymentsResponse, flow_name: Capture, resource_common_data: PaymentFlowData, flow_request: PaymentsCaptureData, flow_response: PaymentsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { Ok(format!("{}v2/payment/capture", self.connector_base_url_payments(req))) } } ); // Void flow implementation macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Helcim, curl_request: Json(HelcimVoidRequest), curl_response: HelcimPaymentsResponse, flow_name: Void,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 375, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_400_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { Ok(format!("{}v2/payment/capture", self.connector_base_url_payments(req))) }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 400, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_400_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { Ok(format!("{}v2/payment/capture", self.connector_base_url_payments(req))) } } ); // Void flow implementation macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Helcim, curl_request: Json(HelcimVoidRequest), curl_response: HelcimPaymentsResponse, flow_name: Void, resource_common_data: PaymentFlowData, flow_request: PaymentVoidData, flow_response: PaymentsResponseData, http_method: Post, generic_type: T,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 400, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_400_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { Ok(format!("{}v2/payment/capture", self.connector_base_url_payments(req))) } } ); // Void flow implementation macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Helcim, curl_request: Json(HelcimVoidRequest), curl_response: HelcimPaymentsResponse, flow_name: Void, resource_common_data: PaymentFlowData, flow_request: PaymentVoidData, flow_response: PaymentsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Void, PaymentFlowData, PaymentVoidData, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Void, PaymentFlowData, PaymentVoidData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { Ok(format!("{}v2/payment/reverse", self.connector_base_url_payments(req))) } } ); // Refund flow implementation macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2],
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 400, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_425_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs resource_common_data: PaymentFlowData, flow_request: PaymentVoidData, flow_response: PaymentsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Void, PaymentFlowData, PaymentVoidData, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 425, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_425_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs resource_common_data: PaymentFlowData, flow_request: PaymentVoidData, flow_response: PaymentsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Void, PaymentFlowData, PaymentVoidData, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Void, PaymentFlowData, PaymentVoidData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { Ok(format!("{}v2/payment/reverse", self.connector_base_url_payments(req))) } } ); // Refund flow implementation macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Helcim, curl_request: Json(HelcimRefundRequest), curl_response: RefundResponse, flow_name: Refund, resource_common_data: RefundFlowData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 425, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_425_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs resource_common_data: PaymentFlowData, flow_request: PaymentVoidData, flow_response: PaymentsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Void, PaymentFlowData, PaymentVoidData, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Void, PaymentFlowData, PaymentVoidData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { Ok(format!("{}v2/payment/reverse", self.connector_base_url_payments(req))) } } ); // Refund flow implementation macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Helcim, curl_request: Json(HelcimRefundRequest), curl_response: RefundResponse, flow_name: Refund, resource_common_data: RefundFlowData, flow_request: RefundsData, flow_response: RefundsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Refund, RefundFlowData, RefundsData, RefundsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Refund, RefundFlowData, RefundsData, RefundsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { Ok(format!("{}v2/payment/refund", self.connector_base_url_refunds(req))) } } );
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 425, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_450_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs connector: Helcim, curl_request: Json(HelcimRefundRequest), curl_response: RefundResponse, flow_name: Refund, resource_common_data: RefundFlowData, flow_request: RefundsData, flow_response: RefundsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Refund, RefundFlowData, RefundsData, RefundsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> {
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 450, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_450_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs connector: Helcim, curl_request: Json(HelcimRefundRequest), curl_response: RefundResponse, flow_name: Refund, resource_common_data: RefundFlowData, flow_request: RefundsData, flow_response: RefundsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Refund, RefundFlowData, RefundsData, RefundsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Refund, RefundFlowData, RefundsData, RefundsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { Ok(format!("{}v2/payment/refund", self.connector_base_url_refunds(req))) } } ); // RSync flow implementation macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Helcim,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 450, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_450_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs connector: Helcim, curl_request: Json(HelcimRefundRequest), curl_response: RefundResponse, flow_name: Refund, resource_common_data: RefundFlowData, flow_request: RefundsData, flow_response: RefundsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Refund, RefundFlowData, RefundsData, RefundsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Refund, RefundFlowData, RefundsData, RefundsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { Ok(format!("{}v2/payment/refund", self.connector_base_url_refunds(req))) } } ); // RSync flow implementation macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Helcim, curl_response: RefundResponse, flow_name: RSync, resource_common_data: RefundFlowData, flow_request: RefundSyncData, flow_response: RefundsResponseData, http_method: Get, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<RSync, RefundFlowData, RefundSyncData, RefundsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { let mut header = vec![( headers::CONTENT_TYPE.to_string(), "application/json".to_string().into(), )]; let mut api_key = self.get_auth_header(&req.connector_auth_type)?; header.append(&mut api_key); Ok(header)
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 450, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_475_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs // RSync flow implementation macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Helcim, curl_response: RefundResponse, flow_name: RSync, resource_common_data: RefundFlowData, flow_request: RefundSyncData, flow_response: RefundsResponseData, http_method: Get, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers(
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 475, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_475_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs // RSync flow implementation macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Helcim, curl_response: RefundResponse, flow_name: RSync, resource_common_data: RefundFlowData, flow_request: RefundSyncData, flow_response: RefundsResponseData, http_method: Get, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<RSync, RefundFlowData, RefundSyncData, RefundsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { let mut header = vec![( headers::CONTENT_TYPE.to_string(), "application/json".to_string().into(), )]; let mut api_key = self.get_auth_header(&req.connector_auth_type)?; header.append(&mut api_key); Ok(header) } fn get_url( &self, req: &RouterDataV2<RSync, RefundFlowData, RefundSyncData, RefundsResponseData>, ) -> CustomResult<String, errors::ConnectorError> {
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 475, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_475_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs // RSync flow implementation macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Helcim, curl_response: RefundResponse, flow_name: RSync, resource_common_data: RefundFlowData, flow_request: RefundSyncData, flow_response: RefundsResponseData, http_method: Get, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<RSync, RefundFlowData, RefundSyncData, RefundsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { let mut header = vec![( headers::CONTENT_TYPE.to_string(), "application/json".to_string().into(), )]; let mut api_key = self.get_auth_header(&req.connector_auth_type)?; header.append(&mut api_key); Ok(header) } fn get_url( &self, req: &RouterDataV2<RSync, RefundFlowData, RefundSyncData, RefundsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { let connector_refund_id = req.request.connector_refund_id.clone(); Ok(format!( "{}v2/card-transactions/{connector_refund_id}", self.connector_base_url_refunds(req) )) } } ); // Stub implementations for unsupported flows impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< SetupMandate,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 475, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_500_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs } fn get_url( &self, req: &RouterDataV2<RSync, RefundFlowData, RefundSyncData, RefundsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { let connector_refund_id = req.request.connector_refund_id.clone(); Ok(format!( "{}v2/card-transactions/{connector_refund_id}", self.connector_base_url_refunds(req) )) } } ); // Stub implementations for unsupported flows
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 500, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_500_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs } fn get_url( &self, req: &RouterDataV2<RSync, RefundFlowData, RefundSyncData, RefundsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { let connector_refund_id = req.request.connector_refund_id.clone(); Ok(format!( "{}v2/card-transactions/{connector_refund_id}", self.connector_base_url_refunds(req) )) } } ); // Stub implementations for unsupported flows impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< SetupMandate, PaymentFlowData, SetupMandateRequestData<T>, PaymentsResponseData, > for Helcim<T> {
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 500, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_500_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs } fn get_url( &self, req: &RouterDataV2<RSync, RefundFlowData, RefundSyncData, RefundsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { let connector_refund_id = req.request.connector_refund_id.clone(); Ok(format!( "{}v2/card-transactions/{connector_refund_id}", self.connector_base_url_refunds(req) )) } } ); // Stub implementations for unsupported flows impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< SetupMandate, PaymentFlowData, SetupMandateRequestData<T>, PaymentsResponseData, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< CreateOrder, PaymentFlowData, PaymentCreateOrderData, PaymentCreateOrderResponse, > for Helcim<T> { } impl<
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 500, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_525_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs PaymentFlowData, SetupMandateRequestData<T>, PaymentsResponseData, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, >
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 525, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_525_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs PaymentFlowData, SetupMandateRequestData<T>, PaymentsResponseData, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< CreateOrder, PaymentFlowData, PaymentCreateOrderData, PaymentCreateOrderResponse, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 525, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_525_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs PaymentFlowData, SetupMandateRequestData<T>, PaymentsResponseData, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< CreateOrder, PaymentFlowData, PaymentCreateOrderData, PaymentCreateOrderResponse, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<SubmitEvidence, DisputeFlowData, SubmitEvidenceData, DisputeResponseData> for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<DefendDispute, DisputeFlowData, DisputeDefendData, DisputeResponseData> for Helcim<T> { } impl<
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 525, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_550_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<SubmitEvidence, DisputeFlowData, SubmitEvidenceData, DisputeResponseData> for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 550, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_550_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<SubmitEvidence, DisputeFlowData, SubmitEvidenceData, DisputeResponseData> for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<DefendDispute, DisputeFlowData, DisputeDefendData, DisputeResponseData> for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 550, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_550_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<SubmitEvidence, DisputeFlowData, SubmitEvidenceData, DisputeResponseData> for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<DefendDispute, DisputeFlowData, DisputeDefendData, DisputeResponseData> for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<Accept, DisputeFlowData, AcceptDisputeData, DisputeResponseData> for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<RepeatPayment, PaymentFlowData, RepeatPaymentData, PaymentsResponseData> for Helcim<T> { } impl<
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 550, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_575_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<Accept, DisputeFlowData, AcceptDisputeData, DisputeResponseData> for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 575, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_575_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<Accept, DisputeFlowData, AcceptDisputeData, DisputeResponseData> for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<RepeatPayment, PaymentFlowData, RepeatPaymentData, PaymentsResponseData> for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 575, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_575_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<Accept, DisputeFlowData, AcceptDisputeData, DisputeResponseData> for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<RepeatPayment, PaymentFlowData, RepeatPaymentData, PaymentsResponseData> for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< CreateSessionToken, PaymentFlowData, SessionTokenRequestData, SessionTokenResponseData, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 575, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_600_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< CreateSessionToken, PaymentFlowData, SessionTokenRequestData, SessionTokenResponseData, > for Helcim<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 600, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_600_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< CreateSessionToken, PaymentFlowData, SessionTokenRequestData, SessionTokenResponseData, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< domain_types::connector_flow::PaymentMethodToken, PaymentFlowData, domain_types::connector_types::PaymentMethodTokenizationData<T>, domain_types::connector_types::PaymentMethodTokenResponse, > for Helcim<T>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 600, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_600_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< CreateSessionToken, PaymentFlowData, SessionTokenRequestData, SessionTokenResponseData, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< domain_types::connector_flow::PaymentMethodToken, PaymentFlowData, domain_types::connector_types::PaymentMethodTokenizationData<T>, domain_types::connector_types::PaymentMethodTokenResponse, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< domain_types::connector_flow::CreateAccessToken, PaymentFlowData, domain_types::connector_types::AccessTokenRequestData, domain_types::connector_types::AccessTokenResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 600, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_625_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs domain_types::connector_flow::PaymentMethodToken, PaymentFlowData, domain_types::connector_types::PaymentMethodTokenizationData<T>, domain_types::connector_types::PaymentMethodTokenResponse, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 625, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_625_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs domain_types::connector_flow::PaymentMethodToken, PaymentFlowData, domain_types::connector_types::PaymentMethodTokenizationData<T>, domain_types::connector_types::PaymentMethodTokenResponse, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< domain_types::connector_flow::CreateAccessToken, PaymentFlowData, domain_types::connector_types::AccessTokenRequestData, domain_types::connector_types::AccessTokenResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< PreAuthenticate, PaymentFlowData, PaymentsPreAuthenticateData<T>, PaymentsResponseData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 625, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_625_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs domain_types::connector_flow::PaymentMethodToken, PaymentFlowData, domain_types::connector_types::PaymentMethodTokenizationData<T>, domain_types::connector_types::PaymentMethodTokenResponse, > for Helcim<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< domain_types::connector_flow::CreateAccessToken, PaymentFlowData, domain_types::connector_types::AccessTokenRequestData, domain_types::connector_types::AccessTokenResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< PreAuthenticate, PaymentFlowData, PaymentsPreAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< Authenticate, PaymentFlowData, PaymentsAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< PostAuthenticate, PaymentFlowData, PaymentsPostAuthenticateData<T>, PaymentsResponseData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 625, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_650_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs ConnectorIntegrationV2< PreAuthenticate, PaymentFlowData, PaymentsPreAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< Authenticate, PaymentFlowData, PaymentsAuthenticateData<T>, PaymentsResponseData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 650, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_650_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs ConnectorIntegrationV2< PreAuthenticate, PaymentFlowData, PaymentsPreAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< Authenticate, PaymentFlowData, PaymentsAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< PostAuthenticate, PaymentFlowData, PaymentsPostAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 650, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_650_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs ConnectorIntegrationV2< PreAuthenticate, PaymentFlowData, PaymentsPreAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< Authenticate, PaymentFlowData, PaymentsAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< PostAuthenticate, PaymentFlowData, PaymentsPostAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateConnectorCustomer, PaymentFlowData, ConnectorCustomerData, ConnectorCustomerResponse, > for Helcim<T> { } // SourceVerification implementations for all flows impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData, > for Helcim<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 650, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_675_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateConnectorCustomer, PaymentFlowData, ConnectorCustomerData, ConnectorCustomerResponse, > for Helcim<T> { } // SourceVerification implementations for all flows
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 675, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_675_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateConnectorCustomer, PaymentFlowData, ConnectorCustomerData, ConnectorCustomerResponse, > for Helcim<T> { } // SourceVerification implementations for all flows impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< PSync, PaymentFlowData, PaymentsSyncData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 675, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_675_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateConnectorCustomer, PaymentFlowData, ConnectorCustomerData, ConnectorCustomerResponse, > for Helcim<T> { } // SourceVerification implementations for all flows impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Void, PaymentFlowData, PaymentVoidData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 675, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_700_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Capture, PaymentFlowData, PaymentsCaptureData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 700, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_700_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Void, PaymentFlowData, PaymentVoidData, PaymentsResponseData, > for Helcim<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 700, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_700_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Void, PaymentFlowData, PaymentVoidData, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Refund, RefundFlowData, RefundsData, RefundsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< RSync, RefundFlowData, RefundSyncData, RefundsResponseData, > for Helcim<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 700, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_725_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Refund, RefundFlowData, RefundsData, RefundsResponseData, > for Helcim<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 725, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_725_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Refund, RefundFlowData, RefundsData, RefundsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< RSync, RefundFlowData, RefundSyncData, RefundsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< SetupMandate, PaymentFlowData, SetupMandateRequestData<T>,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 725, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_725_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Refund, RefundFlowData, RefundsData, RefundsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< RSync, RefundFlowData, RefundSyncData, RefundsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< SetupMandate, PaymentFlowData, SetupMandateRequestData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Accept, DisputeFlowData, AcceptDisputeData, DisputeResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< SubmitEvidence, DisputeFlowData, SubmitEvidenceData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 725, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_750_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< SetupMandate, PaymentFlowData, SetupMandateRequestData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Accept, DisputeFlowData, AcceptDisputeData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 750, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_750_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< SetupMandate, PaymentFlowData, SetupMandateRequestData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Accept, DisputeFlowData, AcceptDisputeData, DisputeResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< SubmitEvidence, DisputeFlowData, SubmitEvidenceData, DisputeResponseData, > for Helcim<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 750, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_750_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< SetupMandate, PaymentFlowData, SetupMandateRequestData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Accept, DisputeFlowData, AcceptDisputeData, DisputeResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< SubmitEvidence, DisputeFlowData, SubmitEvidenceData, DisputeResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< DefendDispute, DisputeFlowData, DisputeDefendData, DisputeResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< CreateOrder, PaymentFlowData, PaymentCreateOrderData, PaymentCreateOrderResponse, > for Helcim<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 750, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_775_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs DisputeResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< DefendDispute, DisputeFlowData, DisputeDefendData, DisputeResponseData, > for Helcim<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 775, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_775_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs DisputeResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< DefendDispute, DisputeFlowData, DisputeDefendData, DisputeResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< CreateOrder, PaymentFlowData, PaymentCreateOrderData, PaymentCreateOrderResponse, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< RepeatPayment, PaymentFlowData, RepeatPaymentData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 775, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_775_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs DisputeResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< DefendDispute, DisputeFlowData, DisputeDefendData, DisputeResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< CreateOrder, PaymentFlowData, PaymentCreateOrderData, PaymentCreateOrderResponse, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< RepeatPayment, PaymentFlowData, RepeatPaymentData, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< CreateSessionToken, PaymentFlowData, SessionTokenRequestData, SessionTokenResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< domain_types::connector_flow::PaymentMethodToken, PaymentFlowData, domain_types::connector_types::PaymentMethodTokenizationData<T>,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 775, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_800_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< RepeatPayment, PaymentFlowData, RepeatPaymentData, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< CreateSessionToken, PaymentFlowData, SessionTokenRequestData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 800, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_800_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< RepeatPayment, PaymentFlowData, RepeatPaymentData, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< CreateSessionToken, PaymentFlowData, SessionTokenRequestData, SessionTokenResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< domain_types::connector_flow::PaymentMethodToken, PaymentFlowData, domain_types::connector_types::PaymentMethodTokenizationData<T>, domain_types::connector_types::PaymentMethodTokenResponse, > for Helcim<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 800, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_800_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< RepeatPayment, PaymentFlowData, RepeatPaymentData, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< CreateSessionToken, PaymentFlowData, SessionTokenRequestData, SessionTokenResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< domain_types::connector_flow::PaymentMethodToken, PaymentFlowData, domain_types::connector_types::PaymentMethodTokenizationData<T>, domain_types::connector_types::PaymentMethodTokenResponse, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< domain_types::connector_flow::CreateAccessToken, PaymentFlowData, domain_types::connector_types::AccessTokenRequestData, domain_types::connector_types::AccessTokenResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< PreAuthenticate, PaymentFlowData, PaymentsPreAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 800, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_825_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs domain_types::connector_types::PaymentMethodTokenResponse, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< domain_types::connector_flow::CreateAccessToken, PaymentFlowData, domain_types::connector_types::AccessTokenRequestData, domain_types::connector_types::AccessTokenResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 825, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_825_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs domain_types::connector_types::PaymentMethodTokenResponse, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< domain_types::connector_flow::CreateAccessToken, PaymentFlowData, domain_types::connector_types::AccessTokenRequestData, domain_types::connector_types::AccessTokenResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< PreAuthenticate, PaymentFlowData, PaymentsPreAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Authenticate, PaymentFlowData, PaymentsAuthenticateData<T>, PaymentsResponseData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 825, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_825_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs domain_types::connector_types::PaymentMethodTokenResponse, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< domain_types::connector_flow::CreateAccessToken, PaymentFlowData, domain_types::connector_types::AccessTokenRequestData, domain_types::connector_types::AccessTokenResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< PreAuthenticate, PaymentFlowData, PaymentsPreAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< Authenticate, PaymentFlowData, PaymentsAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< PostAuthenticate, PaymentFlowData, PaymentsPostAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< CreateConnectorCustomer, PaymentFlowData, ConnectorCustomerData, ConnectorCustomerResponse,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 825, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_850_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs interfaces::verification::SourceVerification< Authenticate, PaymentFlowData, PaymentsAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< PostAuthenticate, PaymentFlowData, PaymentsPostAuthenticateData<T>, PaymentsResponseData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 850, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_850_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs interfaces::verification::SourceVerification< Authenticate, PaymentFlowData, PaymentsAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< PostAuthenticate, PaymentFlowData, PaymentsPostAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< CreateConnectorCustomer, PaymentFlowData, ConnectorCustomerData, ConnectorCustomerResponse, > for Helcim<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 28, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 850, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_-2841440142200969754_850_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/helcim.rs interfaces::verification::SourceVerification< Authenticate, PaymentFlowData, PaymentsAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< PostAuthenticate, PaymentFlowData, PaymentsPostAuthenticateData<T>, PaymentsResponseData, > for Helcim<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> interfaces::verification::SourceVerification< CreateConnectorCustomer, PaymentFlowData, ConnectorCustomerData, ConnectorCustomerResponse, > for Helcim<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 28, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 850, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_0_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs pub mod transformers; use std::fmt::Debug; use common_enums::CurrencyUnit; use common_utils::{errors::CustomResult, events, ext_traits::ByteSliceExt, StringMajorUnit}; use domain_types::{ connector_flow::{ Accept, Authenticate, Authorize, Capture, CreateAccessToken, CreateConnectorCustomer, CreateOrder, CreateSessionToken, DefendDispute, PSync, PaymentMethodToken, PostAuthenticate, PreAuthenticate, RSync, Refund, RepeatPayment, SetupMandate, SubmitEvidence, Void, VoidPC, }, connector_types::{ AcceptDisputeData, AccessTokenRequestData, AccessTokenResponseData, ConnectorCustomerData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 0, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_0_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs pub mod transformers; use std::fmt::Debug; use common_enums::CurrencyUnit; use common_utils::{errors::CustomResult, events, ext_traits::ByteSliceExt, StringMajorUnit}; use domain_types::{ connector_flow::{ Accept, Authenticate, Authorize, Capture, CreateAccessToken, CreateConnectorCustomer, CreateOrder, CreateSessionToken, DefendDispute, PSync, PaymentMethodToken, PostAuthenticate, PreAuthenticate, RSync, Refund, RepeatPayment, SetupMandate, SubmitEvidence, Void, VoidPC, }, connector_types::{ AcceptDisputeData, AccessTokenRequestData, AccessTokenResponseData, ConnectorCustomerData, ConnectorCustomerResponse, DisputeDefendData, DisputeFlowData, DisputeResponseData, PaymentCreateOrderData, PaymentCreateOrderResponse, PaymentFlowData, PaymentMethodTokenResponse, PaymentMethodTokenizationData, PaymentVoidData, PaymentsAuthenticateData, PaymentsAuthorizeData, PaymentsCancelPostCaptureData, PaymentsCaptureData, PaymentsPostAuthenticateData, PaymentsPreAuthenticateData, PaymentsResponseData, PaymentsSyncData, RefundFlowData, RefundSyncData, RefundsData, RefundsResponseData, RepeatPaymentData, SessionTokenRequestData, SessionTokenResponseData, SetupMandateRequestData, SubmitEvidenceData, }, errors::{self, ConnectorError}, payment_method_data::PaymentMethodDataTypes, router_data::{ConnectorAuthType, ErrorResponse}, router_data_v2::RouterDataV2, router_response_types::Response, types::Connectors,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 0, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_0_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs pub mod transformers; use std::fmt::Debug; use common_enums::CurrencyUnit; use common_utils::{errors::CustomResult, events, ext_traits::ByteSliceExt, StringMajorUnit}; use domain_types::{ connector_flow::{ Accept, Authenticate, Authorize, Capture, CreateAccessToken, CreateConnectorCustomer, CreateOrder, CreateSessionToken, DefendDispute, PSync, PaymentMethodToken, PostAuthenticate, PreAuthenticate, RSync, Refund, RepeatPayment, SetupMandate, SubmitEvidence, Void, VoidPC, }, connector_types::{ AcceptDisputeData, AccessTokenRequestData, AccessTokenResponseData, ConnectorCustomerData, ConnectorCustomerResponse, DisputeDefendData, DisputeFlowData, DisputeResponseData, PaymentCreateOrderData, PaymentCreateOrderResponse, PaymentFlowData, PaymentMethodTokenResponse, PaymentMethodTokenizationData, PaymentVoidData, PaymentsAuthenticateData, PaymentsAuthorizeData, PaymentsCancelPostCaptureData, PaymentsCaptureData, PaymentsPostAuthenticateData, PaymentsPreAuthenticateData, PaymentsResponseData, PaymentsSyncData, RefundFlowData, RefundSyncData, RefundsData, RefundsResponseData, RepeatPaymentData, SessionTokenRequestData, SessionTokenResponseData, SetupMandateRequestData, SubmitEvidenceData, }, errors::{self, ConnectorError}, payment_method_data::PaymentMethodDataTypes, router_data::{ConnectorAuthType, ErrorResponse}, router_data_v2::RouterDataV2, router_response_types::Response, types::Connectors, }; use error_stack::{Report, ResultExt}; use hyperswitch_masking::{ExposeInterface, Mask, Maskable}; use interfaces::{ api::ConnectorCommon, connector_integration_v2::ConnectorIntegrationV2, connector_types, }; use serde::Serialize; use super::macros; use crate::{ connectors::mifinity::transformers::{ auth_headers, MifinityAuthType, MifinityErrorResponse, MifinityPaymentsRequest, MifinityPaymentsResponse, MifinityPsyncResponse, }, types::ResponseRouterData, }; pub(crate) mod headers { pub(crate) const CONTENT_TYPE: &str = "Content-Type"; }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 0, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_25_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs payment_method_data::PaymentMethodDataTypes, router_data::{ConnectorAuthType, ErrorResponse}, router_data_v2::RouterDataV2, router_response_types::Response, types::Connectors, }; use error_stack::{Report, ResultExt}; use hyperswitch_masking::{ExposeInterface, Mask, Maskable}; use interfaces::{ api::ConnectorCommon, connector_integration_v2::ConnectorIntegrationV2, connector_types, }; use serde::Serialize; use super::macros; use crate::{
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 25, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_25_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs payment_method_data::PaymentMethodDataTypes, router_data::{ConnectorAuthType, ErrorResponse}, router_data_v2::RouterDataV2, router_response_types::Response, types::Connectors, }; use error_stack::{Report, ResultExt}; use hyperswitch_masking::{ExposeInterface, Mask, Maskable}; use interfaces::{ api::ConnectorCommon, connector_integration_v2::ConnectorIntegrationV2, connector_types, }; use serde::Serialize; use super::macros; use crate::{ connectors::mifinity::transformers::{ auth_headers, MifinityAuthType, MifinityErrorResponse, MifinityPaymentsRequest, MifinityPaymentsResponse, MifinityPsyncResponse, }, types::ResponseRouterData, }; pub(crate) mod headers { pub(crate) const CONTENT_TYPE: &str = "Content-Type"; } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentPreAuthenticateV2<T> for Mifinity<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 25, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_25_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs payment_method_data::PaymentMethodDataTypes, router_data::{ConnectorAuthType, ErrorResponse}, router_data_v2::RouterDataV2, router_response_types::Response, types::Connectors, }; use error_stack::{Report, ResultExt}; use hyperswitch_masking::{ExposeInterface, Mask, Maskable}; use interfaces::{ api::ConnectorCommon, connector_integration_v2::ConnectorIntegrationV2, connector_types, }; use serde::Serialize; use super::macros; use crate::{ connectors::mifinity::transformers::{ auth_headers, MifinityAuthType, MifinityErrorResponse, MifinityPaymentsRequest, MifinityPaymentsResponse, MifinityPsyncResponse, }, types::ResponseRouterData, }; pub(crate) mod headers { pub(crate) const CONTENT_TYPE: &str = "Content-Type"; } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentPreAuthenticateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentAuthenticateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentPostAuthenticateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::ConnectorServiceTrait<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentAuthorizeV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 25, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_50_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentPreAuthenticateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentAuthenticateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentPostAuthenticateV2<T> for Mifinity<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 50, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_50_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentPreAuthenticateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentAuthenticateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentPostAuthenticateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::ConnectorServiceTrait<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentAuthorizeV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentSyncV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentVoidV2 for Mifinity<T>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 50, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_50_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentPreAuthenticateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentAuthenticateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentPostAuthenticateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::ConnectorServiceTrait<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentAuthorizeV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentSyncV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentVoidV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RefundSyncV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RefundV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentCapture for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::ValidationTrait for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::SetupMandateV2<T> for Mifinity<T>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 50, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_75_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs connector_types::PaymentSyncV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentVoidV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RefundSyncV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RefundV2 for Mifinity<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 75, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_75_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs connector_types::PaymentSyncV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentVoidV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RefundSyncV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RefundV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentCapture for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::ValidationTrait for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::SetupMandateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RepeatPaymentV2 for Mifinity<T> {
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 75, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_75_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs connector_types::PaymentSyncV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentVoidV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RefundSyncV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RefundV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentCapture for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::ValidationTrait for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::SetupMandateV2<T> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RepeatPaymentV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentVoidPostCaptureV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::AcceptDispute for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::SubmitEvidenceV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::DisputeDefend for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::IncomingWebhook for Mifinity<T> {
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 75, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_100_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RepeatPaymentV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentVoidPostCaptureV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::AcceptDispute for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 100, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_100_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RepeatPaymentV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentVoidPostCaptureV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::AcceptDispute for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::SubmitEvidenceV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::DisputeDefend for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::IncomingWebhook for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentOrderCreate for Mifinity<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 100, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_100_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::RepeatPaymentV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentVoidPostCaptureV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::AcceptDispute for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::SubmitEvidenceV2 for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::DisputeDefend for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::IncomingWebhook for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentOrderCreate for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentSessionToken for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentAccessToken for Mifinity<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > connector_types::CreateConnectorCustomer for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentTokenV2<T> for Mifinity<T>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 100, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_125_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentOrderCreate for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentSessionToken for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentAccessToken for Mifinity<T> { } impl< T: PaymentMethodDataTypes
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 125, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_125_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentOrderCreate for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentSessionToken for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentAccessToken for Mifinity<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > connector_types::CreateConnectorCustomer for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentTokenV2<T> for Mifinity<T> { } const API_VERSION: &str = "1";
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 125, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_125_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentOrderCreate for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentSessionToken for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentAccessToken for Mifinity<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > connector_types::CreateConnectorCustomer for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> connector_types::PaymentTokenV2<T> for Mifinity<T> { } const API_VERSION: &str = "1"; macros::create_all_prerequisites!( connector_name: Mifinity, generic_type: T, api: [ ( flow: Authorize, request_body: MifinityPaymentsRequest, response_body: MifinityPaymentsResponse, router_data: RouterDataV2<Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData>, ), ( flow: PSync, response_body: MifinityPsyncResponse, router_data: RouterDataV2<PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData>, ) ], amount_converters: [ amount_converter: StringMajorUnit ], member_functions: {
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 125, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_150_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs { } const API_VERSION: &str = "1"; macros::create_all_prerequisites!( connector_name: Mifinity, generic_type: T, api: [ ( flow: Authorize, request_body: MifinityPaymentsRequest, response_body: MifinityPaymentsResponse, router_data: RouterDataV2<Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData>, ),
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 150, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_150_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs { } const API_VERSION: &str = "1"; macros::create_all_prerequisites!( connector_name: Mifinity, generic_type: T, api: [ ( flow: Authorize, request_body: MifinityPaymentsRequest, response_body: MifinityPaymentsResponse, router_data: RouterDataV2<Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData>, ), ( flow: PSync, response_body: MifinityPsyncResponse, router_data: RouterDataV2<PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData>, ) ], amount_converters: [ amount_converter: StringMajorUnit ], member_functions: { pub fn build_headers<F, FCD, Req, Res>( &self, req: &RouterDataV2<F, FCD, Req, Res>, ) -> CustomResult<Vec<(String, Maskable<String>)>, ConnectorError> { let mut header = vec![(
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 150, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_150_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs { } const API_VERSION: &str = "1"; macros::create_all_prerequisites!( connector_name: Mifinity, generic_type: T, api: [ ( flow: Authorize, request_body: MifinityPaymentsRequest, response_body: MifinityPaymentsResponse, router_data: RouterDataV2<Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData>, ), ( flow: PSync, response_body: MifinityPsyncResponse, router_data: RouterDataV2<PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData>, ) ], amount_converters: [ amount_converter: StringMajorUnit ], member_functions: { pub fn build_headers<F, FCD, Req, Res>( &self, req: &RouterDataV2<F, FCD, Req, Res>, ) -> CustomResult<Vec<(String, Maskable<String>)>, ConnectorError> { let mut header = vec![( headers::CONTENT_TYPE.to_string(), "application/json".to_string().into(), ), ( auth_headers::API_VERSION.to_string(), API_VERSION.to_string().into(), ), ]; let mut auth_header = self.get_auth_header(&req.connector_auth_type)?; header.append(&mut auth_header); Ok(header) } pub fn connector_base_url_payments<'a, F, Req, Res>( &self, req: &'a RouterDataV2<F, PaymentFlowData, Req, Res>, ) -> &'a str { &req.resource_common_data.connectors.mifinity.base_url } }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 150, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_175_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs pub fn build_headers<F, FCD, Req, Res>( &self, req: &RouterDataV2<F, FCD, Req, Res>, ) -> CustomResult<Vec<(String, Maskable<String>)>, ConnectorError> { let mut header = vec![( headers::CONTENT_TYPE.to_string(), "application/json".to_string().into(), ), ( auth_headers::API_VERSION.to_string(), API_VERSION.to_string().into(), ), ]; let mut auth_header = self.get_auth_header(&req.connector_auth_type)?; header.append(&mut auth_header);
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 175, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_175_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs pub fn build_headers<F, FCD, Req, Res>( &self, req: &RouterDataV2<F, FCD, Req, Res>, ) -> CustomResult<Vec<(String, Maskable<String>)>, ConnectorError> { let mut header = vec![( headers::CONTENT_TYPE.to_string(), "application/json".to_string().into(), ), ( auth_headers::API_VERSION.to_string(), API_VERSION.to_string().into(), ), ]; let mut auth_header = self.get_auth_header(&req.connector_auth_type)?; header.append(&mut auth_header); Ok(header) } pub fn connector_base_url_payments<'a, F, Req, Res>( &self, req: &'a RouterDataV2<F, PaymentFlowData, Req, Res>, ) -> &'a str { &req.resource_common_data.connectors.mifinity.base_url } } ); macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Mifinity,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 175, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_175_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs pub fn build_headers<F, FCD, Req, Res>( &self, req: &RouterDataV2<F, FCD, Req, Res>, ) -> CustomResult<Vec<(String, Maskable<String>)>, ConnectorError> { let mut header = vec![( headers::CONTENT_TYPE.to_string(), "application/json".to_string().into(), ), ( auth_headers::API_VERSION.to_string(), API_VERSION.to_string().into(), ), ]; let mut auth_header = self.get_auth_header(&req.connector_auth_type)?; header.append(&mut auth_header); Ok(header) } pub fn connector_base_url_payments<'a, F, Req, Res>( &self, req: &'a RouterDataV2<F, PaymentFlowData, Req, Res>, ) -> &'a str { &req.resource_common_data.connectors.mifinity.base_url } } ); macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Mifinity, curl_request: Json(MifinityPaymentsRequest), curl_response: MifinityPaymentsResponse, flow_name: Authorize, resource_common_data: PaymentFlowData, flow_request: PaymentsAuthorizeData<T>, flow_response: PaymentsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> {
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 175, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_200_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs ); macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Mifinity, curl_request: Json(MifinityPaymentsRequest), curl_response: MifinityPaymentsResponse, flow_name: Authorize, resource_common_data: PaymentFlowData, flow_request: PaymentsAuthorizeData<T>, flow_response: PaymentsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: {
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 200, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_200_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs ); macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Mifinity, curl_request: Json(MifinityPaymentsRequest), curl_response: MifinityPaymentsResponse, flow_name: Authorize, resource_common_data: PaymentFlowData, flow_request: PaymentsAuthorizeData<T>, flow_response: PaymentsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { Ok(format!("{}pegasus-ci/api/gateway/init-iframe", self.connector_base_url_payments(req))) } } );
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 200, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_200_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs ); macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Mifinity, curl_request: Json(MifinityPaymentsRequest), curl_response: MifinityPaymentsResponse, flow_name: Authorize, resource_common_data: PaymentFlowData, flow_request: PaymentsAuthorizeData<T>, flow_response: PaymentsResponseData, http_method: Post, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<Authorize, PaymentFlowData, PaymentsAuthorizeData<T>, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { Ok(format!("{}pegasus-ci/api/gateway/init-iframe", self.connector_base_url_payments(req))) } } ); macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Mifinity, curl_response: MifinityPsyncResponse, flow_name: PSync, resource_common_data: PaymentFlowData, flow_request: PaymentsSyncData, flow_response: PaymentsResponseData, http_method: Get, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 200, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_225_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs Ok(format!("{}pegasus-ci/api/gateway/init-iframe", self.connector_base_url_payments(req))) } } ); macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Mifinity, curl_response: MifinityPsyncResponse, flow_name: PSync, resource_common_data: PaymentFlowData, flow_request: PaymentsSyncData, flow_response: PaymentsResponseData, http_method: Get, generic_type: T,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 225, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_225_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs Ok(format!("{}pegasus-ci/api/gateway/init-iframe", self.connector_base_url_payments(req))) } } ); macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Mifinity, curl_response: MifinityPsyncResponse, flow_name: PSync, resource_common_data: PaymentFlowData, flow_request: PaymentsSyncData, flow_response: PaymentsResponseData, http_method: Get, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { let merchant_id = &req.resource_common_data.merchant_id; let payment_id = &req.resource_common_data.connector_request_reference_id; Ok(format!(
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 225, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_225_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs Ok(format!("{}pegasus-ci/api/gateway/init-iframe", self.connector_base_url_payments(req))) } } ); macros::macro_connector_implementation!( connector_default_implementations: [get_content_type, get_error_response_v2], connector: Mifinity, curl_response: MifinityPsyncResponse, flow_name: PSync, resource_common_data: PaymentFlowData, flow_request: PaymentsSyncData, flow_response: PaymentsResponseData, http_method: Get, generic_type: T, [PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize], other_functions: { fn get_headers( &self, req: &RouterDataV2<PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData>, ) -> CustomResult<Vec<(String, Maskable<String>)>, errors::ConnectorError> { self.build_headers(req) } fn get_url( &self, req: &RouterDataV2<PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { let merchant_id = &req.resource_common_data.merchant_id; let payment_id = &req.resource_common_data.connector_request_reference_id; Ok(format!( "{}api/gateway/payment-status/payment_validation_key_{}_{}", self.connector_base_url_payments(req), merchant_id.get_string_repr(), payment_id )) } } ); impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Void, PaymentFlowData, PaymentVoidData, PaymentsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<RSync, RefundFlowData, RefundSyncData, RefundsResponseData> for Mifinity<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 225, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_250_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs req: &RouterDataV2<PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { let merchant_id = &req.resource_common_data.merchant_id; let payment_id = &req.resource_common_data.connector_request_reference_id; Ok(format!( "{}api/gateway/payment-status/payment_validation_key_{}_{}", self.connector_base_url_payments(req), merchant_id.get_string_repr(), payment_id )) } } ); impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 250, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_250_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs req: &RouterDataV2<PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { let merchant_id = &req.resource_common_data.merchant_id; let payment_id = &req.resource_common_data.connector_request_reference_id; Ok(format!( "{}api/gateway/payment-status/payment_validation_key_{}_{}", self.connector_base_url_payments(req), merchant_id.get_string_repr(), payment_id )) } } ); impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Void, PaymentFlowData, PaymentVoidData, PaymentsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<RSync, RefundFlowData, RefundSyncData, RefundsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Refund, RefundFlowData, RefundsData, RefundsResponseData> for Mifinity<T> {
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 250, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_250_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs req: &RouterDataV2<PSync, PaymentFlowData, PaymentsSyncData, PaymentsResponseData>, ) -> CustomResult<String, errors::ConnectorError> { let merchant_id = &req.resource_common_data.merchant_id; let payment_id = &req.resource_common_data.connector_request_reference_id; Ok(format!( "{}api/gateway/payment-status/payment_validation_key_{}_{}", self.connector_base_url_payments(req), merchant_id.get_string_repr(), payment_id )) } } ); impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Void, PaymentFlowData, PaymentVoidData, PaymentsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<RSync, RefundFlowData, RefundSyncData, RefundsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Refund, RefundFlowData, RefundsData, RefundsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< SetupMandate, PaymentFlowData, SetupMandateRequestData<T>, PaymentsResponseData, > for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Accept, DisputeFlowData, AcceptDisputeData, DisputeResponseData> for Mifinity<T>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 250, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_275_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Refund, RefundFlowData, RefundsData, RefundsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 275, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_275_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Refund, RefundFlowData, RefundsData, RefundsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< SetupMandate, PaymentFlowData, SetupMandateRequestData<T>, PaymentsResponseData, > for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Accept, DisputeFlowData, AcceptDisputeData, DisputeResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<SubmitEvidence, DisputeFlowData, SubmitEvidenceData, DisputeResponseData> for Mifinity<T>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 275, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_275_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Refund, RefundFlowData, RefundsData, RefundsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Capture, PaymentFlowData, PaymentsCaptureData, PaymentsResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< SetupMandate, PaymentFlowData, SetupMandateRequestData<T>, PaymentsResponseData, > for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<Accept, DisputeFlowData, AcceptDisputeData, DisputeResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<SubmitEvidence, DisputeFlowData, SubmitEvidenceData, DisputeResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<DefendDispute, DisputeFlowData, DisputeDefendData, DisputeResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateOrder, PaymentFlowData, PaymentCreateOrderData, PaymentCreateOrderResponse, > for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateSessionToken, PaymentFlowData,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 275, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_300_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<SubmitEvidence, DisputeFlowData, SubmitEvidenceData, DisputeResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<DefendDispute, DisputeFlowData, DisputeDefendData, DisputeResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateOrder,
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 300, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_300_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<SubmitEvidence, DisputeFlowData, SubmitEvidenceData, DisputeResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<DefendDispute, DisputeFlowData, DisputeDefendData, DisputeResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateOrder, PaymentFlowData, PaymentCreateOrderData, PaymentCreateOrderResponse, > for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateSessionToken, PaymentFlowData, SessionTokenRequestData, SessionTokenResponseData, > for Mifinity<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 300, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_300_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<SubmitEvidence, DisputeFlowData, SubmitEvidenceData, DisputeResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2<DefendDispute, DisputeFlowData, DisputeDefendData, DisputeResponseData> for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateOrder, PaymentFlowData, PaymentCreateOrderData, PaymentCreateOrderResponse, > for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateSessionToken, PaymentFlowData, SessionTokenRequestData, SessionTokenResponseData, > for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateAccessToken, PaymentFlowData, AccessTokenRequestData, AccessTokenResponseData, > for Mifinity<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2<
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 300, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_325_15
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs SessionTokenRequestData, SessionTokenResponseData, > for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateAccessToken, PaymentFlowData, AccessTokenRequestData, AccessTokenResponseData, > for Mifinity<T> { }
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 15, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 325, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_325_30
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs SessionTokenRequestData, SessionTokenResponseData, > for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateAccessToken, PaymentFlowData, AccessTokenRequestData, AccessTokenResponseData, > for Mifinity<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< CreateConnectorCustomer, PaymentFlowData, ConnectorCustomerData, ConnectorCustomerResponse, > for Mifinity<T>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 30, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 325, "struct_name": null, "total_crates": null, "trait_name": null }
connector-service_snippet_2096961394584609998_325_50
clm
snippet
// connector-service/backend/connector-integration/src/connectors/mifinity.rs SessionTokenRequestData, SessionTokenResponseData, > for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize> ConnectorIntegrationV2< CreateAccessToken, PaymentFlowData, AccessTokenRequestData, AccessTokenResponseData, > for Mifinity<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< CreateConnectorCustomer, PaymentFlowData, ConnectorCustomerData, ConnectorCustomerResponse, > for Mifinity<T> { } impl< T: PaymentMethodDataTypes + std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static + Serialize, > ConnectorIntegrationV2< PaymentMethodToken, PaymentFlowData, PaymentMethodTokenizationData<T>, PaymentMethodTokenResponse, > for Mifinity<T> { } impl<T: PaymentMethodDataTypes + Debug + Sync + Send + 'static + Serialize>
{ "chunk": null, "crate": "connector-integration", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": 50, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "connector-service", "start_line": 325, "struct_name": null, "total_crates": null, "trait_name": null }