id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_hyperswitch_connectors_-3884198963788980414
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/response.rs pub struct GlobalpayPaymentMethodsResponse { #[serde(rename = "id")] pub payment_method_token_id: Option<Secret<String>>, pub card: Card, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GlobalpayPaymentMethodsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5830442567379476540
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/transformers.rs pub struct GlobalPayMeta { account_name: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GlobalPayMeta", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7507764077681865379
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/transformers.rs pub struct GlobalpayErrorResponse { pub error_code: String, pub detailed_error_code: String, pub detailed_error_description: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GlobalpayErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2004588893764026631
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct GlobalPayRouterData<T> { pub amount: StringMinorUnit, 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": "GlobalPayRouterData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6000955147575750843
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct GlobalpayCancelRouterData<T> { pub amount: Option<StringMinorUnit>, 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": "GlobalpayCancelRouterData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7650414789362980199
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct GlobalpayPaymentsRequest { pub account_name: Secret<String>, pub amount: Option<StringMinorUnit>, pub currency: String, pub reference: String, pub country: api_models::enums::CountryAlpha2, pub capture_mode: Option<CaptureMode>, pub notifications: Option<Notifications>, pub payment_method: GlobalPayPaymentMethodData, pub channel: Channel, pub initiator: Option<Initiator>, pub stored_credential: Option<StoredCredential>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GlobalpayPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4739905352842659023
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct GlobalpayRefreshTokenRequest { pub app_id: Secret<String>, pub nonce: Secret<String>, pub secret: Secret<String>, pub grant_type: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GlobalpayRefreshTokenRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2441299379622033624
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct Notifications { pub return_url: Option<String>, pub status_url: Option<String>, pub cancel_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": "Notifications", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7134217834238946245
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct CommonPaymentMethodData { #[serde(flatten)] pub payment_method_data: PaymentMethodData, pub entry_mode: PaymentMethodEntryMode, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CommonPaymentMethodData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7794395309426587589
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct MandatePaymentMethodData { pub entry_mode: PaymentMethodEntryMode, pub 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": "MandatePaymentMethodData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3261764957184761100
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct Apm { /// A string used to identify the payment method provider being used to execute this /// transaction. pub provider: Option<ApmProvider>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Apm", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2685950571151159995
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct Card { pub cvv: Secret<String>, pub expiry_month: Secret<String>, pub expiry_year: Secret<String>, pub number: cards::CardNumber, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Card", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-712257105292252438
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct TokenizationData { pub brand_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": "TokenizationData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8640384235017923418
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct DigitalWallet { /// Identifies who provides the digital wallet for the Payer. pub provider: Option<DigitalWalletProvider>, /// A token that represents, or is the payment method, stored with the digital wallet. pub payment_token: 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": "DigitalWallet", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7429750230117120421
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct StoredCredential { /// Indicates the transaction processing model being executed when using stored /// credentials. pub model: Option<Model>, /// Indicates the order of this transaction in the sequence of a planned repeating /// transaction processing model. pub sequence: Option<Sequence>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "StoredCredential", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8453083898820962088
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct GlobalpayRefundRequest { pub amount: StringMinorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GlobalpayRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3522778753758815521
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct GlobalpayCaptureRequest { pub amount: Option<StringMinorUnit>, pub capture_sequence: Option<Sequence>, 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": "GlobalpayCaptureRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2940875713129466649
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct GlobalpayCancelRequest { pub 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": "GlobalpayCancelRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7419139355404300015
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/globalpay/requests.rs pub struct GlobalPayPaymentMethodsRequest { pub reference: String, #[serde(skip_serializing_if = "Option::is_none")] pub usage_mode: Option<UsageMode>, #[serde(skip_serializing_if = "Option::is_none")] pub card: Option<Card>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GlobalPayPaymentMethodsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8804692846037046028
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/phonepe/transformers.rs pub struct PhonepePaymentsRequest { amount: StringMinorUnit, card: PhonepeCard, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PhonepePaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6589727558527655328
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/phonepe/transformers.rs pub struct PhonepeCard { 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": "PhonepeCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4477754670987872116
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/phonepe/transformers.rs pub struct PhonepePaymentsResponse { status: PhonepePaymentStatus, 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": "PhonepePaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8191159889957763484
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/phonepe/transformers.rs pub struct PhonepeRefundRequest { pub amount: StringMinorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PhonepeRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/phonepe/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_-5174242836367367849
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/phonepe/transformers.rs pub struct PhonepeErrorResponse { pub status_code: u16, pub code: String, pub message: String, pub reason: Option<String>, pub network_advice_code: Option<String>, pub network_decline_code: Option<String>, pub network_error_message: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PhonepeErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6380561321371362868
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/response.rs pub struct FinixPaymentsResponse { pub id: String, pub created_at: Option<String>, pub updated_at: Option<String>, pub application: Option<Secret<String>>, pub amount: MinorUnit, pub captured_amount: Option<MinorUnit>, pub currency: Currency, pub is_void: Option<bool>, pub source: Option<Secret<String>>, pub state: FinixState, pub failure_code: Option<String>, pub messages: Option<Vec<String>>, pub failure_message: Option<String>, pub transfer: Option<String>, pub tags: FinixTags, #[serde(rename = "type")] pub payment_type: Option<FinixPaymentType>, // pub trace_id: String, pub three_d_secure: Option<FinixThreeDSecure>, // Add other fields from the API response as needed. }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FinixPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8419069235271755730
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/response.rs pub struct FinixIdentityResponse { pub id: String, pub created_at: Option<String>, pub updated_at: Option<String>, pub application: Option<String>, pub entity: Option<HashMap<String, serde_json::Value>>, pub tags: Option<FinixTags>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FinixIdentityResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2675266524248307945
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/response.rs pub struct FinixInstrumentResponse { pub id: String, pub created_at: String, pub updated_at: String, pub application: String, pub identity: Option<String>, #[serde(rename = "type")] pub instrument_type: FinixPaymentInstrumentType, pub tags: Option<FinixTags>, pub card_type: Option<FinixCardType>, pub card_brand: Option<String>, pub fingerprint: Option<String>, pub address: Option<FinixAddress>, pub name: Option<Secret<String>>, pub currency: Option<Currency>, pub 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": "FinixInstrumentResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3279705786704592478
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/response.rs pub struct FinixErrorResponse { // pub status_code: u16, pub total: Option<i64>, #[serde(rename = "_embedded")] pub embedded: Option<FinixErrorEmbedded>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FinixErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8198294799398987519
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/response.rs pub struct FinixErrorEmbedded { pub errors: Option<Vec<FinixError>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FinixErrorEmbedded", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_438375251596850320
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/response.rs pub struct FinixError { // pub logref: Option<String>, pub message: Option<String>, pub 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": "FinixError", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_484462650704986996
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixPaymentsRequest { pub amount: MinorUnit, pub currency: Currency, pub source: Secret<String>, pub merchant: Secret<String>, pub tags: Option<FinixTags>, pub three_d_secure: Option<FinixThreeDSecure>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FinixPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1844275709122906115
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixCaptureRequest { pub capture_amount: MinorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FinixCaptureRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4740970337369975116
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixCancelRequest { pub void_me: 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": "FinixCancelRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8591219920586181759
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixCaptureAuthorizationRequest { pub amount: Option<MinorUnit>, pub tags: Option<FinixTags>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FinixCaptureAuthorizationRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2713892398612361341
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixCreateIdentityRequest { pub entity: FinixIdentityEntity, pub tags: Option<FinixTags>, #[serde(rename = "type")] pub identity_type: FinixIdentityType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FinixCreateIdentityRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1717646378791148433
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixIdentityEntity { pub phone: Option<Secret<String>>, pub first_name: Option<Secret<String>>, pub last_name: Option<Secret<String>>, pub email: Option<Email>, pub personal_address: Option<FinixAddress>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FinixIdentityEntity", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4494868598805589675
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixApplePayPaymentToken { pub token: FinixApplePayToken, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FinixApplePayPaymentToken", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1374788916820878832
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixApplePayHeader { pub public_key_hash: String, pub ephemeral_public_key: String, 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": "FinixApplePayHeader", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2758409424989345934
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixApplePayEncryptedData { pub data: Secret<String>, pub signature: Secret<String>, pub header: FinixApplePayHeader, pub version: 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": "FinixApplePayEncryptedData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_866999503105482277
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixApplePayPaymentMethod { pub display_name: Secret<String>, pub network: Secret<String>, #[serde(rename = "type")] pub method_type: 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": "FinixApplePayPaymentMethod", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2258524975645633128
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixApplePayToken { pub payment_data: FinixApplePayEncryptedData, pub payment_method: FinixApplePayPaymentMethod, pub transaction_identifier: 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": "FinixApplePayToken", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_383760533193007020
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixCreatePaymentInstrumentRequest { #[serde(rename = "type")] pub instrument_type: FinixPaymentInstrumentType, pub name: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] pub number: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] pub security_code: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] pub expiration_month: Option<Secret<i8>>, #[serde(skip_serializing_if = "Option::is_none")] pub expiration_year: Option<Secret<i32>>, pub identity: String, pub tags: Option<FinixTags>, pub address: Option<FinixAddress>, pub card_brand: Option<String>, pub card_type: Option<FinixCardType>, pub additional_data: Option<HashMap<String, String>>, pub merchant_identity: Option<Secret<String>>, pub third_party_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": "FinixCreatePaymentInstrumentRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1102545978939149244
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixCreateRefundRequest { pub refund_amount: MinorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FinixCreateRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2511485267086653692
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixThreeDSecure { pub authenticated: Option<bool>, pub liability_shift: Option<Secret<String>>, pub version: Option<String>, pub eci: Option<Secret<String>>, pub cavv: Option<Secret<String>>, pub xid: 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": "FinixThreeDSecure", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8180162185398876
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/finix/transformers/request.rs pub struct FinixAddress { pub line1: Option<Secret<String>>, pub line2: Option<Secret<String>>, pub city: Option<String>, pub region: Option<Secret<String>>, pub postal_code: Option<Secret<String>>, pub country: Option<CountryAlpha3>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "FinixAddress", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8477357513817067512
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct RecurrenceRequest { action: NexixpayRecurringAction, contract_id: Option<Secret<String>>, contract_type: Option<ContractType>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RecurrenceRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5546198883270295378
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayNonMandatePaymentRequest { card: NexixpayCard, recurrence: RecurrenceRequest, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayNonMandatePaymentRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-854112205531631654
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayMandatePaymentRequest { contract_id: Secret<String>, capture_type: Option<NexixpayCaptureType>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayMandatePaymentRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4167033546096714171
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayPaymentsRequest { order: Order, #[serde(flatten)] payment_data: NexixpayPaymentsRequestData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7177710730380780516
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayCompleteAuthorizeRequest { order: Order, card: NexixpayCard, operation_id: String, capture_type: Option<NexixpayCaptureType>, three_d_s_auth_data: ThreeDSAuthData, recurrence: RecurrenceRequest, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayCompleteAuthorizeRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6668567939268203377
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct OperationData { operation_id: String, operation_currency: Currency, operation_result: NexixpayPaymentStatus, operation_type: NexixpayOperationType, order_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": "OperationData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3927153971312176910
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayCompleteAuthorizeResponse { operation: OperationData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayCompleteAuthorizeResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7862498121071104120
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayPreProcessingRequest { operation_id: Option<String>, three_d_s_auth_response: 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": "NexixpayPreProcessingRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1570744404082133992
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct Order { order_id: String, amount: StringMinorUnit, currency: Currency, description: Option<String>, customer_info: CustomerInfo, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Order", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2928314215431883961
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct CustomerInfo { card_holder_name: Secret<String>, billing_address: Option<BillingAddress>, shipping_address: Option<ShippingAddress>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CustomerInfo", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1302633262960408951
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct BillingAddress { name: Option<Secret<String>>, street: Option<Secret<String>>, city: Option<String>, post_code: Option<Secret<String>>, country: Option<CountryAlpha3>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BillingAddress", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6809708345437136578
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct ShippingAddress { name: Option<Secret<String>>, street: Option<Secret<String>>, city: Option<String>, post_code: Option<Secret<String>>, country: Option<CountryAlpha3>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "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_7326505987115672601
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayCard { pan: CardNumber, expiry_date: Secret<String>, cvv: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6260182417145264066
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct PaymentsResponse { operation: Operation, three_d_s_auth_request: String, three_d_s_auth_url: Secret<url::Url>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4839635755329652012
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayMandateResponse { operation: 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": "NexixpayMandateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1746177748603063725
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct ThreeDSAuthResult { authentication_value: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ThreeDSAuthResult", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1355378204255900042
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayRedirectionRequest { pub three_d_s_auth_url: String, pub three_ds_request: String, pub return_url: String, 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": "NexixpayRedirectionRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-9065043402600636420
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayConnectorMetaData { pub three_d_s_auth_result: Option<ThreeDSAuthResult>, pub three_d_s_auth_response: Option<Secret<String>>, pub authorization_operation_id: Option<String>, pub capture_operation_id: Option<String>, pub cancel_operation_id: Option<String>, pub psync_flow: NexixpayPaymentIntent, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayConnectorMetaData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1912225881631412260
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct UpdateNexixpayConnectorMetaData { pub three_d_s_auth_result: Option<ThreeDSAuthResult>, pub three_d_s_auth_response: Option<Secret<String>>, pub authorization_operation_id: Option<String>, pub capture_operation_id: Option<String>, pub cancel_operation_id: Option<String>, pub psync_flow: Option<NexixpayPaymentIntent>, pub meta_data: serde_json::Value, pub is_auto_capture: 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": "UpdateNexixpayConnectorMetaData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8908885303082806553
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct ThreeDSAuthData { three_d_s_auth_response: Option<Secret<String>>, authentication_value: Option<Secret<String>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ThreeDSAuthData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1733415582256542777
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayPreProcessingResponse { operation: Operation, three_d_s_auth_result: ThreeDSAuthResult, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayPreProcessingResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7554746913291179197
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct Operation { additional_data: AdditionalData, channel: Option<Channel>, customer_info: CustomerInfo, operation_amount: StringMinorUnit, operation_currency: Currency, operation_id: String, operation_result: NexixpayPaymentStatus, operation_time: String, operation_type: NexixpayOperationType, order_id: String, payment_method: String, warnings: Option<Vec<DetailedWarnings>>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "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_-5645794775868166932
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct DetailedWarnings { code: Option<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": "DetailedWarnings", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7418410863336064606
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct AdditionalData { masked_pan: String, card_id: Secret<String>, card_id4: Option<Secret<String>>, card_expiry_date: 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": "AdditionalData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7385470822103119420
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct RedirectPayload { #[serde(rename = "PaRes")] pa_res: Option<Secret<String>>, #[serde(rename = "paymentId")] payment_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": "RedirectPayload", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7402765953556959526
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayTransactionResponse { order_id: String, operation_id: String, operation_result: NexixpayPaymentStatus, operation_type: NexixpayOperationType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayTransactionResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8462826005122115157
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayRSyncResponse { order_id: String, operation_id: String, operation_result: NexixpayRefundResultStatus, operation_type: NexixpayRefundOperationType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayRSyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7204094796638596812
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayPaymentsCaptureRequest { amount: StringMinorUnit, currency: Currency, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayPaymentsCaptureRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5317309714193475655
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayPaymentsCancelRequest { description: Option<String>, amount: StringMinorUnit, currency: Currency, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayPaymentsCancelRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7692740694039712108
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayOperationResponse { operation_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": "NexixpayOperationResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6739715098762991473
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayRefundRequest { pub amount: StringMinorUnit, pub currency: Currency, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct RefundResponse { operation_id: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RefundResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3326331856167687775
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayErrorBody { pub code: Option<String>, pub 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": "NexixpayErrorBody", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4903843661884555868
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nexixpay/transformers.rs pub struct NexixpayErrorResponse { pub errors: Vec<NexixpayErrorBody>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NexixpayErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2545830001797197136
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetPaymentsRequestMerchant { signature: Secret<String>, tariff: 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": "NovalnetPaymentsRequestMerchant", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3627720378546691517
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetPaymentsRequestBilling { house_no: Option<Secret<String>>, street: Option<Secret<String>>, city: Option<Secret<String>>, zip: Option<Secret<String>>, country_code: Option<api_enums::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": "NovalnetPaymentsRequestBilling", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7072045200200629882
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetPaymentsRequestCustomer { first_name: Option<Secret<String>>, last_name: Option<Secret<String>>, email: Email, mobile: Option<Secret<String>>, billing: Option<NovalnetPaymentsRequestBilling>, no_nc: i64, birth_date: Option<String>, // Mandatory for SEPA Guarentee Payment }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NovalnetPaymentsRequestCustomer", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8783622107451895386
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetCard { card_number: CardNumber, card_expiry_month: Secret<String>, card_expiry_year: Secret<String>, card_cvc: Secret<String>, card_holder: 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": "NovalnetCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_9187300768133505897
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetRawCardDetails { card_number: CardNumber, card_expiry_month: Secret<String>, card_expiry_year: Secret<String>, scheme_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": "NovalnetRawCardDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1773693100182570186
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetMandate { 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": "NovalnetMandate", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_132586602449843558
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetSepaDebit { account_holder: Secret<String>, iban: Secret<String>, birth_date: Option<String>, // Mandatory for SEPA Guarantee Payment }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NovalnetSepaDebit", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-833178815961236857
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetGooglePay { wallet_data: 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": "NovalnetGooglePay", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3754249844923248311
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetApplePay { wallet_data: 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": "NovalnetApplePay", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2489469376197251578
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetCustom { lang: 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": "NovalnetCustom", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4917614836775988753
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetPaymentsRequestTransaction { test_mode: i8, payment_type: NovalNetPaymentTypes, amount: NovalNetAmount, currency: common_enums::Currency, order_no: String, payment_data: Option<NovalNetPaymentData>, hook_url: Option<String>, return_url: Option<String>, error_return_url: Option<String>, enforce_3d: Option<i8>, //NOTE: Needed for CREDITCARD, GOOGLEPAY create_token: Option<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": "NovalnetPaymentsRequestTransaction", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1574906021836498095
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetPaymentsRequest { merchant: NovalnetPaymentsRequestMerchant, customer: NovalnetPaymentsRequestCustomer, transaction: NovalnetPaymentsRequestTransaction, 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": "NovalnetPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7578153244241474068
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct ResultData { pub redirect_url: Option<Secret<url::Url>>, pub status: NovalnetAPIStatus, pub status_code: u64, pub status_text: String, pub additional_message: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ResultData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4041290344794616362
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetPaymentsResponseTransactionData { pub amount: Option<MinorUnit>, pub currency: Option<common_enums::Currency>, pub date: Option<String>, pub order_no: Option<String>, pub payment_data: Option<NovalnetResponsePaymentData>, pub payment_type: Option<String>, pub status_code: Option<u64>, pub txn_secret: Option<Secret<String>>, pub tid: Option<Secret<i64>>, pub test_mode: Option<i8>, pub status: Option<NovalnetTransactionStatus>, pub authorization: Option<NovalnetAuthorizationResponse>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NovalnetPaymentsResponseTransactionData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5029669709526188100
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetPaymentsResponse { 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": "NovalnetPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7866979913963909347
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetResponseCustomer { pub billing: Option<NovalnetResponseBilling>, pub customer_ip: Option<Secret<String>>, pub email: Option<Email>, pub first_name: Option<Secret<String>>, pub gender: Option<Secret<String>>, pub last_name: Option<Secret<String>>, pub mobile: Option<Secret<String>>, pub tel: Option<Secret<String>>, pub fax: 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": "NovalnetResponseCustomer", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8562399439878960950
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetResponseBilling { pub city: Option<Secret<String>>, pub country_code: Option<Secret<String>>, pub house_no: Option<Secret<String>>, pub street: Option<Secret<String>>, pub zip: Option<Secret<String>>, pub state: 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": "NovalnetResponseBilling", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1159488356385453394
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetResponseMerchant { pub project: Option<Secret<i64>>, pub project_name: Option<Secret<String>>, pub project_url: Option<url::Url>, pub vendor: 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": "NovalnetResponseMerchant", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3839003012601317761
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetAuthorizationResponse { expiry_date: Option<String>, auto_action: 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": "NovalnetAuthorizationResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2740680768033657371
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/novalnet/transformers.rs pub struct NovalnetSyncResponseTransactionData { pub amount: Option<MinorUnit>, pub currency: Option<common_enums::Currency>, pub date: Option<String>, pub order_no: Option<String>, pub payment_data: Option<NovalnetResponsePaymentData>, pub payment_type: String, pub status: NovalnetTransactionStatus, pub status_code: u64, pub test_mode: u8, pub tid: Option<Secret<i64>>, pub txn_secret: Option<Secret<String>>, pub authorization: Option<NovalnetAuthorizationResponse>, pub reason: Option<String>, pub reason_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": "NovalnetSyncResponseTransactionData", "total_crates": null, "trait_name": null }