id
stringlengths 20
153
| type
stringclasses 1
value | granularity
stringclasses 14
values | content
stringlengths 16
84.3k
| metadata
dict |
|---|---|---|---|---|
hyperswitch_struct_hyperswitch_connectors_-3114573047495672998
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetResponseCard {
pub card_brand: Option<Secret<String>>,
pub card_expiry_month: Secret<u8>,
pub card_expiry_year: Secret<u16>,
pub card_holder: Secret<String>,
pub card_number: Secret<String>,
pub cc_3d: Option<Secret<u8>>,
pub last_four: Option<Secret<String>>,
pub token: Option<Secret<String>>,
pub scheme_tid: 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": "NovalnetResponseCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3989771505565604797
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetResponsePaypal {
pub paypal_account: Option<Email>,
pub paypal_transaction_id: Option<Secret<String>>,
pub 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": "NovalnetResponsePaypal",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4970716274553139252
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetPSyncResponse {
pub customer: Option<NovalnetResponseCustomer>,
pub merchant: Option<NovalnetResponseMerchant>,
pub result: ResultData,
pub transaction: Option<NovalnetSyncResponseTransactionData>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetPSyncResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8428475255701419650
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct Capture {
#[serde(rename = "type")]
cap_type: CaptureType,
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": "Capture",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5262198900243455168
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetTransaction {
tid: String,
amount: Option<StringMinorUnit>,
capture: Capture,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetTransaction",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7366588383889343356
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetCaptureRequest {
pub transaction: NovalnetTransaction,
pub custom: NovalnetCustom,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetCaptureRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2607809351959286539
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetRefundTransaction {
tid: String,
amount: Option<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": "NovalnetRefundTransaction",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_471742242583626779
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetRefundRequest {
pub transaction: NovalnetRefundTransaction,
pub custom: NovalnetCustom,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7148325189710689883
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetRefundSyncResponse {
result: ResultData,
transaction: Option<NovalnetSyncResponseTransactionData>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetRefundSyncResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1130421028800747580
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetRefundsTransactionData {
pub amount: Option<MinorUnit>,
pub date: Option<String>,
pub currency: Option<common_enums::Currency>,
pub order_no: Option<String>,
pub payment_type: String,
pub refund: RefundData,
pub refunded_amount: Option<u64>,
pub status: NovalnetTransactionStatus,
pub status_code: u64,
pub test_mode: u8,
pub tid: Option<Secret<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": "NovalnetRefundsTransactionData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7021582292460501239
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct RefundData {
amount: u64,
currency: common_enums::Currency,
payment_type: Option<String>,
tid: Option<Secret<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": "RefundData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6828034553671160266
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetRefundResponse {
pub customer: Option<NovalnetResponseCustomer>,
pub merchant: Option<NovalnetResponseMerchant>,
pub result: ResultData,
pub transaction: Option<NovalnetRefundsTransactionData>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetRefundResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4515811897222883933
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovolnetRedirectionResponse {
status: NovalnetTransactionStatus,
tid: 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": "NovolnetRedirectionResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4450217887989991407
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetCaptureTransactionData {
pub amount: Option<MinorUnit>,
pub capture: Option<CaptureData>, // only for credit card and paypal it is sent back in response
pub currency: Option<common_enums::Currency>,
pub order_no: Option<String>,
pub payment_type: Option<String>,
pub status: Option<NovalnetTransactionStatus>, // required for CreditCard/ApplePay/GooglePay/Paypal
pub status_code: Option<u64>,
pub test_mode: Option<u8>,
pub tid: Option<Secret<i64>>, // mandatory in docs but not being sent back in sepa response -> need to double check
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetCaptureTransactionData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8627958871954615940
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct CaptureData {
amount: Option<u64>,
payment_type: Option<String>,
status: Option<String>,
status_code: u64,
tid: Option<Secret<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": "CaptureData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8774038157293741792
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetCaptureResponse {
pub result: ResultData,
pub transaction: Option<NovalnetCaptureTransactionData>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetCaptureResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1920265522871235914
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetSyncTransaction {
tid: 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": "NovalnetSyncTransaction",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8760517381322130886
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetSyncRequest {
pub transaction: NovalnetSyncTransaction,
pub custom: NovalnetCustom,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetSyncRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4417501710712438754
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetCancelTransaction {
tid: 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": "NovalnetCancelTransaction",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3659884822789771511
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetCancelRequest {
pub transaction: NovalnetCancelTransaction,
pub custom: NovalnetCustom,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetCancelRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2598694827989378722
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetCancelResponse {
result: ResultData,
transaction: Option<NovalnetPaymentsResponseTransactionData>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetCancelResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1592157796132379267
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetErrorResponse {
pub status_code: u64,
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": "NovalnetErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4957912058843363891
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetWebhookEvent {
pub checksum: String,
pub tid: i64,
pub parent_tid: Option<i64>,
#[serde(rename = "type")]
pub event_type: WebhookEventType,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetWebhookEvent",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8455197960311042653
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs
pub struct NovalnetWebhookNotificationResponse {
pub event: NovalnetWebhookEvent,
pub result: ResultData,
pub transaction: NovalnetWebhookTransactionData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "NovalnetWebhookNotificationResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2052038586870786206
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct Amount {
value: MinorUnit,
currency: 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": "Amount",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2685950571151159995
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct Card {
number: cards::CardNumber,
expiry_month: Secret<String>,
expiry_year: Secret<String>,
cvc: Secret<String>,
holder_name: 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_2319818392923708202
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct MerchantAcceptorResolver {
merchant_acceptor_key: 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": "MerchantAcceptorResolver",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_9167011039073742593
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowPaymentsRequest {
merchant_acceptor_resolver: MerchantAcceptorResolver,
card: Card,
amount: Amount,
#[serde(rename = "type")]
payment_type: PaymentType,
clearing_mode: 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": "SilverflowPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3673841158627468105
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct PaymentType {
intent: String,
card_entry: String,
order: 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": "PaymentType",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-104956915372740698
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct PaymentStatus {
pub authentication: String,
pub authorization: SilverflowAuthorizationStatus,
pub clearing: SilverflowClearingStatus,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "PaymentStatus",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1540758736932600254
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct MerchantAcceptorRef {
pub key: String,
pub version: 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": "MerchantAcceptorRef",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1176952045402330408
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct CardResponse {
pub masked_number: 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": "CardResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1295633550002333597
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct Authentication {
pub sca: SCA,
pub cvc: Secret<String>,
pub avs: 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": "Authentication",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8358206551324907245
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SCA {
pub compliance: String,
pub compliance_reason: String,
pub method: String,
#[serde(skip_serializing_if = "Option::is_none")]
pub result: Option<SCAResult>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "SCA",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-479674776699313662
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SCAResult {
pub version: String,
pub directory_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": "SCAResult",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4909437007398401559
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct AuthorizationIsoFields {
pub response_code: String,
pub response_code_description: String,
pub authorization_code: String,
pub network_code: String,
pub system_trace_audit_number: Secret<String>,
pub retrieval_reference_number: String,
pub eci: String,
pub network_specific_fields: NetworkSpecificFields,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "AuthorizationIsoFields",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5624234582288016621
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct NetworkSpecificFields {
pub transaction_identifier: String,
pub cvv2_result_code: 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": "NetworkSpecificFields",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7531772141455744600
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowPaymentsResponse {
pub key: String,
pub merchant_acceptor_ref: MerchantAcceptorRef,
pub card: CardResponse,
pub amount: Amount,
#[serde(rename = "type")]
pub payment_type: PaymentType,
pub clearing_mode: String,
pub status: PaymentStatus,
pub authentication: Authentication,
pub local_transaction_date_time: String,
pub fraud_liability: String,
pub authorization_iso_fields: Option<AuthorizationIsoFields>,
pub created: String,
pub version: 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": "SilverflowPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-625329456528425762
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowCaptureRequest {
#[serde(skip_serializing_if = "Option::is_none")]
pub amount: Option<i64>,
#[serde(skip_serializing_if = "Option::is_none")]
pub close_charge: Option<bool>,
#[serde(skip_serializing_if = "Option::is_none")]
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": "SilverflowCaptureRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6821300781442309829
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowCaptureResponse {
#[serde(rename = "type")]
pub action_type: String,
pub key: String,
pub charge_key: String,
pub status: SilverflowCaptureStatus,
#[serde(skip_serializing_if = "Option::is_none")]
pub reference: Option<String>,
pub amount: Amount,
pub created: String,
pub last_modified: String,
pub version: 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": "SilverflowCaptureResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1863197897836036276
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowVoidRequest {
#[serde(skip_serializing_if = "Option::is_none")]
pub replacement_amount: Option<i64>,
#[serde(skip_serializing_if = "Option::is_none")]
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": "SilverflowVoidRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2679887940473887604
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct VoidStatus {
pub authorization: SilverflowVoidAuthorizationStatus,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "VoidStatus",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7367896613001201771
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowVoidResponse {
#[serde(rename = "type")]
pub action_type: String,
pub key: String,
pub charge_key: String,
#[serde(skip_serializing_if = "Option::is_none")]
pub reference: Option<String>,
pub replacement_amount: Amount,
pub status: VoidStatus,
pub authorization_response: Option<AuthorizationResponse>,
pub created: String,
pub last_modified: String,
pub version: 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": "SilverflowVoidResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6621077270516952646
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct DynamicDescriptor {
pub merchant_name: String,
pub merchant_city: 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": "DynamicDescriptor",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2736339336695502336
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowRefundRequest {
#[serde(rename = "refundAmount")]
pub refund_amount: MinorUnit,
pub 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": "SilverflowRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4270100803980291769
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct AuthorizationResponse {
pub network: String,
pub response_code: String,
pub response_code_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": "AuthorizationResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct RefundResponse {
#[serde(rename = "type")]
pub action_type: String,
pub key: String,
pub charge_key: String,
pub reference: String,
pub amount: Amount,
pub status: SilverflowRefundStatus,
pub clear_after: Option<String>,
pub authorization_response: Option<AuthorizationResponse>,
pub created: String,
pub last_modified: String,
pub version: 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": "RefundResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2056075650855171334
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowTokenizationRequest {
pub reference: String,
pub card_data: SilverflowCardData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "SilverflowTokenizationRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-784553173669417092
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowCardData {
pub number: String,
pub expiry_month: Secret<String>,
pub expiry_year: Secret<String>,
pub cvc: String,
pub holder_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": "SilverflowCardData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3783476673783333892
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowTokenizationResponse {
pub key: String,
#[serde(rename = "agentKey")]
pub agent_key: String,
pub last4: String,
pub status: String,
pub reference: String,
#[serde(rename = "cardInfo")]
pub card_info: Vec<CardInfo>,
pub created: String,
#[serde(rename = "cvcPresent")]
pub cvc_present: bool,
pub version: 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": "SilverflowTokenizationResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5631893846784260594
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct CardInfo {
#[serde(rename = "infoSource")]
pub info_source: String,
pub network: String,
#[serde(rename = "primaryNetwork")]
pub primary_network: 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": "CardInfo",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6472894480277572634
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct TokenizedCardDetails {
pub masked_card_number: String,
pub expiry_month: Secret<String>,
pub expiry_year: Secret<String>,
pub card_brand: 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": "TokenizedCardDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1439985592207120790
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowWebhookEvent {
pub event_type: String,
pub event_data: SilverflowWebhookEventData,
pub event_id: String,
pub created: String,
pub version: 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": "SilverflowWebhookEvent",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_34746831979332953
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowWebhookEventData {
pub charge_key: Option<String>,
pub refund_key: Option<String>,
pub status: Option<PaymentStatus>,
pub amount: Option<Amount>,
pub transaction_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": "SilverflowWebhookEventData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7105961364673595842
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct ErrorDetails {
pub field: String,
pub issue: 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": "ErrorDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3414044478058151129
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowErrorResponse {
pub error: SilverflowError,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "SilverflowErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5469770763030440104
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/silverflow/transformers.rs
pub struct SilverflowError {
pub code: String,
pub message: String,
pub details: Option<ErrorDetails>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "SilverflowError",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6094558030552456082
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/taxjar/transformers.rs
pub struct TaxjarPaymentsRequest {
to_country: enums::CountryAlpha2,
to_zip: Secret<String>,
to_state: Secret<String>,
to_city: Option<String>,
to_street: Option<Secret<String>>,
amount: FloatMajorUnit,
shipping: FloatMajorUnit,
line_items: Vec<LineItem>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "TaxjarPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3966750276741830908
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/taxjar/transformers.rs
pub struct LineItem {
id: Option<String>,
quantity: Option<u16>,
product_tax_code: Option<String>,
unit_price: Option<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": "LineItem",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1632050207312329085
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/taxjar/transformers.rs
pub struct TaxjarCard {
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": "TaxjarCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2996600351873781573
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/taxjar/transformers.rs
pub struct TaxjarPaymentsResponse {
tax: Tax,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "TaxjarPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3763095839870453321
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/taxjar/transformers.rs
pub struct Tax {
amount_to_collect: FloatMajorUnit, //calculated_tax_amount
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "Tax",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4279506416763175992
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/taxjar/transformers.rs
pub struct TaxjarErrorResponse {
pub status: i64,
pub error: 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": "TaxjarErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2139003845379288
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroSearchRequest {
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": "CeleroSearchRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8308347865946171564
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroPaymentsRequest {
idempotency_key: String,
#[serde(rename = "type")]
transaction_type: TransactionType,
amount: MinorUnit, // CeleroCommerce expects integer cents
currency: Currency,
payment_method: CeleroPaymentMethod,
#[serde(skip_serializing_if = "Option::is_none")]
billing_address: Option<CeleroAddress>,
#[serde(skip_serializing_if = "Option::is_none")]
shipping_address: Option<CeleroAddress>,
#[serde(skip_serializing_if = "Option::is_none")]
create_vault_record: Option<bool>,
// CIT/MIT fields
#[serde(skip_serializing_if = "Option::is_none")]
card_on_file_indicator: Option<CardOnFileIndicator>,
#[serde(skip_serializing_if = "Option::is_none")]
initiated_by: Option<InitiatedBy>,
#[serde(skip_serializing_if = "Option::is_none")]
initial_transaction_id: Option<String>,
#[serde(skip_serializing_if = "Option::is_none")]
stored_credential_indicator: Option<StoredCredentialIndicator>,
#[serde(skip_serializing_if = "Option::is_none")]
billing_method: Option<BillingMethod>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CeleroPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2552775673767025146
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroAddress {
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
address_line_1: Option<Secret<String>>,
address_line_2: Option<Secret<String>>,
city: Option<String>,
state: Option<Secret<String>>,
postal_code: Option<Secret<String>>,
country: Option<common_enums::CountryAlpha2>,
phone: Option<Secret<String>>,
email: Option<Email>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CeleroAddress",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7394510833294477369
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroCustomer {
id: Option<CustomerId>,
payment_method_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": "CeleroCustomer",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2007945799323509865
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroCard {
entry_type: CeleroEntryType,
number: cards::CardNumber,
expiration_date: Secret<String>,
cvc: 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": "CeleroCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2919147287460713060
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroMandateFields {
pub card_on_file_indicator: Option<CardOnFileIndicator>,
pub initiated_by: Option<InitiatedBy>,
pub initial_transaction_id: Option<String>,
pub stored_credential_indicator: Option<StoredCredentialIndicator>,
pub billing_method: Option<BillingMethod>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CeleroMandateFields",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8710200679308672249
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroCardResponse {
pub status: CeleroTransactionStatus,
pub auth_code: Option<String>,
pub processor_response_code: Option<String>,
pub avs_response_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": "CeleroCardResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1211187521345426600
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroTransactionResponseData {
pub id: String,
#[serde(rename = "type")]
pub transaction_type: TransactionType,
pub amount: i64,
pub currency: String,
pub response: CeleroPaymentMethodResponse,
pub billing_address: Option<CeleroAddressResponse>,
pub shipping_address: Option<CeleroAddressResponse>,
// Additional fields from the sample response
pub status: Option<String>,
pub response_code: Option<i32>,
pub customer_id: Option<String>,
pub payment_method_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": "CeleroTransactionResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_942109621169410454
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroAddressResponse {
first_name: Option<Secret<String>>,
last_name: Option<Secret<String>>,
address_line_1: Option<Secret<String>>,
address_line_2: Option<Secret<String>>,
city: Option<String>,
state: Option<Secret<String>>,
postal_code: Option<Secret<String>>,
country: Option<common_enums::CountryAlpha2>,
phone: Option<Secret<String>>,
email: 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": "CeleroAddressResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4157729887426134946
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroPaymentsResponse {
pub status: CeleroResponseStatus,
pub msg: String,
pub data: Option<CeleroTransactionResponseData>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CeleroPaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8053348720715573309
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroCaptureRequest {
pub amount: MinorUnit,
#[serde(skip_serializing_if = "Option::is_none")]
pub order_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": "CeleroCaptureRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4276274734951020961
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroCaptureResponse {
pub status: CeleroResponseStatus,
pub msg: Option<String>,
pub data: Option<serde_json::Value>, // Usually null for capture responses
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CeleroCaptureResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5897502838916084241
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroVoidResponse {
pub status: CeleroResponseStatus,
pub msg: String,
pub data: Option<serde_json::Value>, // Usually null for void responses
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CeleroVoidResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1097018382288781171
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroRefundRequest {
pub amount: MinorUnit,
pub surcharge: MinorUnit, // Required field as per API specification
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CeleroRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2242212349615633177
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroRefundResponse {
pub status: CeleroResponseStatus,
pub msg: String,
pub data: Option<serde_json::Value>, // Usually null for refund responses
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "CeleroRefundResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_291963505225438111
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroErrorResponse {
pub status: CeleroResponseStatus,
pub msg: String,
#[serde(skip_serializing_if = "Option::is_none")]
pub data: Option<serde_json::Value>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CeleroErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3202132912382141912
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/celero/transformers.rs
pub struct CeleroErrorDetails {
pub error_code: Option<String>,
pub error_message: String,
pub processor_response_code: Option<String>,
pub decline_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": "CeleroErrorDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5172849789350497522
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct AdyenRouterData<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": "AdyenRouterData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7461028226522974855
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct AdyenConnectorMetadataObject {
pub endpoint_prefix: 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": "AdyenConnectorMetadataObject",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7418410863336064606
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct AdditionalData {
authorisation_type: Option<AuthType>,
manual_capture: Option<String>,
execute_three_d: Option<String>,
pub recurring_processing_model: Option<AdyenRecurringModel>,
/// Enable recurring details in dashboard to receive this ID, https://docs.adyen.com/online-payments/tokenization/create-and-use-tokens#test-and-go-live
#[serde(rename = "recurring.recurringDetailReference")]
recurring_detail_reference: Option<Secret<String>>,
#[serde(rename = "recurring.shopperReference")]
recurring_shopper_reference: Option<String>,
network_tx_reference: Option<Secret<String>>,
#[cfg(feature = "payouts")]
payout_eligible: Option<PayoutEligibility>,
funds_availability: Option<String>,
refusal_reason_raw: Option<String>,
refusal_code_raw: Option<String>,
merchant_advice_code: Option<String>,
#[serde(flatten)]
riskdata: Option<RiskData>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "AdditionalData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2707449810538578452
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct ShopperName {
first_name: Option<Secret<String>>,
last_name: 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": "ShopperName",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5230333063434461868
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct Address {
city: String,
country: enums::CountryAlpha2,
house_number_or_name: Secret<String>,
postal_code: Secret<String>,
state_or_province: Option<Secret<String>>,
street: 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_-3966750276741830908
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct LineItem {
amount_excluding_tax: Option<MinorUnit>,
amount_including_tax: Option<MinorUnit>,
description: Option<String>,
id: Option<String>,
tax_amount: Option<MinorUnit>,
quantity: Option<u16>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "LineItem",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2396949298988026962
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct RiskData {
#[serde(rename = "riskdata.basket.item1.itemID")]
item_i_d: Option<String>,
#[serde(rename = "riskdata.basket.item1.productTitle")]
product_title: Option<String>,
#[serde(rename = "riskdata.basket.item1.amountPerItem")]
amount_per_item: Option<String>,
#[serde(rename = "riskdata.basket.item1.currency")]
currency: Option<String>,
#[serde(rename = "riskdata.basket.item1.upc")]
upc: Option<String>,
#[serde(rename = "riskdata.basket.item1.brand")]
brand: Option<String>,
#[serde(rename = "riskdata.basket.item1.manufacturer")]
manufacturer: Option<String>,
#[serde(rename = "riskdata.basket.item1.category")]
category: Option<String>,
#[serde(rename = "riskdata.basket.item1.quantity")]
quantity: Option<String>,
#[serde(rename = "riskdata.basket.item1.color")]
color: Option<String>,
#[serde(rename = "riskdata.basket.item1.size")]
size: Option<String>,
#[serde(rename = "riskdata.deviceCountry")]
device_country: Option<String>,
#[serde(rename = "riskdata.houseNumberorName")]
house_numberor_name: Option<String>,
#[serde(rename = "riskdata.accountCreationDate")]
account_creation_date: Option<String>,
#[serde(rename = "riskdata.affiliateChannel")]
affiliate_channel: Option<String>,
#[serde(rename = "riskdata.avgOrderValue")]
avg_order_value: Option<String>,
#[serde(rename = "riskdata.deliveryMethod")]
delivery_method: Option<String>,
#[serde(rename = "riskdata.emailName")]
email_name: Option<String>,
#[serde(rename = "riskdata.emailDomain")]
email_domain: Option<String>,
#[serde(rename = "riskdata.lastOrderDate")]
last_order_date: Option<String>,
#[serde(rename = "riskdata.merchantReference")]
merchant_reference: Option<String>,
#[serde(rename = "riskdata.paymentMethod")]
payment_method: Option<String>,
#[serde(rename = "riskdata.promotionName")]
promotion_name: Option<String>,
#[serde(rename = "riskdata.secondaryPhoneNumber")]
secondary_phone_number: Option<String>,
#[serde(rename = "riskdata.timefromLogintoOrder")]
timefrom_loginto_order: Option<String>,
#[serde(rename = "riskdata.totalSessionTime")]
total_session_time: Option<String>,
#[serde(rename = "riskdata.totalAuthorizedAmountInLast30Days")]
total_authorized_amount_in_last30_days: Option<String>,
#[serde(rename = "riskdata.totalOrderQuantity")]
total_order_quantity: Option<String>,
#[serde(rename = "riskdata.totalLifetimeValue")]
total_lifetime_value: Option<String>,
#[serde(rename = "riskdata.visitsMonth")]
visits_month: Option<String>,
#[serde(rename = "riskdata.visitsWeek")]
visits_week: Option<String>,
#[serde(rename = "riskdata.visitsYear")]
visits_year: Option<String>,
#[serde(rename = "riskdata.shipToName")]
ship_to_name: Option<String>,
#[serde(rename = "riskdata.first8charactersofAddressLine1Zip")]
first8charactersof_address_line1_zip: Option<String>,
#[serde(rename = "riskdata.affiliateOrder")]
affiliate_order: 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": "RiskData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6624429788694585197
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct AdyenPaymentRequest<'a> {
amount: Amount,
merchant_account: Secret<String>,
payment_method: PaymentMethod<'a>,
mpi_data: Option<AdyenMpiData>,
reference: String,
return_url: String,
browser_info: Option<AdyenBrowserInfo>,
shopper_interaction: AdyenShopperInteraction,
recurring_processing_model: Option<AdyenRecurringModel>,
additional_data: Option<AdditionalData>,
shopper_reference: Option<String>,
store_payment_method: Option<bool>,
shopper_name: Option<ShopperName>,
#[serde(rename = "shopperIP")]
shopper_ip: Option<Secret<String, common_utils::pii::IpAddress>>,
shopper_locale: Option<String>,
shopper_email: Option<Email>,
shopper_statement: Option<String>,
social_security_number: Option<Secret<String>>,
telephone_number: Option<Secret<String>>,
billing_address: Option<Address>,
delivery_address: Option<Address>,
country_code: Option<enums::CountryAlpha2>,
line_items: Option<Vec<LineItem>>,
channel: Option<Channel>,
merchant_order_reference: Option<String>,
splits: Option<Vec<AdyenSplitData>>,
store: Option<String>,
device_fingerprint: Option<Secret<String>>,
#[serde(with = "common_utils::custom_serde::iso8601::option")]
session_validity: Option<PrimitiveDateTime>,
metadata: Option<serde_json::Value>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "AdyenPaymentRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-264531677619302451
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
struct AdyenSplitData {
amount: Option<Amount>,
#[serde(rename = "type")]
split_type: common_enums::AdyenSplitType,
account: Option<String>,
reference: String,
description: 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": "AdyenSplitData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3180311291864193690
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
struct AdyenMpiData {
directory_response: String,
authentication_response: String,
cavv: Option<Secret<String>>,
token_authentication_verification_value: Option<Secret<String>>,
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": "AdyenMpiData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2385465708552721698
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
struct AdyenBrowserInfo {
user_agent: String,
accept_header: String,
language: String,
color_depth: u8,
screen_height: u32,
screen_width: u32,
time_zone_offset: i32,
java_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": "AdyenBrowserInfo",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5899052479649366406
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct AdyenBalanceRequest<'a> {
pub payment_method: AdyenPaymentMethod<'a>,
pub merchant_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": "AdyenBalanceRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4547090023880580199
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct AdyenBalanceResponse {
pub psp_reference: String,
pub balance: Amount,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "AdyenBalanceResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4441625753982479715
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct AdyenRedirectRequest {
pub details: AdyenRedirectRequestTypes,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "AdyenRedirectRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1145298489829453881
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct AdyenRefusal {
pub payload: String,
#[serde(rename = "type")]
pub type_of_redirection_result: Option<String>,
pub result_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": "AdyenRefusal",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8271030098077098755
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct AdyenRedirection {
pub redirect_result: String,
#[serde(rename = "type")]
pub type_of_redirection_result: Option<String>,
pub result_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": "AdyenRedirection",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8852045162210297784
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct AdyenThreeDS {
#[serde(rename = "threeDSResult")]
pub three_ds_result: String,
#[serde(rename = "type")]
pub type_of_redirection_result: Option<String>,
pub result_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": "AdyenThreeDS",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8371074044608669924
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct AdyenResponse {
psp_reference: String,
result_code: AdyenStatus,
amount: Option<Amount>,
merchant_reference: String,
refusal_reason: Option<String>,
refusal_reason_code: Option<String>,
additional_data: Option<AdditionalData>,
splits: Option<Vec<AdyenSplitData>>,
store: 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": "AdyenResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1193650553580899687
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct AdyenWebhookResponse {
transaction_id: String,
payment_reference: Option<String>,
status: AdyenWebhookStatus,
amount: Option<Amount>,
merchant_reference_id: String,
refusal_reason: Option<String>,
refusal_reason_code: Option<String>,
event_code: WebhookEventCode,
// Raw acquirer refusal code
refusal_code_raw: Option<String>,
// Raw acquirer refusal reason
refusal_reason_raw: Option<String>,
recurring_detail_reference: Option<Secret<String>>,
recurring_shopper_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": "AdyenWebhookResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3787785242231898038
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/adyen/transformers.rs
pub struct RedirectionErrorResponse {
result_code: AdyenStatus,
refusal_reason: Option<String>,
psp_reference: Option<String>,
merchant_reference: Option<String>,
additional_data: Option<AdditionalData>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": 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": "RedirectionErrorResponse",
"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.