id
stringlengths 20
153
| type
stringclasses 1
value | granularity
stringclasses 14
values | content
stringlengths 16
84.3k
| metadata
dict |
|---|---|---|---|---|
hyperswitch_struct_hyperswitch_connectors_-8796730728559949517
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/dlocal/transformers.rs
pub struct DlocalErrorResponse {
pub code: i32,
pub message: String,
pub param: 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": "DlocalErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5425307904118066275
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct RapydRouterData<T> {
pub amount: FloatMajorUnit,
pub router_data: T,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RapydRouterData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7065796044433797880
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct RapydPaymentsRequest {
pub amount: FloatMajorUnit,
pub currency: enums::Currency,
pub payment_method: PaymentMethod,
pub payment_method_options: Option<PaymentMethodOptions>,
pub merchant_reference_id: Option<String>,
pub capture: Option<bool>,
pub description: Option<String>,
pub complete_payment_url: Option<String>,
pub error_payment_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": "RapydPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3628067677513625049
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct PaymentMethodOptions {
#[serde(rename = "3d_required")]
pub three_ds: 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": "PaymentMethodOptions",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-9139326631494959332
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct PaymentMethod {
#[serde(rename = "type")]
pub pm_type: String,
pub fields: Option<PaymentFields>,
pub address: Option<Address>,
pub digital_wallet: Option<RapydWallet>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-5658293652896447642
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct PaymentFields {
pub number: cards::CardNumber,
pub expiration_month: Secret<String>,
pub expiration_year: Secret<String>,
pub name: Secret<String>,
pub cvv: 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": "PaymentFields",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5230333063434461868
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct Address {
name: Secret<String>,
line_1: Secret<String>,
line_2: Option<Secret<String>>,
line_3: Option<Secret<String>>,
city: Option<String>,
state: Option<Secret<String>>,
country: Option<String>,
zip: Option<Secret<String>>,
phone_number: Option<Secret<String>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Address",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3597286796963699731
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct RapydWallet {
#[serde(rename = "type")]
payment_type: String,
#[serde(rename = "details")]
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": "RapydWallet",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3140797141695027340
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct RapydAuthType {
pub access_key: Secret<String>,
pub secret_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": "RapydAuthType",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8403023185028767803
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct RapydPaymentsResponse {
pub status: Status,
pub data: Option<ResponseData>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "RapydPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7998535581233198759
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct Status {
pub error_code: String,
pub status: Option<String>,
pub message: Option<String>,
pub response_code: Option<String>,
pub operation_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": "Status",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1224394416813585847
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct ResponseData {
pub id: String,
pub amount: i64,
pub status: RapydPaymentStatus,
pub next_action: NextAction,
pub redirect_url: Option<String>,
pub original_amount: Option<i64>,
pub is_partial: Option<bool>,
pub currency_code: Option<enums::Currency>,
pub country_code: Option<String>,
pub captured: Option<bool>,
pub transaction_id: String,
pub merchant_reference_id: Option<String>,
pub paid: Option<bool>,
pub failure_code: Option<String>,
pub failure_message: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8354291123344334748
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct DisputeResponseData {
pub id: String,
pub amount: MinorUnit,
pub currency: api_models::enums::Currency,
pub token: String,
pub dispute_reason_description: String,
#[serde(default, with = "common_utils::custom_serde::timestamp::option")]
pub due_date: Option<PrimitiveDateTime>,
pub status: RapydWebhookDisputeStatus,
#[serde(default, with = "common_utils::custom_serde::timestamp::option")]
pub created_at: Option<PrimitiveDateTime>,
#[serde(default, with = "common_utils::custom_serde::timestamp::option")]
pub updated_at: Option<PrimitiveDateTime>,
pub original_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": "DisputeResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2264048629523518224
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct RapydRefundRequest {
pub payment: String,
pub amount: Option<FloatMajorUnit>,
pub currency: Option<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": "RapydRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct RefundResponse {
pub status: Status,
pub data: Option<RefundResponseData>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_653798596548508817
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct RefundResponseData {
//Some field related to foreign exchange and split payment can be added as and when implemented
pub id: String,
pub payment: String,
pub amount: i64,
pub currency: enums::Currency,
pub status: RefundStatus,
pub created_at: Option<i64>,
pub failure_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": "RefundResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3364033640090203977
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct CaptureRequest {
amount: Option<FloatMajorUnit>,
receipt_email: Option<Secret<String>>,
statement_descriptor: 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": "CaptureRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4443179387734812706
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/rapyd/transformers.rs
pub struct RapydIncomingWebhook {
pub id: String,
#[serde(rename = "type")]
pub webhook_type: RapydWebhookObjectEventType,
pub data: WebhookData,
pub trigger_operation_id: Option<String>,
pub status: String,
pub created_at: 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": "RapydIncomingWebhook",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7292523175782300785
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/mpgs/transformers.rs
pub struct MpgsPaymentsRequest {
amount: StringMinorUnit,
card: MpgsCard,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "MpgsPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4600768341473767946
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/mpgs/transformers.rs
pub struct MpgsCard {
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": "MpgsCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4590743971753641536
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/mpgs/transformers.rs
pub struct MpgsPaymentsResponse {
status: MpgsPaymentStatus,
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": "MpgsPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6322557769027100241
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/mpgs/transformers.rs
pub struct MpgsRefundRequest {
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": "MpgsRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/mpgs/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_6558937779268162673
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/mpgs/transformers.rs
pub struct MpgsErrorResponse {
pub status_code: u16,
pub code: String,
pub message: String,
pub reason: Option<String>,
pub network_advice_code: Option<String>,
pub network_decline_code: Option<String>,
pub network_error_message: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "MpgsErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6244917041783601590
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/hyperwallet/transformers.rs
pub struct HyperwalletPaymentsRequest {
amount: StringMinorUnit,
card: HyperwalletCard,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "HyperwalletPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8184820556286687140
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/hyperwallet/transformers.rs
pub struct HyperwalletCard {
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": "HyperwalletCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7068338299238002077
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/hyperwallet/transformers.rs
pub struct HyperwalletPaymentsResponse {
status: HyperwalletPaymentStatus,
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": "HyperwalletPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2062074485981633526
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/hyperwallet/transformers.rs
pub struct HyperwalletRefundRequest {
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": "HyperwalletRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/hyperwallet/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_2600060032880118744
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/hyperwallet/transformers.rs
pub struct HyperwalletErrorResponse {
pub status_code: u16,
pub code: String,
pub message: String,
pub reason: Option<String>,
pub network_advice_code: Option<String>,
pub network_decline_code: Option<String>,
pub network_error_message: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "HyperwalletErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-726741196231705590
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paytm/transformers.rs
pub struct PaytmPaymentsRequest {
amount: StringMinorUnit,
card: PaytmCard,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "PaytmPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_894276121344100215
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paytm/transformers.rs
pub struct PaytmCard {
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": "PaytmCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2264730179343850111
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paytm/transformers.rs
pub struct PaytmPaymentsResponse {
status: PaytmPaymentStatus,
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": "PaytmPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7332828775542900726
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paytm/transformers.rs
pub struct PaytmRefundRequest {
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": "PaytmRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paytm/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_2506106378195215148
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paytm/transformers.rs
pub struct PaytmErrorResponse {
pub status_code: u16,
pub code: String,
pub message: String,
pub reason: Option<String>,
pub network_advice_code: Option<String>,
pub network_decline_code: Option<String>,
pub network_error_message: Option<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaytmErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7895815904429220993
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct BamboraCard {
name: Secret<String>,
number: cards::CardNumber,
expiry_month: Secret<String>,
expiry_year: Secret<String>,
cvd: Secret<String>,
complete: bool,
#[serde(skip_serializing_if = "Option::is_none")]
#[serde(rename = "3d_secure")]
three_d_secure: Option<ThreeDSecure>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "BamboraCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3893958101831885472
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct ThreeDSecure {
browser: Option<BamboraBrowserInfo>, //Needed only in case of 3Ds 2.0. Need to update request for this.
enabled: bool,
version: Option<i64>,
auth_required: Option<bool>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreeDSecure",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1984150358767869866
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct BamboraBrowserInfo {
accept_header: String,
java_enabled: bool,
language: String,
color_depth: u8,
screen_height: u32,
screen_width: u32,
time_zone: i32,
user_agent: String,
javascript_enabled: 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": "BamboraBrowserInfo",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1347272933797047161
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct BamboraPaymentsRequest {
order_number: String,
amount: FloatMajorUnit,
payment_method: PaymentMethod,
customer_ip: Option<Secret<String, IpAddress>>,
term_url: Option<String>,
card: BamboraCard,
billing: AddressData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "BamboraPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4344839329687752229
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct BamboraVoidRequest {
amount: FloatMajorUnit,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "BamboraVoidRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3230249454298479259
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct BamboraPaymentsResponse {
#[serde(deserialize_with = "str_or_i32")]
id: String,
authorizing_merchant_id: i32,
#[serde(deserialize_with = "str_or_i32")]
approved: String,
#[serde(deserialize_with = "str_or_i32")]
message_id: String,
message: String,
auth_code: String,
created: String,
amount: FloatMajorUnit,
order_number: String,
#[serde(rename = "type")]
payment_type: String,
comments: Option<String>,
batch_number: Option<String>,
total_refunds: Option<f32>,
total_completions: Option<f32>,
payment_method: String,
card: CardData,
billing: Option<AddressData>,
shipping: Option<AddressData>,
custom: CustomData,
adjusted_by: Option<Vec<AdjustedBy>>,
links: Vec<Links>,
risk_score: Option<f32>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "BamboraPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2881840368490968448
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct Bambora3DsResponse {
#[serde(rename = "3d_session_data")]
three_d_session_data: Secret<String>,
contents: 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": "Bambora3DsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-658583560446149993
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct BamboraMeta {
pub three_d_session_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": "BamboraMeta",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1485586811642975756
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct BamboraThreedsContinueRequest {
pub(crate) payment_method: String,
pub card_response: CardResponse,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "BamboraThreedsContinueRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1176952045402330408
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct CardResponse {
pub(crate) cres: Option<common_utils::pii::SecretSerdeValue>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CardResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-9098458556547630459
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct CardData {
name: Option<Secret<String>>,
expiry_month: Option<Secret<String>>,
expiry_year: Option<Secret<String>>,
card_type: String,
last_four: Secret<String>,
card_bin: Option<Secret<String>>,
avs_result: String,
cvd_result: String,
cavv_result: Option<String>,
address_match: Option<i32>,
postal_result: Option<i32>,
avs: Option<AvsObject>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CardData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6316263906418115919
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct AvsObject {
id: String,
message: String,
processed: 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": "AvsObject",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_9038691163043920114
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct AddressData {
name: Option<Secret<String>>,
address_line1: Option<Secret<String>>,
address_line2: Option<Secret<String>>,
city: Option<String>,
province: Option<Secret<String>>,
country: Option<enums::CountryAlpha2>,
postal_code: Option<Secret<String>>,
phone_number: Option<Secret<String>>,
email_address: Option<Email>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "AddressData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8675128656226931652
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct CustomData {
ref1: String,
ref2: String,
ref3: String,
ref4: String,
ref5: 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": "CustomData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5400611910323153
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct AdjustedBy {
id: i32,
#[serde(rename = "type")]
adjusted_by_type: String,
approval: i32,
message: String,
amount: FloatMajorUnit,
created: String,
url: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "AdjustedBy",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4507619932514513600
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct Links {
rel: String,
href: String,
method: 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": "Links",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-275892139328212413
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct BamboraPaymentsCaptureRequest {
amount: FloatMajorUnit,
payment_method: PaymentMethod,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "BamboraPaymentsCaptureRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1289410418033838801
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct BamboraRefundRequest {
amount: FloatMajorUnit,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "BamboraRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct RefundResponse {
#[serde(deserialize_with = "str_or_i32")]
pub id: String,
pub authorizing_merchant_id: i32,
#[serde(deserialize_with = "str_or_i32")]
pub approved: String,
#[serde(deserialize_with = "str_or_i32")]
pub message_id: String,
pub message: String,
pub auth_code: String,
pub created: String,
pub amount: FloatMajorUnit,
pub order_number: String,
#[serde(rename = "type")]
pub payment_type: String,
pub comments: Option<String>,
pub batch_number: Option<String>,
pub total_refunds: Option<f32>,
pub total_completions: Option<f32>,
pub payment_method: String,
pub card: CardData,
pub billing: Option<AddressData>,
pub shipping: Option<AddressData>,
pub custom: CustomData,
pub adjusted_by: Option<Vec<AdjustedBy>>,
pub links: Vec<Links>,
pub risk_score: Option<f32>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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_-9028682799599234892
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct BamboraErrorResponse {
pub code: i32,
pub category: i32,
pub message: String,
pub reference: String,
pub details: Option<Vec<ErrorDetail>>,
pub validation: Option<CardValidation>,
pub card: Option<CardError>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "BamboraErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_298122729103818848
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct CardError {
pub avs: AVSDetails,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CardError",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1516662442852517910
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct AVSDetails {
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": "AVSDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8747563552475706494
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct ErrorDetail {
field: String,
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": "ErrorDetail",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3623740008209179808
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/bambora/transformers.rs
pub struct CardValidation {
id: String,
approved: i32,
message_id: i32,
message: String,
auth_code: String,
trans_date: String,
order_number: String,
type_: String,
amount: f64,
cvd_id: i32,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CardValidation",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5181715207638613338
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/custombilling/transformers.rs
pub struct CustombillingPaymentsRequest {
amount: StringMinorUnit,
card: CustombillingCard,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CustombillingPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3457847125061754247
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/custombilling/transformers.rs
pub struct CustombillingCard {
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": "CustombillingCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6807740877776098890
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/custombilling/transformers.rs
pub struct CustombillingPaymentsResponse {
status: CustombillingPaymentStatus,
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": "CustombillingPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1765365075438724968
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/custombilling/transformers.rs
pub struct CustombillingRefundRequest {
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": "CustombillingRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/custombilling/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_-8053102542673936928
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/custombilling/transformers.rs
pub struct CustombillingErrorResponse {
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": "CustombillingErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4747738387608873891
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessCustomerRequest {
customers: GocardlessCustomer,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "GocardlessCustomerRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-643680472795379169
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessCustomer {
address_line1: Option<Secret<String>>,
address_line2: Option<Secret<String>>,
address_line3: Option<Secret<String>>,
city: Option<Secret<String>>,
region: Option<Secret<String>>,
country_code: Option<CountryAlpha2>,
email: pii::Email,
given_name: Secret<String>,
family_name: Secret<String>,
metadata: CustomerMetaData,
danish_identity_number: Option<Secret<String>>,
postal_code: Option<Secret<String>>,
swedish_identity_number: Option<Secret<String>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GocardlessCustomer",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_209785601910849233
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct CustomerMetaData {
crm_id: Option<Secret<id_type::CustomerId>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CustomerMetaData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6652830626981369009
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessCustomerResponse {
customers: Customers,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "GocardlessCustomerResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6135676630449182829
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct Customers {
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": "Customers",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5117555322038528393
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessBankAccountRequest {
customer_bank_accounts: CustomerBankAccounts,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "GocardlessBankAccountRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1350786421627825918
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct CustomerBankAccounts {
#[serde(flatten)]
accounts: CustomerBankAccount,
links: CustomerAccountLink,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CustomerBankAccounts",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3610039206585111501
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct CustomerAccountLink {
customer: 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": "CustomerAccountLink",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2840420717302753862
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct InternationalBankAccount {
iban: Secret<String>,
account_holder_name: 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": "InternationalBankAccount",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6325844386711245527
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct AUBankAccount {
country_code: CountryAlpha2,
account_number: Secret<String>,
branch_code: Secret<String>,
account_holder_name: 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": "AUBankAccount",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2217852078046310618
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct USBankAccount {
country_code: CountryAlpha2,
account_number: Secret<String>,
bank_code: Secret<String>,
account_type: AccountType,
account_holder_name: 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": "USBankAccount",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3662071137434143951
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessBankAccountResponse {
customer_bank_accounts: CustomerBankAccountResponse,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "GocardlessBankAccountResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4051417833623268113
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct CustomerBankAccountResponse {
pub 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": "CustomerBankAccountResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2080381128825378946
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessMandateRequest {
mandates: Mandate,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "GocardlessMandateRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-70311494797665937
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct Mandate {
scheme: GocardlessScheme,
metadata: MandateMetaData,
payer_ip_address: Option<Secret<String, IpAddress>>,
links: MandateLink,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "Mandate",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1219897341960782187
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct MandateMetaData {
payment_reference: 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": "MandateMetaData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6590262133549130255
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct MandateLink {
customer_bank_account: 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": "MandateLink",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7615503555517383290
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessMandateResponse {
mandates: MandateResponse,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "GocardlessMandateResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7876730047113256552
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct MandateResponse {
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": "MandateResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1944844354956226023
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessPaymentsRequest {
payments: GocardlessPayment,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "GocardlessPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3088760649594568330
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessPayment {
amount: MinorUnit,
currency: enums::Currency,
description: Option<String>,
metadata: PaymentMetaData,
links: PaymentLink,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "GocardlessPayment",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3669728623882683964
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct PaymentMetaData {
payment_reference: 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": "PaymentMetaData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6717348051321507945
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct PaymentLink {
mandate: 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": "PaymentLink",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-516717141354506923
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessPaymentsResponse {
payments: PaymentResponse,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GocardlessPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6765845607795830228
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct PaymentResponse {
status: GocardlessPaymentStatus,
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": "PaymentResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2103636679385903245
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessRefundRequest {
refunds: GocardlessRefund,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "GocardlessRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6645900669981723767
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessRefund {
amount: MinorUnit,
metadata: RefundMetaData,
links: RefundLink,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "GocardlessRefund",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1939953459351897419
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct RefundMetaData {
refund_reference: 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": "RefundMetaData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7879143093031905559
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct RefundLink {
payment: 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": "RefundLink",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct RefundResponse {
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": "RefundResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8922254794381695231
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessErrorResponse {
pub error: GocardlessError,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "GocardlessErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4917330307543719490
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessError {
pub message: String,
pub code: u16,
pub errors: Vec<Error>,
#[serde(rename = "type")]
pub error_type: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GocardlessError",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-862558042527299253
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct Error {
pub field: Option<String>,
pub message: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Error",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5388509012193333879
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/gocardless/transformers.rs
pub struct GocardlessWebhookEvent {
pub events: Vec<WebhookEvent>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "GocardlessWebhookEvent",
"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.