id
stringlengths 20
153
| type
stringclasses 1
value | granularity
stringclasses 14
values | content
stringlengths 16
84.3k
| metadata
dict |
|---|---|---|---|---|
hyperswitch_struct_hyperswitch_connectors_-3439357498681350505
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/tokenio/transformers.rs
pub struct TokenioRefundRequest {
pub amount: StringMajorUnit,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "TokenioRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/tokenio/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_2904264923207396972
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/tokenio/transformers.rs
pub struct TokenioWebhookPayload {
#[serde(rename = "eventType", skip_serializing_if = "Option::is_none")]
pub event_type: Option<String>,
pub id: String,
#[serde(flatten)]
pub event_data: TokenioWebhookEventData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "TokenioWebhookPayload",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2953006333584923342
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/tokenio/transformers.rs
pub struct TokenioPaymentObjectV2 {
pub id: String,
pub status: TokenioPaymentStatus,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "TokenioPaymentObjectV2",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3999076949958692517
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
pub struct RecurlyErrorResponse {
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": "RecurlyErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7014779941070737943
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
pub struct RecurlyWebhookBody {
// Transaction uuid
pub uuid: String,
pub event_type: RecurlyPaymentEventType,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RecurlyWebhookBody",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3012531832526576475
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
pub struct RecurlyRecoveryDetailsData {
pub amount: FloatMajorUnit,
pub currency: common_enums::Currency,
pub id: String,
pub status_code: Option<String>,
pub status_message: Option<String>,
pub account: Account,
pub invoice: Invoice,
pub payment_method: PaymentMethod,
pub payment_gateway: PaymentGateway,
#[serde(with = "common_utils::custom_serde::iso8601")]
pub created_at: PrimitiveDateTime,
pub status: RecurlyChargeStatus,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RecurlyRecoveryDetailsData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-9139326631494959332
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
pub struct PaymentMethod {
pub gateway_token: String,
pub funding_source: RecurlyFundingTypes,
pub object: RecurlyPaymentObject,
pub card_type: common_enums::CardNetwork,
pub first_six: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentMethod",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5925699648724492173
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
pub struct Invoice {
pub id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Invoice",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-215328822644315859
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
pub struct Account {
pub id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Account",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7348878522046142907
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
pub struct PaymentGateway {
pub id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentGateway",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8330519124156440875
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
pub struct RecurlyRecordBackResponse {
// Invoice id
pub id: id_type::PaymentReferenceId,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RecurlyRecordBackResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5737736632092530706
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
pub struct RecurlyInvoiceSyncResponse {
pub id: String,
pub total: FloatMajorUnit,
pub currency: common_enums::Currency,
pub address: Option<RecurlyInvoiceBillingAddress>,
pub line_items: Vec<RecurlyLineItems>,
pub transactions: Vec<RecurlyInvoiceTransactionsStatus>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RecurlyInvoiceSyncResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3873282831755466093
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
pub struct RecurlyInvoiceBillingAddress {
pub street1: Option<Secret<String>>,
pub street2: Option<Secret<String>>,
pub region: Option<Secret<String>>,
pub country: Option<enums::CountryAlpha2>,
pub postal_code: Option<Secret<String>>,
pub city: 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": "RecurlyInvoiceBillingAddress",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1853471634235929802
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
pub struct RecurlyLineItems {
#[serde(rename = "type")]
pub invoice_type: RecurlyInvoiceLineItemType,
#[serde(with = "common_utils::custom_serde::iso8601")]
pub start_date: PrimitiveDateTime,
#[serde(with = "common_utils::custom_serde::iso8601")]
pub end_date: PrimitiveDateTime,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RecurlyLineItems",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5854298350470581643
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/recurly/transformers.rs
pub struct RecurlyInvoiceTransactionsStatus {
pub status: 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": "RecurlyInvoiceTransactionsStatus",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4754793338544395299
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpayTokenRequest {
ref_info: String,
profile: Secret<String>,
entry_method: i8,
token_type: i8,
card_entry_context: i8,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProphetpayTokenRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7957959459502543388
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpayTokenResponse {
hosted_tokenize_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": "ProphetpayTokenResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2343806494714011145
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpayCompleteRequest {
amount: f64,
ref_info: String,
inquiry_reference: String,
profile: Secret<String>,
action_type: i8,
card_token: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProphetpayCompleteRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3689488625069003621
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpaySyncRequest {
transaction_id: String,
ref_info: String,
inquiry_reference: String,
profile: Secret<String>,
action_type: i8,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProphetpaySyncRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7883211788038872457
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpayCompleteAuthResponse {
pub success: bool,
pub response_text: String,
#[serde(rename = "transactionID")]
pub transaction_id: String,
pub response_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": "ProphetpayCompleteAuthResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4736842775838247043
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpayCardTokenData {
card_token: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProphetpayCardTokenData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2192345066444714426
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpaySyncResponse {
success: bool,
pub response_text: String,
#[serde(rename = "transactionID")]
pub transaction_id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProphetpaySyncResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2318918794982536780
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpayVoidResponse {
pub success: bool,
pub response_text: String,
#[serde(rename = "transactionID")]
pub transaction_id: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProphetpayVoidResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1350051154364508120
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpayVoidRequest {
pub transaction_id: String,
pub profile: Secret<String>,
pub ref_info: String,
pub inquiry_reference: String,
pub action_type: i8,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProphetpayVoidRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-9190921571988552407
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpayRefundRequest {
pub amount: f64,
pub card_token: Secret<String>,
pub transaction_id: String,
pub profile: Secret<String>,
pub ref_info: String,
pub inquiry_reference: String,
pub action_type: i8,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProphetpayRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6446725301790922524
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpayRefundResponse {
pub success: bool,
pub response_text: String,
pub tran_seq_number: 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": "ProphetpayRefundResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7377701802489878015
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpayRefundSyncResponse {
pub success: bool,
pub response_text: String,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProphetpayRefundSyncResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8906478941976773704
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/prophetpay/transformers.rs
pub struct ProphetpayRefundSyncRequest {
transaction_id: String,
inquiry_reference: String,
ref_info: String,
profile: Secret<String>,
action_type: i8,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ProphetpayRefundSyncRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2052038586870786206
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct Amount {
pub value: FloatMajorUnit,
pub currency: enums::Currency,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Amount",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5230333063434461868
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct Address {
#[serde(rename = "street1")]
pub street1: Option<Secret<String>>,
pub city: Option<String>,
pub state: Option<Secret<String>>,
pub country: Option<CountryAlpha2>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"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_9190264640199773318
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct AccountHolder {
#[serde(rename = "first-name")]
pub first_name: Option<Secret<String>>,
#[serde(rename = "last-name")]
pub last_name: Option<Secret<String>>,
pub email: Option<Email>,
pub phone: Option<Secret<String>>,
pub address: Option<Address>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "AccountHolder",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2685950571151159995
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct Card {
#[serde(rename = "account-number")]
pub account_number: CardNumber,
#[serde(rename = "expiration-month")]
pub expiration_month: Secret<String>,
#[serde(rename = "expiration-year")]
pub expiration_year: Secret<String>,
#[serde(rename = "card-security-code")]
pub card_security_code: Secret<String>,
#[serde(rename = "card-type")]
pub card_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": "Card",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-9139326631494959332
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct PaymentMethod {
pub name: GetnetPaymentMethods,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"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_8827786726318581550
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct Notification {
pub 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": "Notification",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_944861766156520964
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct PaymentMethodContainer {
#[serde(rename = "payment-method")]
pub payment_method: Vec<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": "PaymentMethodContainer",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7648828257824701998
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct NotificationContainer {
pub notification: Vec<Notification>,
pub format: NotificationFormat,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "NotificationContainer",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6323282751297148237
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct MerchantAccountId {
pub value: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "MerchantAccountId",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1865524202876606280
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct PaymentData {
#[serde(rename = "merchant-account-id")]
pub merchant_account_id: MerchantAccountId,
#[serde(rename = "request-id")]
pub request_id: String,
#[serde(rename = "transaction-type")]
pub transaction_type: GetnetTransactionType,
#[serde(rename = "requested-amount")]
pub requested_amount: Amount,
#[serde(rename = "account-holder")]
pub account_holder: Option<AccountHolder>,
pub card: Card,
#[serde(rename = "ip-address")]
pub ip_address: Option<Secret<String, IpAddress>>,
#[serde(rename = "payment-methods")]
pub payment_methods: PaymentMethodContainer,
pub notifications: Option<NotificationContainer>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2320564785475491283
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct GetnetPaymentsRequest {
payment: PaymentData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GetnetPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_9086015869803194727
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct GetnetCard {
number: 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": "GetnetCard",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7998535581233198759
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct Status {
pub code: String,
pub description: String,
pub severity: 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_6379436763035932066
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct Statuses {
pub status: Vec<Status>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Statuses",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-411589199274257497
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct CardToken {
#[serde(rename = "token-id")]
pub token_id: Secret<String>,
#[serde(rename = "masked-account-number")]
pub masked_account_number: 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": "CardToken",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6896092387190676597
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct PaymentResponseData {
pub statuses: Statuses,
pub descriptor: Option<String>,
pub notifications: NotificationContainer,
#[serde(rename = "merchant-account-id")]
pub merchant_account_id: MerchantAccountId,
#[serde(rename = "transaction-id")]
pub transaction_id: String,
#[serde(rename = "request-id")]
pub request_id: String,
#[serde(rename = "transaction-type")]
pub transaction_type: GetnetTransactionType,
#[serde(rename = "transaction-state")]
pub transaction_state: GetnetPaymentStatus,
#[serde(rename = "completion-time-stamp")]
pub completion_time_stamp: Option<i64>,
#[serde(rename = "requested-amount")]
pub requested_amount: Amount,
#[serde(rename = "account-holder")]
pub account_holder: Option<AccountHolder>,
#[serde(rename = "card-token")]
pub card_token: CardToken,
#[serde(rename = "ip-address")]
pub ip_address: Option<Secret<String, IpAddress>>,
#[serde(rename = "payment-methods")]
pub payment_methods: PaymentMethodContainer,
#[serde(rename = "api-id")]
pub api_id: String,
#[serde(rename = "self")]
pub self_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": "PaymentResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_6260182417145264066
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct PaymentsResponse {
payment: PaymentResponseData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaymentsResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-2195939772626637169
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct CapturePaymentData {
#[serde(rename = "merchant-account-id")]
pub merchant_account_id: MerchantAccountId,
#[serde(rename = "request-id")]
pub request_id: String,
#[serde(rename = "transaction-type")]
pub transaction_type: GetnetTransactionType,
#[serde(rename = "parent-transaction-id")]
pub parent_transaction_id: String,
#[serde(rename = "requested-amount")]
pub requested_amount: Amount,
pub notifications: NotificationContainer,
#[serde(rename = "ip-address")]
pub ip_address: Option<Secret<String, IpAddress>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CapturePaymentData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4069489355166695372
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct GetnetCaptureRequest {
pub payment: CapturePaymentData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GetnetCaptureRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5991142960302781455
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct CaptureResponseData {
pub statuses: Statuses,
pub descriptor: String,
pub notifications: NotificationContainer,
#[serde(rename = "merchant-account-id")]
pub merchant_account_id: MerchantAccountId,
#[serde(rename = "transaction-id")]
pub transaction_id: String,
#[serde(rename = "request-id")]
pub request_id: String,
#[serde(rename = "transaction-type")]
pub transaction_type: GetnetTransactionType,
#[serde(rename = "transaction-state")]
pub transaction_state: GetnetPaymentStatus,
#[serde(rename = "completion-time-stamp")]
pub completion_time_stamp: Option<i64>,
#[serde(rename = "requested-amount")]
pub requested_amount: Amount,
#[serde(rename = "parent-transaction-id")]
pub parent_transaction_id: String,
#[serde(rename = "account-holder")]
pub account_holder: Option<AccountHolder>,
#[serde(rename = "card-token")]
pub card_token: CardToken,
#[serde(rename = "ip-address")]
pub ip_address: Option<Secret<String, IpAddress>>,
#[serde(rename = "payment-methods")]
pub payment_methods: PaymentMethodContainer,
#[serde(rename = "parent-transaction-amount")]
pub parent_transaction_amount: Amount,
#[serde(rename = "authorization-code")]
pub authorization_code: String,
#[serde(rename = "api-id")]
pub api_id: String,
#[serde(rename = "self")]
pub self_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": "CaptureResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2793781459926260344
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct GetnetCaptureResponse {
payment: CaptureResponseData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GetnetCaptureResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8619167823035576002
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct RefundPaymentData {
#[serde(rename = "merchant-account-id")]
pub merchant_account_id: MerchantAccountId,
#[serde(rename = "request-id")]
pub request_id: String,
#[serde(rename = "transaction-type")]
pub transaction_type: GetnetTransactionType,
#[serde(rename = "parent-transaction-id")]
pub parent_transaction_id: String,
pub notifications: NotificationContainer,
#[serde(rename = "ip-address")]
pub ip_address: Option<Secret<String, IpAddress>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RefundPaymentData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-209364157795032444
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct GetnetRefundRequest {
pub payment: RefundPaymentData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GetnetRefundRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_653798596548508817
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct RefundResponseData {
pub statuses: Statuses,
pub descriptor: String,
pub notifications: NotificationContainer,
#[serde(rename = "merchant-account-id")]
pub merchant_account_id: MerchantAccountId,
#[serde(rename = "transaction-id")]
pub transaction_id: String,
#[serde(rename = "request-id")]
pub request_id: String,
#[serde(rename = "transaction-type")]
pub transaction_type: GetnetTransactionType,
#[serde(rename = "transaction-state")]
pub transaction_state: RefundStatus,
#[serde(rename = "completion-time-stamp")]
pub completion_time_stamp: Option<i64>,
#[serde(rename = "requested-amount")]
pub requested_amount: Amount,
#[serde(rename = "parent-transaction-id")]
#[serde(skip_serializing_if = "Option::is_none")]
pub parent_transaction_id: Option<String>,
#[serde(rename = "account-holder")]
pub account_holder: Option<AccountHolder>,
#[serde(rename = "card-token")]
pub card_token: CardToken,
#[serde(rename = "ip-address")]
pub ip_address: Option<Secret<String, IpAddress>>,
#[serde(rename = "payment-methods")]
pub payment_methods: PaymentMethodContainer,
#[serde(rename = "parent-transaction-amount")]
#[serde(skip_serializing_if = "Option::is_none")]
pub parent_transaction_amount: Option<Amount>,
#[serde(rename = "api-id")]
pub api_id: String,
#[serde(rename = "self")]
pub self_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": "RefundResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct RefundResponse {
payment: 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_-4277263744277900561
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct CancelPaymentData {
#[serde(rename = "merchant-account-id")]
pub merchant_account_id: MerchantAccountId,
#[serde(rename = "request-id")]
pub request_id: String,
#[serde(rename = "transaction-type")]
pub transaction_type: GetnetTransactionType,
#[serde(rename = "parent-transaction-id")]
pub parent_transaction_id: String,
pub notifications: NotificationContainer,
#[serde(rename = "ip-address")]
pub ip_address: Option<Secret<String, IpAddress>>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CancelPaymentData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4057719653765044991
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct GetnetCancelRequest {
pub payment: CancelPaymentData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GetnetCancelRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_396711575969962119
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct CancelResponseData {
pub statuses: Statuses,
pub descriptor: String,
pub notifications: NotificationContainer,
#[serde(rename = "merchant-account-id")]
pub merchant_account_id: MerchantAccountId,
#[serde(rename = "transaction-id")]
pub transaction_id: String,
#[serde(rename = "request-id")]
pub request_id: String,
#[serde(rename = "transaction-type")]
pub transaction_type: GetnetTransactionType,
#[serde(rename = "transaction-state")]
pub transaction_state: GetnetPaymentStatus,
#[serde(rename = "completion-time-stamp")]
pub completion_time_stamp: Option<i64>,
#[serde(rename = "requested-amount")]
pub requested_amount: Amount,
#[serde(rename = "parent-transaction-id")]
pub parent_transaction_id: String,
#[serde(rename = "account-holder")]
pub account_holder: Option<AccountHolder>,
#[serde(rename = "card-token")]
pub card_token: CardToken,
#[serde(rename = "ip-address")]
pub ip_address: Option<Secret<String, IpAddress>>,
#[serde(rename = "payment-methods")]
pub payment_methods: PaymentMethodContainer,
#[serde(rename = "parent-transaction-amount")]
pub parent_transaction_amount: Amount,
#[serde(rename = "api-id")]
pub api_id: String,
#[serde(rename = "self")]
pub self_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": "CancelResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1749155989767945503
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct GetnetCancelResponse {
payment: CancelResponseData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GetnetCancelResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7077088573066721787
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct GetnetErrorResponse {
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": "GetnetErrorResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_276100824645355750
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct GetnetWebhookNotificationResponse {
#[serde(rename = "response-signature-base64")]
pub response_signature_base64: Secret<String>,
#[serde(rename = "response-signature-algorithm")]
pub response_signature_algorithm: Secret<String>,
#[serde(rename = "response-base64")]
pub response_base64: 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": "GetnetWebhookNotificationResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8028362932186320420
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct WebhookResponseData {
pub statuses: Statuses,
pub descriptor: String,
pub notifications: NotificationContainer,
#[serde(rename = "merchant-account-id")]
pub merchant_account_id: MerchantAccountId,
#[serde(rename = "transaction-id")]
pub transaction_id: String,
#[serde(rename = "request-id")]
pub request_id: String,
#[serde(rename = "transaction-type")]
pub transaction_type: GetnetTransactionType,
#[serde(rename = "transaction-state")]
pub transaction_state: GetnetPaymentStatus,
#[serde(rename = "completion-time-stamp")]
pub completion_time_stamp: u64,
#[serde(rename = "requested-amount")]
pub requested_amount: Amount,
#[serde(rename = "parent-transaction-id")]
#[serde(skip_serializing_if = "Option::is_none")]
pub parent_transaction_id: Option<String>,
#[serde(rename = "account-holder")]
pub account_holder: Option<AccountHolder>,
#[serde(rename = "card-token")]
pub card_token: CardToken,
#[serde(rename = "ip-address")]
pub ip_address: Option<Secret<String, IpAddress>>,
#[serde(rename = "payment-methods")]
pub payment_methods: PaymentMethodContainer,
#[serde(rename = "parent-transaction-amount")]
#[serde(skip_serializing_if = "Option::is_none")]
pub parent_transaction_amount: Option<Amount>,
#[serde(rename = "authorization-code")]
#[serde(skip_serializing_if = "Option::is_none")]
pub authorization_code: Option<String>,
#[serde(rename = "api-id")]
pub api_id: String,
#[serde(rename = "provider-account-id")]
#[serde(skip_serializing_if = "Option::is_none")]
pub provider_account_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": "WebhookResponseData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7115997521472405577
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/getnet/transformers.rs
pub struct GetnetWebhookNotificationResponseBody {
pub payment: WebhookResponseData,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "GetnetWebhookNotificationResponseBody",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4423976607562505103
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalRouterData<T> {
pub amount: StringMajorUnit,
pub shipping_cost: Option<StringMajorUnit>,
pub order_tax_amount: Option<StringMajorUnit>,
pub order_amount: Option<StringMajorUnit>,
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": "PaypalRouterData",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3186581390550055245
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct OrderAmount {
pub currency_code: storage_enums::Currency,
pub value: StringMajorUnit,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "OrderAmount",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5573263539617815025
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct OrderRequestAmount {
pub currency_code: storage_enums::Currency,
pub value: StringMajorUnit,
pub breakdown: AmountBreakdown,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "OrderRequestAmount",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3677388956298098272
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct AmountBreakdown {
item_total: OrderAmount,
tax_total: Option<OrderAmount>,
shipping: Option<OrderAmount>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "AmountBreakdown",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7785241728331575496
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PurchaseUnitRequest {
reference_id: Option<String>, //reference for an item in purchase_units
invoice_id: Option<String>, //The API caller-provided external invoice number for this order. Appears in both the payer's transaction history and the emails that the payer receives.
custom_id: Option<String>, //Used to reconcile client transactions with PayPal transactions.
amount: OrderRequestAmount,
#[serde(skip_serializing_if = "Option::is_none")]
payee: Option<Payee>,
shipping: Option<ShippingAddress>,
items: Vec<ItemDetails>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PurchaseUnitRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4075508606106819196
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct Payee {
merchant_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": "Payee",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5213204998744720493
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct ItemDetails {
name: String,
quantity: u16,
unit_amount: OrderAmount,
tax: Option<OrderAmount>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ItemDetails",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5230333063434461868
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct Address {
address_line_1: Option<Secret<String>>,
postal_code: Option<Secret<String>>,
country_code: enums::CountryAlpha2,
admin_area_2: 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": "Address",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6809708345437136578
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct ShippingAddress {
address: Option<Address>,
name: Option<ShippingName>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ShippingAddress",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7778538152169690734
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalUpdateOrderRequest(Vec<Operation>);
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaypalUpdateOrderRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_7554746913291179197
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct Operation {
pub op: PaypalOperationType,
pub path: String,
pub value: 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": "Operation",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2264376348368716221
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct ShippingName {
full_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": "ShippingName",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2833776870863219973
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct CardRequestStruct {
billing_address: Option<Address>,
expiry: Option<Secret<String>>,
name: Option<Secret<String>>,
number: Option<cards::CardNumber>,
security_code: Option<Secret<String>>,
attributes: Option<CardRequestAttributes>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CardRequestStruct",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-1056812121262959439
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct VaultStruct {
vault_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": "VaultStruct",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-3403961626591762752
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct CardRequestAttributes {
vault: Option<PaypalVault>,
verification: Option<ThreeDsMethod>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CardRequestAttributes",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5362785364426354719
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct ThreeDsMethod {
method: ThreeDsType,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ThreeDsMethod",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3737337905473939004
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct RedirectRequest {
name: Secret<String>,
country_code: enums::CountryAlpha2,
experience_context: ContextStruct,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "RedirectRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5376782742717879815
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct ContextStruct {
return_url: Option<String>,
cancel_url: Option<String>,
user_action: Option<UserAction>,
shipping_preference: ShippingPreference,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "ContextStruct",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_4412089227559413607
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalRedirectionStruct {
experience_context: ContextStruct,
attributes: Option<Attributes>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaypalRedirectionStruct",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_719083592086579889
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct Attributes {
vault: PaypalVault,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "Attributes",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5515499656983092496
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalRedirectionResponse {
attributes: Option<AttributeResponse>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaypalRedirectionResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4080020103385240320
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct EpsRedirectionResponse {
name: Option<Secret<String>>,
country_code: Option<enums::CountryAlpha2>,
bic: 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": "EpsRedirectionResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8901196200007070029
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct IdealRedirectionResponse {
name: Option<Secret<String>>,
country_code: Option<enums::CountryAlpha2>,
bic: Option<Secret<String>>,
iban_last_chars: 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": "IdealRedirectionResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8562992487912324280
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct AttributeResponse {
vault: PaypalVaultResponse,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "AttributeResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_860395453916440839
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalVault {
store_in_vault: StoreInVault,
usage_type: UsageType,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaypalVault",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_5669973060360895365
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalVaultResponse {
id: String,
status: String,
customer: 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": "PaypalVaultResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_2567983837019059587
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct CustomerId {
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": "CustomerId",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-7088205964989022247
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct CardVaultResponse {
attributes: Option<AttributeResponse>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CardVaultResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_1822521480719356702
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalPaymentsRequest {
intent: PaypalPaymentIntent,
purchase_units: Vec<PurchaseUnitRequest>,
payment_source: Option<PaymentSourceItem>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaypalPaymentsRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-5072896457645458271
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalZeroMandateRequest {
payment_source: ZeroMandateSourceItem,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaypalZeroMandateRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6131569147686666428
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalMandateStruct {
experience_context: Option<ContextStruct>,
usage_type: UsageType,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaypalMandateStruct",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-6758763004497662286
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct CardMandateRequest {
billing_address: Option<Address>,
expiry: Option<Secret<String>>,
name: Option<Secret<String>>,
number: Option<cards::CardNumber>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "CardMandateRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_956053685043091341
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalSetupMandatesResponse {
id: String,
customer: Customer,
payment_source: ZeroMandateSourceItem,
links: Vec<PaypalLinks>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaypalSetupMandatesResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-8051645323253493976
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct Customer {
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": "Customer",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_-4737496052850804481
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalExtendAuthorizationRequest {
amount: OrderAmount,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaypalExtendAuthorizationRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3005921504443989333
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalAuthUpdateRequest {
grant_type: String,
client_id: Secret<String>,
client_secret: Secret<String>,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaypalAuthUpdateRequest",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_3799464405422863845
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalAuthUpdateResponse {
pub access_token: Secret<String>,
pub token_type: String,
pub expires_in: 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": "PaypalAuthUpdateResponse",
"total_crates": null,
"trait_name": null
}
|
hyperswitch_struct_hyperswitch_connectors_8995598467158498413
|
clm
|
struct
|
// hyperswitch/crates/hyperswitch_connectors/src/connectors/paypal/transformers.rs
pub struct PaypalIncrementalAuthRequest {
amount: OrderAmount,
}
|
{
"chunk": null,
"crate": "hyperswitch_connectors",
"enum_name": null,
"file_size": null,
"for_type": null,
"function_name": null,
"is_async": null,
"is_pub": null,
"lines": null,
"method_name": null,
"num_enums": null,
"num_items": null,
"num_structs": null,
"repo": "hyperswitch",
"start_line": null,
"struct_name": "PaypalIncrementalAuthRequest",
"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.