id
stringlengths 20
153
| type
stringclasses 1
value | granularity
stringclasses 14
values | content
stringlengths 16
84.3k
| metadata
dict |
|---|---|---|---|---|
hyperswitch_struct_hyperswitch_connectors_6346301707081257382
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuAuthUpdateRequest {
grant_type: String,
client_id: Secret<String>,
client_secret: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuAuthUpdateRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3796527971312667382
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuAuthUpdateResponse {
pub access_token: Secret<String>,
pub token_type: String,
pub expires_in: i64,
pub grant_type: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuAuthUpdateResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8420971649732314953
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuPaymentsCancelResponse {
pub order_id: String,
pub ext_order_id: Option<String>,
pub status: PayuPaymentStatusData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuPaymentsCancelResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7413613783879745533
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuPaymentStatusData {
status_code: PayuPaymentStatus,
severity: Option<String>,
status_desc: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuPaymentStatusData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8732891354253527590
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuProductData {
name: String,
unit_price: String,
quantity: String,
#[serde(rename = "virtual")]
virtually: Option<bool>,
listing_date: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuProductData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3706296122322815821
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuOrderResponseData {
order_id: String,
ext_order_id: Option<String>,
order_create_date: String,
notify_url: Option<String>,
customer_ip: Secret<String, IpAddress>,
merchant_pos_id: Secret<String>,
description: String,
validity_time: Option<String>,
currency_code: enums::Currency,
total_amount: String,
buyer: Option<PayuOrderResponseBuyerData>,
pay_method: Option<PayuOrderResponsePayMethod>,
products: Option<Vec<PayuProductData>>,
status: OrderStatus,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuOrderResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5658677517392355112
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuOrderResponseBuyerData {
ext_customer_id: Option<String>,
email: Option<Email>,
phone: Option<Secret<String>>,
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
#[serde(rename = "nin")]
national_identification_number: Option<Secret<String>>,
language: Option<String>,
delivery: Option<String>,
customer_id: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuOrderResponseBuyerData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2357994935051869627
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuOrderResponseProperty {
name: String,
value: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuOrderResponseProperty",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3558793114888380498
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuPaymentsSyncResponse {
orders: Vec<PayuOrderResponseData>,
status: PayuPaymentStatusData,
properties: Option<Vec<PayuOrderResponseProperty>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuPaymentsSyncResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6640808023680147811
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuRefundRequestData {
description: String,
amount: Option<MinorUnit>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuRefundRequestData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2963057317224053329
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuRefundRequest {
refund: PayuRefundRequestData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-9108974136616789691
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuRefundResponseData {
refund_id: String,
ext_refund_id: String,
amount: String,
currency_code: enums::Currency,
description: String,
creation_date_time: String,
status: RefundStatus,
status_date_time: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuRefundResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct RefundResponse {
refund: PayuRefundResponseData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RefundResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7309758592179393448
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct RefundSyncResponse {
refunds: Vec<PayuRefundResponseData>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RefundSyncResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-914282680018342527
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuErrorData {
pub status_code: String,
pub code: Option<String>,
pub code_literal: Option<String>,
pub status_desc: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuErrorData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8964571384950875263
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuErrorResponse {
pub status: PayuErrorData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1080548092168470660
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payu/transformers.rs
pub struct PayuAccessTokenErrorResponse {
pub error: String,
pub error_description: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayuAccessTokenErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1917213055624222564
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
pub struct CardPaymentRequest {
pub ssl_transaction_type: TransactionType,
pub ssl_account_id: Secret<String>,
pub ssl_user_id: Secret<String>,
pub ssl_pin: Secret<String>,
pub ssl_amount: StringMajorUnit,
pub ssl_card_number: CardNumber,
pub ssl_exp_date: Secret<String>,
pub ssl_cvv2cvc2: Secret<String>,
pub ssl_email: Email,
#[serde(skip_serializing_if = "Option::is_none")]
pub ssl_add_token: Option<String>,
#[serde(skip_serializing_if = "Option::is_none")]
pub ssl_get_token: Option<String>,
pub ssl_transaction_currency: Currency,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CardPaymentRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_777275160351921248
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
pub struct MandatePaymentRequest {
pub ssl_transaction_type: TransactionType,
pub ssl_account_id: Secret<String>,
pub ssl_user_id: Secret<String>,
pub ssl_pin: Secret<String>,
pub ssl_amount: StringMajorUnit,
pub ssl_email: Email,
pub ssl_token: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "MandatePaymentRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_67013916067166769
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
pub struct ElavonPaymentsResponse {
pub result: ElavonResult,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ElavonPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_542891996975758168
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
pub struct ElavonErrorResponse {
error_code: Option<String>,
error_message: String,
error_name: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ElavonErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6765845607795830228
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
pub struct PaymentResponse {
ssl_result: SslResult,
ssl_txn_id: String,
ssl_result_message: String,
ssl_token: Option<Secret<String>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3406764510585894919
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
struct XmlResponse {
// Error fields
#[serde(rename = "errorCode", default)]
error_code: Option<String>,
#[serde(rename = "errorMessage", default)]
error_message: Option<String>,
#[serde(rename = "errorName", default)]
error_name: Option<String>,
// Success fields
#[serde(rename = "ssl_result", default)]
ssl_result: Option<SslResult>,
#[serde(rename = "ssl_txn_id", default)]
ssl_txn_id: Option<String>,
#[serde(rename = "ssl_result_message", default)]
ssl_result_message: Option<String>,
#[serde(rename = "ssl_token", default)]
ssl_token: Option<Secret<String>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "XmlResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5204021742773273410
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
pub struct PaymentsCaptureRequest {
pub ssl_transaction_type: TransactionType,
pub ssl_account_id: Secret<String>,
pub ssl_user_id: Secret<String>,
pub ssl_pin: Secret<String>,
pub ssl_amount: StringMajorUnit,
pub ssl_txn_id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentsCaptureRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5354765396851097522
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
pub struct PaymentsVoidRequest {
pub ssl_transaction_type: TransactionType,
pub ssl_account_id: Secret<String>,
pub ssl_user_id: Secret<String>,
pub ssl_pin: Secret<String>,
pub ssl_txn_id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentsVoidRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1935448760255019579
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
pub struct ElavonRefundRequest {
pub ssl_transaction_type: TransactionType,
pub ssl_account_id: Secret<String>,
pub ssl_user_id: Secret<String>,
pub ssl_pin: Secret<String>,
pub ssl_amount: StringMajorUnit,
pub ssl_txn_id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ElavonRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7482932384327936165
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
pub struct SyncRequest {
pub ssl_transaction_type: TransactionType,
pub ssl_account_id: Secret<String>,
pub ssl_user_id: Secret<String>,
pub ssl_pin: Secret<String>,
pub ssl_txn_id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "SyncRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_493344733780609392
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/elavon/transformers.rs
pub struct ElavonSyncResponse {
pub ssl_trans_status: TransactionSyncStatus,
pub ssl_transaction_type: SyncTransactionType,
pub ssl_txn_id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ElavonSyncResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6377185649638237129
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatConnectorMetadataObject {
pub site: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatConnectorMetadataObject",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3684820187440325906
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatCpiRequest {
pub user_id: id_type::CustomerId,
pub site: String,
pub user_ip: Secret<String, IpAddress>,
pub currency: Currency,
pub amount: FloatMajorUnit,
pub transaction_id: String,
#[serde(rename = "type")]
pub transaction_type: GidadatTransactionType,
pub sandbox: bool,
pub name: Secret<String>,
pub email: Email,
pub mobile: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatCpiRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8395325616018379359
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatAuthType {
pub campaign_id: Secret<String>,
pub access_token: Secret<String>,
pub security_token: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatAuthType",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5050447617708441646
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatPaymentResponse {
pub token: Secret<String>,
pub data: GigadatPaymentData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatPaymentResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3329925592495466530
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatPaymentData {
pub transaction_id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatPaymentData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-861100205919448712
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatTransactionStatusResponse {
pub status: GigadatPaymentStatus,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatTransactionStatusResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8790062561932512582
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatRefundRequest {
pub amount: FloatMajorUnit,
pub transaction_id: String,
pub campaign_id: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct RefundResponse {
success: bool,
data: GigadatPaymentData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RefundResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4042555660489282374
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatPayoutQuoteRequest {
pub amount: FloatMajorUnit,
pub campaign: Secret<String>,
pub currency: Currency,
pub email: Email,
pub mobile: Secret<String>,
pub name: Secret<String>,
pub site: String,
pub transaction_id: String,
#[serde(rename = "type")]
pub transaction_type: GidadatTransactionType,
pub user_id: id_type::CustomerId,
pub user_ip: Secret<String, IpAddress>,
pub sandbox: bool,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatPayoutQuoteRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7731347687368264370
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatPayoutQuoteResponse {
pub token: Secret<String>,
pub data: GigadatPayoutData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatPayoutQuoteResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_9014879666106746870
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatPayoutData {
pub transaction_id: String,
#[serde(rename = "type")]
pub transaction_type: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatPayoutData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5423520225581360513
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatPayoutMeta {
pub token: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatPayoutMeta",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7589408844937063987
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatPayoutResponse {
pub id: String,
pub status: GigadatPayoutStatus,
pub data: GigadatPayoutData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatPayoutResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4344912132345834544
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatPayoutSyncResponse {
pub status: GigadatPayoutStatus,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatPayoutSyncResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3710461018399702170
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatErrorResponse {
pub err: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5653838633076557850
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatRefundErrorResponse {
pub error: Vec<Error>,
pub message: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatRefundErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-862558042527299253
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct Error {
pub code: Option<String>,
pub detail: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Error",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6802294820941831205
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatWebhookQueryParameters {
pub transaction: String,
pub status: GigadatPaymentStatus,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatWebhookQueryParameters",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7154503680075646456
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gigadat/transformers.rs
pub struct GigadatWebhookKeyValue {
pub key: String,
pub value: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GigadatWebhookKeyValue",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5152992155037943858
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymeRouterData<T> {
pub amount: MinorUnit,
pub router_data: T,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymeRouterData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2758562819542570932
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PayRequest {
buyer_name: Secret<String>,
buyer_email: pii::Email,
payme_sale_id: String,
#[serde(flatten)]
card: PaymeCard,
language: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PayRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5661054662020969351
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct MandateRequest {
currency: enums::Currency,
sale_price: MinorUnit,
transaction_id: String,
product_name: String,
sale_return_url: String,
seller_payme_id: Secret<String>,
sale_callback_url: String,
buyer_key: Secret<String>,
language: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "MandateRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5254932512573961150
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct Pay3dsRequest {
buyer_name: Secret<String>,
buyer_email: pii::Email,
buyer_key: Secret<String>,
payme_sale_id: String,
meta_data_jwt: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Pay3dsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4981116733938216511
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymeQuerySaleRequest {
sale_payme_id: String,
seller_payme_id: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymeQuerySaleRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8717979322194613172
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymeQueryTransactionRequest {
payme_transaction_id: String,
seller_payme_id: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymeQueryTransactionRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_454662952577151861
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymeCard {
credit_card_cvv: Secret<String>,
credit_card_exp: Secret<String>,
credit_card_number: cards::CardNumber,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymeCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7499015793277345760
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct CaptureBuyerRequest {
seller_payme_id: Secret<String>,
#[serde(flatten)]
card: PaymeCard,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CaptureBuyerRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7159079574742698043
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct CaptureBuyerResponse {
buyer_key: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CaptureBuyerResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2338233525696716909
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct GenerateSaleRequest {
currency: enums::Currency,
sale_type: SaleType,
sale_price: MinorUnit,
transaction_id: String,
product_name: String,
sale_return_url: String,
seller_payme_id: Secret<String>,
sale_callback_url: String,
sale_payment_method: SalePaymentMethod,
services: Option<ThreeDs>,
language: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GenerateSaleRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1254881269412094347
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct ThreeDs {
name: ThreeDsType,
settings: ThreeDsSettings,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreeDs",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6143494254145871722
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct ThreeDsSettings {
active: bool,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreeDsSettings",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_393846708796488032
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct GenerateSaleResponse {
payme_sale_id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GenerateSaleResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1319798381211847850
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymeRedirectResponseData {
meta_data: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymeRedirectResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2661862377348413111
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct SaleQueryResponse {
items: Vec<SaleQuery>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "SaleQueryResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5074902647185822855
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct SaleQuery {
sale_status: SaleStatus,
sale_payme_id: String,
sale_error_text: Option<String>,
sale_error_code: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "SaleQuery",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6285258748838078676
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymePaySaleResponse {
sale_status: SaleStatus,
payme_sale_id: String,
payme_transaction_id: Option<String>,
buyer_key: Option<Secret<String>>,
status_error_details: Option<String>,
status_error_code: Option<u32>,
sale_3ds: Option<bool>,
redirect_url: Option<Url>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymePaySaleResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8681710295815179157
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymeMetadata {
payme_transaction_id: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymeMetadata",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2290924977950271759
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymentCaptureRequest {
payme_sale_id: String,
sale_price: MinorUnit,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentCaptureRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5574972684918502731
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymeRefundRequest {
sale_refund_amount: MinorUnit,
payme_sale_id: String,
seller_payme_id: Secret<String>,
language: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymeRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1569358017215937465
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymeRefundResponse {
sale_status: SaleStatus,
payme_transaction_id: Option<String>,
status_error_code: Option<u32>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymeRefundResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7969670305045407102
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymeVoidRequest {
sale_currency: enums::Currency,
payme_sale_id: String,
seller_payme_id: Secret<String>,
language: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymeVoidRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8259998585330321171
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymeVoidResponse {
sale_status: SaleStatus,
payme_transaction_id: Option<String>,
status_error_code: Option<u32>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymeVoidResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3237365875344338943
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymeQueryTransactionResponse {
items: Vec<TransactionQuery>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymeQueryTransactionResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1377995480264935543
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct TransactionQuery {
sale_status: SaleStatus,
payme_transaction_id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "TransactionQuery",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_462439422175543647
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct PaymeErrorResponse {
pub status_code: u16,
pub status_error_details: String,
pub status_additional_info: serde_json::Value,
pub status_error_code: u32,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymeErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2147881277289604088
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct WebhookEventDataResource {
pub sale_status: SaleStatus,
pub payme_signature: Secret<String>,
pub buyer_key: Option<Secret<String>>,
pub notify_type: NotifyType,
pub payme_sale_id: String,
pub payme_transaction_id: String,
pub status_error_details: Option<String>,
pub status_error_code: Option<u32>,
pub price: MinorUnit,
pub currency: enums::Currency,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "WebhookEventDataResource",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6012651025605849102
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct WebhookEventDataResourceEvent {
pub notify_type: NotifyType,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "WebhookEventDataResourceEvent",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7275602509886697046
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/payme/transformers.rs
pub struct WebhookEventDataResourceSignature {
pub payme_signature: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "WebhookEventDataResourceSignature",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2851848887266361391
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/thunes/transformers.rs
pub struct ThunesPaymentsRequest {
amount: StringMinorUnit,
card: ThunesCard,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThunesPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4648614371743980449
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/thunes/transformers.rs
pub struct ThunesCard {
number: cards::CardNumber,
expiry_month: Secret<String>,
expiry_year: Secret<String>,
cvc: Secret<String>,
complete: bool,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThunesCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4572080915547779185
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/thunes/transformers.rs
pub struct ThunesPaymentsResponse {
status: ThunesPaymentStatus,
id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThunesPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3353430913295111183
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/thunes/transformers.rs
pub struct ThunesRefundRequest {
pub amount: StringMinorUnit,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThunesRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/thunes/transformers.rs
pub struct RefundResponse {
id: String,
status: RefundStatus,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RefundResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3217247673300711246
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/thunes/transformers.rs
pub struct ThunesErrorResponse {
pub status_code: u16,
pub code: String,
pub message: String,
pub reason: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThunesErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-9195299718943946055
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs
pub struct ThreedsecureioErrorResponse {
pub error_code: String,
pub error_component: Option<String>,
pub error_description: Option<String>,
pub error_detail: Option<String>,
pub error_message_type: Option<String>,
pub message_type: Option<String>,
pub message_version: Option<String>,
pub three_dsserver_trans_id: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreedsecureioErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6105087607840434330
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs
pub struct ThreedsecureioAuthenticationSuccessResponse {
#[serde(rename = "acsChallengeMandated")]
pub acs_challenge_mandated: Option<String>,
#[serde(rename = "acsOperatorID")]
pub acs_operator_id: Option<String>,
#[serde(rename = "acsReferenceNumber")]
pub acs_reference_number: String,
#[serde(rename = "acsTransID")]
pub acs_trans_id: String,
#[serde(rename = "acsURL")]
pub acs_url: Option<url::Url>,
#[serde(rename = "authenticationType")]
pub authentication_type: Option<String>,
#[serde(rename = "dsReferenceNumber")]
pub ds_reference_number: String,
#[serde(rename = "dsTransID")]
pub ds_trans_id: String,
#[serde(rename = "messageType")]
pub message_type: Option<String>,
#[serde(rename = "messageVersion")]
pub message_version: String,
#[serde(rename = "threeDSServerTransID")]
pub three_dsserver_trans_id: String,
#[serde(rename = "transStatus")]
pub trans_status: ThreedsecureioTransStatus,
#[serde(rename = "acsSignedContent")]
pub acs_signed_content: Option<String>,
#[serde(rename = "authenticationValue")]
pub authentication_value: Option<Secret<String>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreedsecureioAuthenticationSuccessResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7544938207685565040
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs
pub struct ThreedsecureioAuthenticationRequest {
pub ds_start_protocol_version: String,
pub ds_end_protocol_version: String,
pub acs_start_protocol_version: String,
pub acs_end_protocol_version: String,
pub three_dsserver_trans_id: String,
pub acct_number: cards::CardNumber,
pub notification_url: String,
pub three_dscomp_ind: ThreeDSecureIoThreeDsCompletionIndicator,
pub three_dsrequestor_url: String,
pub acquirer_bin: String,
pub acquirer_merchant_id: String,
pub card_expiry_date: String,
pub bill_addr_city: String,
pub bill_addr_country: Secret<String>,
pub bill_addr_line1: Secret<String>,
pub bill_addr_post_code: Secret<String>,
pub bill_addr_state: Secret<String>,
pub email: Option<common_utils::pii::Email>,
pub three_dsrequestor_authentication_ind: String,
pub cardholder_name: Option<Secret<String>>,
pub device_channel: String,
pub browser_javascript_enabled: Option<bool>,
pub browser_accept_header: Option<String>,
pub browser_ip: Option<Secret<String, common_utils::pii::IpAddress>>,
pub browser_java_enabled: Option<bool>,
pub browser_language: Option<String>,
pub browser_color_depth: Option<String>,
pub browser_screen_height: Option<String>,
pub browser_screen_width: Option<String>,
pub browser_tz: Option<String>,
pub browser_user_agent: Option<String>,
pub sdk_app_id: Option<String>,
pub sdk_enc_data: Option<String>,
pub sdk_ephem_pub_key: Option<std::collections::HashMap<String, String>>,
pub sdk_reference_number: Option<String>,
pub sdk_trans_id: Option<String>,
pub mcc: String,
pub merchant_country_code: String,
pub merchant_name: String,
pub message_category: String,
pub message_type: String,
pub message_version: String,
pub purchase_amount: String,
pub purchase_currency: String,
pub purchase_exponent: String,
pub purchase_date: String,
pub trans_type: String,
pub sdk_max_timeout: Option<String>,
pub device_render_options: Option<DeviceRenderOptions>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreedsecureioAuthenticationRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7062763118407092342
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs
pub struct ThreeDSecureIoMetaData {
pub mcc: String,
pub merchant_country_code: String,
pub merchant_name: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreeDSecureIoMetaData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5556770802980918273
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs
pub struct ThreeDSecureIoConnectorMetaData {
pub ds_start_protocol_version: String,
pub ds_end_protocol_version: String,
pub acs_start_protocol_version: String,
pub acs_end_protocol_version: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreeDSecureIoConnectorMetaData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8242178736162542697
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs
pub struct DeviceRenderOptions {
pub sdk_interface: String,
pub sdk_ui_type: Vec<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "DeviceRenderOptions",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3663476474118843989
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs
pub struct ThreedsecureioPreAuthenticationRequest {
acct_number: cards::CardNumber,
ds: Option<DirectoryServer>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreedsecureioPreAuthenticationRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6865312861252851157
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs
pub struct ThreedsecureioPostAuthenticationRequest {
pub three_ds_server_trans_id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreedsecureioPostAuthenticationRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6372496281570133513
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs
pub struct ThreedsecureioPostAuthenticationResponse {
pub authentication_value: Option<Secret<String>>,
pub trans_status: ThreedsecureioTransStatus,
pub eci: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreedsecureioPostAuthenticationResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3597585329047780579
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/threedsecureio/transformers.rs
pub struct ThreedsecureioPreAuthenticationResponseData {
pub ds_start_protocol_version: String,
pub ds_end_protocol_version: String,
pub acs_start_protocol_version: String,
pub acs_end_protocol_version: String,
#[serde(rename = "threeDSMethodURL")]
pub threeds_method_url: Option<String>,
#[serde(rename = "threeDSServerTransID")]
pub threeds_server_trans_id: String,
pub scheme: Option<String>,
pub message_type: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreedsecureioPreAuthenticationResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5982728365730263067
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs
pub struct GlobalpayPaymentsResponse {
pub status: GlobalpayPaymentStatus,
pub payment_method: Option<PaymentMethod>,
pub id: String,
pub amount: Option<StringMinorUnit>,
#[serde(deserialize_with = "deserialize_optional_currency")]
pub currency: Option<Currency>,
pub reference: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GlobalpayPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3962482605026545056
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs
pub struct GlobalpayRefreshTokenResponse {
pub token: Secret<String>,
pub seconds_to_expire: i64,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GlobalpayRefreshTokenResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1012532978817753508
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs
pub struct GlobalpayRefreshTokenErrorResponse {
pub error_code: String,
pub detailed_error_description: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GlobalpayRefreshTokenErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-9139326631494959332
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs
pub struct PaymentMethod {
pub apm: Option<Apm>,
pub card: Option<Card>,
pub id: Option<Secret<String>>,
pub message: Option<String>,
pub result: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentMethod",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3261764957184761100
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs
pub struct Apm {
#[serde(alias = "provider_redirect_url")]
pub redirect_url: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Apm",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2685950571151159995
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs
pub struct Card {
pub brand_reference: Option<Secret<String>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Card",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2835978702942836787
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs
pub struct GlobalpayWebhookObjectId {
pub id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GlobalpayWebhookObjectId",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6032879744158905055
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs
pub struct GlobalpayWebhookObjectEventType {
pub status: GlobalpayWebhookStatus,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GlobalpayWebhookObjectEventType",
"total_crates": null,
"trait_name": null
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.