id
stringlengths
20
153
type
stringclasses
1 value
granularity
stringclasses
14 values
content
stringlengths
16
84.3k
metadata
dict
hyperswitch_struct_hyperswitch_connectors_-1660903962435854731
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs pub struct ChargebeeGetPlanPriceList { pub item_price: ChargebeePlanPriceItem, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ChargebeeGetPlanPriceList", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2748993149467084587
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs pub struct ChargebeePlanPriceItem { pub id: String, pub name: String, pub currency_code: common_enums::Currency, pub free_quantity: i64, #[serde(default, with = "common_utils::custom_serde::timestamp::option")] pub created_at: Option<PrimitiveDateTime>, pub deleted: bool, pub item_id: Option<String>, pub period: i64, pub period_unit: ChargebeePeriodUnit, pub trial_period: Option<i64>, pub trial_period_unit: Option<ChargebeeTrialPeriodUnit>, pub price: MinorUnit, pub pricing_model: ChargebeePricingModel, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ChargebeePlanPriceItem", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4950924360271654004
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs pub struct SubscriptionEstimateResponse { pub estimate: ChargebeeEstimate, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SubscriptionEstimateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5107741881946296131
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs pub struct ChargebeeEstimate { pub created_at: i64, /// type of the object will be `estimate` pub object: String, pub subscription_estimate: SubscriptionEstimate, pub invoice_estimate: InvoiceEstimate, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ChargebeeEstimate", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4513418336375695971
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs pub struct SubscriptionEstimate { pub status: String, #[serde(default, with = "common_utils::custom_serde::timestamp::option")] pub next_billing_at: Option<PrimitiveDateTime>, /// type of the object will be `subscription_estimate` pub object: String, pub currency_code: 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": "SubscriptionEstimate", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7043822276819221770
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs pub struct InvoiceEstimate { pub recurring: bool, #[serde(default, with = "common_utils::custom_serde::timestamp::option")] pub date: Option<PrimitiveDateTime>, pub price_type: String, pub sub_total: MinorUnit, pub total: MinorUnit, pub credits_applied: MinorUnit, pub amount_paid: MinorUnit, pub amount_due: MinorUnit, /// type of the object will be `invoice_estimate` pub object: String, pub customer_id: CustomerId, pub line_items: Vec<LineItem>, pub currency_code: enums::Currency, pub round_off_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": "InvoiceEstimate", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3966750276741830908
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/chargebee/transformers.rs pub struct LineItem { pub id: String, #[serde(default, with = "common_utils::custom_serde::timestamp::option")] pub date_from: Option<PrimitiveDateTime>, #[serde(default, with = "common_utils::custom_serde::timestamp::option")] pub date_to: Option<PrimitiveDateTime>, pub unit_amount: MinorUnit, pub quantity: i64, pub amount: MinorUnit, pub pricing_model: String, pub is_taxed: bool, pub tax_amount: MinorUnit, /// type of the object will be `line_item` pub object: String, pub customer_id: String, pub description: String, pub entity_type: String, pub entity_id: String, pub discount_amount: MinorUnit, pub item_level_discount_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": "LineItem", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2971646327237658368
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/transformers.rs pub struct NordeaAuthType { pub(super) client_id: Secret<String>, pub(super) client_secret: Secret<String>, /// PEM format private key for eIDAS signing /// Should be base64 encoded pub(super) eidas_private_key: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NordeaAuthType", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8779585174985528851
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/transformers.rs pub struct NordeaConnectorMetadataObject { /// Account number of the beneficiary (merchant) pub destination_account_number: Secret<String>, /// Account type (example: IBAN, BBAN_SE, BBAN_DK, BBAN_NO, BGNR, PGNR, GIRO_DK, BBAN_OTHER) pub account_type: String, /// Name of the beneficiary (merchant) pub merchant_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": "NordeaConnectorMetadataObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-833921835824713300
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct NordeaOAuthExchangeResponse { pub access_token: Option<Secret<String>>, pub expires_in: Option<i64>, pub refresh_token: Option<Secret<String>>, pub token_type: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NordeaOAuthExchangeResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7949246918624172558
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct NordeaGroupHeader { /// Response creation time. Format: date-time. pub creation_date_time: Option<String>, /// HTTP code for response. Format: int32. pub http_code: Option<i32>, /// Original request id for correlation purposes pub message_identification: Option<String>, /// Details of paginated response pub message_pagination: Option<MessagePagination>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NordeaGroupHeader", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8747090860409128453
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct NordeaResponseLinks { /// Describes the nature of the link, e.g. 'details' for a link to the detailed information of a listed resource. pub rel: Option<String>, /// Relative path to the linked resource pub href: 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": "NordeaResponseLinks", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4265059710694043986
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct TransactionFee { /// Monetary amount pub amount: InstructedAmount, pub description: Option<String>, pub excluded_from_total_fee: Option<bool>, pub percentage: Option<bool>, #[serde(rename = "type")] pub fees_type: Option<FeesType>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TransactionFee", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7416455916173815775
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct BankFee { /// Example 'domestic_transaction' only for DK domestic payments #[serde(rename = "_type")] pub bank_fee_type: Option<String>, /// Country code according to ISO Alpha-2 pub country_code: Option<CountryAlpha2>, /// Currency code according to ISO 4217 pub currency_code: Option<api_models::enums::Currency>, /// Value of the fee. pub value: Option<StringMajorUnit>, pub fees: Option<Vec<TransactionFee>>, /// Monetary amount pub total_fee_amount: InstructedAmount, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BankFee", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5789022711392041746
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct ExchangeRate { pub base_currency: Option<api_models::enums::Currency>, pub exchange_currency: Option<api_models::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": "ExchangeRate", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2019699182530265198
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct MessagePagination { /// Resource listing may return a continuationKey if there's more results available. /// Request may be retried with the continuationKey, but otherwise same parameters, in order to get more results. pub continuation_key: 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": "MessagePagination", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8576224815148495783
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct NordeaPaymentsInitiateResponseData { /// Unique payment identifier assigned for new payment #[serde(rename = "_id")] pub payment_id: String, /// HATEOAS inspired links: 'rel' and 'href'. Context specific link (only GET supported) #[serde(rename = "_links")] pub links: Option<Vec<NordeaResponseLinks>>, /// Marked as required field in the docs, but connector does not send amount in payment_response.amount pub amount: Option<StringMajorUnit>, /// Bearer of charges. shar = The Debtor (sender of the payment) will pay all fees charged by the sending bank. /// The Creditor (recipient of the payment) will pay all fees charged by the receiving bank. /// debt = The Debtor (sender of the payment) will bear all of the payment transaction fees. /// The creditor (beneficiary) will receive the full amount of the payment. pub charge_bearer: Option<ChargeBearer>, /// Creditor of the payment #[serde(rename = "creditor")] pub creditor_account: CreditorAccount, pub currency: Option<api_models::enums::Currency>, /// Debtor of the payment #[serde(rename = "debtor")] pub debitor_account: Option<DebitorAccount>, /// Timestamp of payment creation. ISO 8601 format yyyy-mm-ddThh:mm:ss.fffZ. Format:date-time. pub entry_date_time: Option<String>, /// Unique identification as assigned by a partner to identify the payment. pub external_id: Option<String>, /// An amount the bank will charge for executing the payment pub fee: Option<BankFee>, pub indicative_exchange_rate: Option<ExchangeRate>, /// It is mentioned as `number`. It can be an integer or a decimal number. pub rate: Option<f32>, /// Monetary amount pub instructed_amount: Option<InstructedAmount>, /// Indication of cross border payment to own account pub is_own_account_transfer: Option<bool>, /// OTP Challenge pub otp_challenge: Option<String>, /// Status of the payment pub payment_status: NordeaPaymentStatus, /// Planned execution date will indicate the day the payment will be finalized. If the payment has been pushed due to cut-off, it will be indicated in planned execution date. Format:date. pub planned_execution_date: Option<String>, /// Recurring information pub recurring: Option<RecurringInformation>, /// Choose a preferred execution date (or leave blank for today's date). /// This should be a valid bank day, and depending on the country the date will either be pushed to the next valid bank day, /// or return an error if a non-banking day date was supplied (all dates accepted in sandbox). /// SEPA: max +5 years from yesterday, Domestic: max. +1 year from yesterday. NB: Not supported for Own transfer Non-Recurring Norway. /// Format:date. pub requested_execution_date: Option<String>, /// Timestamp of payment creation. ISO 8601 format yyyy-mm-ddThh:mm:ss.fffZ Format:date-time. pub timestamp: Option<String>, /// Additional messages for third parties pub tpp_messages: Option<Vec<ThirdPartyMessages>>, pub transaction_fee: Option<Vec<BankFee>>, /// Currency that the cross border payment will be transferred in. /// This field is only supported for cross border payments for DK. /// If this field is not supplied then the payment will use the currency specified for the currency field of instructed_amount. pub transfer_currency: Option<api_models::enums::Currency>, /// Urgency of the payment. NB: This field is supported for DK Domestic ('standard' and 'express') and NO Domestic bank transfer payments ('standard' and 'express'). /// Use 'express' for Straksbetaling (Instant payment). /// All other payment types ignore this input. /// For further details on urgencies and cut-offs, refer to the Nordea website. /// Value 'sameday' is marked as deprecated and will be removed in the future. pub urgency: Option<PaymentsUrgency>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NordeaPaymentsInitiateResponseData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6240855871317503828
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct NordeaPaymentsInitiateResponse { /// Payment information #[serde(rename = "response")] pub payments_response: Option<NordeaPaymentsInitiateResponseData>, /// External response header pub group_header: Option<NordeaGroupHeader>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NordeaPaymentsInitiateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3010362019559503377
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct NordeaPaymentsConfirmErrorObject { /// Error message pub error: Option<String>, /// Description of the error pub error_description: Option<String>, /// Payment id of the payment, the error is associated with pub 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": "NordeaPaymentsConfirmErrorObject", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7420086931553040362
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct NordeaPaymentsResponseWrapper { pub payments: Vec<NordeaPaymentsInitiateResponseData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NordeaPaymentsResponseWrapper", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2765895552183831720
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct NordeaPaymentsConfirmResponse { /// HATEOAS inspired links: 'rel' and 'href' #[serde(rename = "_links")] pub links: Option<Vec<NordeaResponseLinks>>, /// Error description pub errors: Option<Vec<NordeaPaymentsConfirmErrorObject>>, /// External response header pub group_header: Option<NordeaGroupHeader>, /// OTP Challenge pub otp_challenge: Option<String>, #[serde(rename = "response")] pub nordea_payments_response: Option<NordeaPaymentsResponseWrapper>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NordeaPaymentsConfirmResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8158146707163557358
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct NordeaOriginalRequest { /// Original request url #[serde(rename = "url")] pub nordea_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": "NordeaOriginalRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5100312383474627565
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct NordeaFailures { /// Failure code pub code: Option<String>, /// Failure description pub description: Option<String>, /// JSON path of the failing element if applicable pub path: Option<String>, /// Type of the validation error, e.g. NotNull #[serde(rename = "type")] pub failure_type: Option<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NordeaFailures", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7384435157396616838
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct NordeaErrorBody { // Serde JSON because connector returns an `(item)` object in failures array object /// More details on the occurred error: Validation error #[serde(rename = "failures")] pub nordea_failures: Option<Vec<NordeaFailures>>, /// Original request information #[serde(rename = "request")] pub nordea_request: Option<NordeaOriginalRequest>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NordeaErrorBody", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3117215095068703667
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/responses.rs pub struct NordeaErrorResponse { /// Error response body pub error: Option<NordeaErrorBody>, /// External response header pub group_header: Option<NordeaGroupHeader>, #[serde(rename = "httpCode")] pub http_code: Option<String>, #[serde(rename = "moreInformation")] pub more_information: 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": "NordeaErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7478170838671811585
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct NordeaOAuthRequest { /// Country is a mandatory parameter with possible values FI, DK, NO or SE pub country: api_models::enums::CountryAlpha2, /// Duration of access authorization in minutes. range: 1 to 259200 minutes (180 days). /// Duration should be left empty if the request includes PAYMENTS_SINGLE_SCA scope. #[serde(skip_serializing_if = "Option::is_none")] pub duration: Option<i32>, /// Maximum transaction history in months. Optional if ACCOUNTS_TRANSACTIONS scope is requested. Default=2 months. range: 1 to 18 months #[serde(rename = "max_tx_history")] #[serde(skip_serializing_if = "Option::is_none")] pub maximum_transaction_history: Option<i32>, /// Redirect URI you used when this application was registered with Nordea. pub redirect_uri: String, pub scope: Vec<AccessScope>, /// The OAuth2 state parameter. This is a nonce and should be used to prevent CSRF attacks. pub state: 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": "NordeaOAuthRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1051343315706999119
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct NordeaOAuthExchangeRequest { /// authorization_code flow #[serde(skip_serializing_if = "Option::is_none")] pub code: Option<Secret<String>>, pub grant_type: GrantType, #[serde(skip_serializing_if = "Option::is_none")] pub redirect_uri: Option<String>, /// refresh_token flow #[serde(skip_serializing_if = "Option::is_none")] pub refresh_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": "NordeaOAuthExchangeRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3964591349050931679
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct AccountNumber { /// Type of account number #[serde(rename = "_type")] pub account_type: AccountType, /// Currency of the account (Mandatory for debtor, Optional for creditor) #[serde(skip_serializing_if = "Option::is_none")] pub currency: Option<api_models::enums::Currency>, /// Actual account number 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": "AccountNumber", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2614712909802519939
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct CreditorAccountReference { /// RF or Invoice for FI Sepa payments, OCR for NO Kid payments and 01, 04, 15, 71, 73 or 75 for Danish Transfer Form payments. #[serde(rename = "_type")] pub creditor_reference_type: String, /// Actual reference number #[serde(skip_serializing_if = "Option::is_none")] pub value: 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": "CreditorAccountReference", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5518226698015279482
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct NordeaAddress { /// First line of the address. e.g. Street address pub line1: Option<Secret<String>>, /// Second line of the address (optional). e.g. Postal address pub line2: Option<Secret<String>>, /// Third line of the address (optional). e.g. Country pub line3: 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": "NordeaAddress", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1545449839800413668
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct CreditorBank { /// Address pub address: Option<NordeaAddress>, /// Bank code pub bank_code: Option<String>, /// Business identifier code (BIC) of the creditor bank. /// This information is required, if the creditor account number is not in IBAN format. #[serde(rename = "bic")] pub business_identifier_code: Option<Secret<String>>, /// Country of the creditor bank. Only ISO 3166 alpha-2 codes are used. pub country: api_models::enums::CountryAlpha2, /// Name of the creditor bank. #[serde(rename = "name")] pub bank_name: 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": "CreditorBank", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_5718446889364888687
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct CreditorAccount { /// Account number pub account: AccountNumber, /// Creditor bank information. pub bank: Option<CreditorBank>, /// Country of the creditor pub country: Option<api_models::enums::CountryAlpha2>, /// Address pub creditor_address: Option<NordeaAddress>, /// Message for the creditor to appear on their transaction. /// Max length: FI SEPA:140; SE:12; PGNR:25; BGNR:150; DK: 40 (Instant/Express: 140); NO: 140 #[serde(skip_serializing_if = "Option::is_none")] pub message: Option<String>, /// Name of the creditor. /// Max length: FI SEPA: 30; SE: 35; DK: Not use (Mandatory for Instant/Express payments: 70); /// NO: 30 (mandatory for Straksbetaling/Express payments). #[serde(skip_serializing_if = "Option::is_none")] pub name: Option<Secret<String>>, /// Creditor reference number. /// Either Reference or Message has to be passed in the Request pub reference: Option<CreditorAccountReference>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "CreditorAccount", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8773126820201818717
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct DebitorAccount { /// Account number pub account: AccountNumber, /// Own message to be on the debtor's transaction. /// Max length 20. NB: This field is not supported for SEPA and Norwegian payments and will be ignored. #[serde(skip_serializing_if = "Option::is_none")] pub 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": "DebitorAccount", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3458462397584958467
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct InstructedAmount { /// Monetary amount of the payment. Max (digits+decimals): FI SEPA: (9+2); SE:(11+2); DK:(7+2); NO:(7+2) pub amount: StringMajorUnit, /// Currency code according to ISO 4217. /// NB: Possible value depends on the type of the payment. /// For domestic payment it should be same as debtor local currency, /// for SEPA it must be EUR, /// for cross border it can be Currency code according to ISO 4217. pub currency: api_models::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": "InstructedAmount", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2194488369610012232
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct RecurringInformation { /// Number of occurrences. Not applicable for NO (use end_date instead). Format: int32. #[serde(skip_serializing_if = "Option::is_none")] pub count: Option<i32>, /// Date on which the recurrence will end. Format: YYYY-MM-DD. Applicable only for Norway. Format: date #[serde(skip_serializing_if = "Option::is_none")] pub end_date: Option<String>, /// Repeats every interval #[serde(skip_serializing_if = "Option::is_none")] pub recurrence_type: Option<RecurrenceType>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "RecurringInformation", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6432648354463013706
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct ThirdPartyMessages { /// Category of the TPP message, INFO is further information, WARNING is something can be fixed, ERROR possibly non fixable issue #[serde(skip_serializing_if = "Option::is_none")] pub category: Option<TppCategory>, /// Additional code that is combined with the text #[serde(skip_serializing_if = "Option::is_none")] pub code: Option<TppCode>, /// Additional explaining text to the TPP #[serde(skip_serializing_if = "Option::is_none")] pub text: 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": "ThirdPartyMessages", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6831046915833426440
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct NordeaPaymentsRequest { /// Creditor of the payment #[serde(rename = "creditor")] pub creditor_account: CreditorAccount, /// Debtor of the payment #[serde(rename = "debtor")] pub debitor_account: DebitorAccount, /// Free text reference that can be provided by the PSU. /// This identification is passed on throughout the entire end-to-end chain. /// Only in scope for Nordea Business DK. #[serde(skip_serializing_if = "Option::is_none")] pub end_to_end_identification: Option<String>, /// Unique identification as assigned by a partner to identify the payment. #[serde(skip_serializing_if = "Option::is_none")] pub external_id: Option<String>, /// Monetary amount pub instructed_amount: InstructedAmount, /// Recurring information #[serde(skip_serializing_if = "Option::is_none")] pub recurring: Option<RecurringInformation>, /// Use as an indicator that the supplied payment (amount, currency and debtor account) /// should be used to check whether the funds are available for further processing - at this moment. #[serde(skip_serializing_if = "Option::is_none")] pub request_availability_of_funds: Option<FundsAvailabilityRequest>, /// Choose a preferred execution date (or leave blank for today's date). /// This should be a valid bank day, and depending on the country the date will either be /// pushed to the next valid bank day, or return an error if a non-banking day date was /// supplied (all dates accepted in sandbox). SEPA: max +5 years from yesterday, /// Domestic: max. +1 year from yesterday. NB: Not supported for Own transfer Non-Recurring Norway. /// Format:date. #[serde(skip_serializing_if = "Option::is_none")] pub requested_execution_date: Option<String>, /// Additional messages for third parties #[serde(rename = "tpp_messages")] #[serde(skip_serializing_if = "Option::is_none")] pub tpp_messages: Option<Vec<ThirdPartyMessages>>, /// Urgency of the payment. NB: This field is supported for /// DK Domestic ('standard' and 'express') /// NO Domestic bank transfer payments ('standard'). Use 'express' for Straksbetaling (Instant payment). /// FI Sepa ('standard' and 'express') All other payment types ignore this input. /// For further details on urgencies and cut-offs, refer to the Nordea website. Value 'sameday' is marked as deprecated and will be removed in the future. #[serde(skip_serializing_if = "Option::is_none")] pub urgency: Option<PaymentsUrgency>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "NordeaPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6583665375674534019
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/nordea/requests.rs pub struct NordeaPaymentsConfirmRequest { /// Authentication method to use for the signing of payment. #[serde(skip_serializing_if = "Option::is_none")] pub authentication_method: Option<NordeaAuthenticationMethod>, /// Language of the signing page that will be displayed to client, ISO639-1 and 639-2, default=en #[serde(skip_serializing_if = "Option::is_none")] pub language: Option<NordeaConfirmLanguage>, pub payments_ids: Vec<String>, pub redirect_url: Option<String>, pub state: 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": "NordeaPaymentsConfirmRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1402086280079957298
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimRouterData<T> { pub amount: FloatMajorUnit, pub router_data: T, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HelcimRouterData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5976575257851427888
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimVerifyRequest { currency: enums::Currency, ip_address: Secret<String, IpAddress>, card_data: HelcimCard, billing_address: HelcimBillingAddress, #[serde(skip_serializing_if = "Option::is_none")] ecommerce: Option<bool>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HelcimVerifyRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-667224830271892989
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimPaymentsRequest { amount: FloatMajorUnit, currency: enums::Currency, ip_address: Secret<String, IpAddress>, card_data: HelcimCard, invoice: HelcimInvoice, billing_address: HelcimBillingAddress, //The ecommerce field is an optional field in Connector Helcim. //Setting the ecommerce field to true activates the Helcim Fraud Defender. #[serde(skip_serializing_if = "Option::is_none")] ecommerce: Option<bool>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HelcimPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4898474966400898206
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimBillingAddress { name: Secret<String>, street1: Secret<String>, postal_code: Secret<String>, #[serde(skip_serializing_if = "Option::is_none")] street2: Option<Secret<String>>, #[serde(skip_serializing_if = "Option::is_none")] city: Option<String>, #[serde(skip_serializing_if = "Option::is_none")] email: Option<Email>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HelcimBillingAddress", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4852094023717910193
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimInvoice { invoice_number: String, line_items: Vec<HelcimLineItems>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HelcimInvoice", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4425027211974835873
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimLineItems { description: String, quantity: u8, price: FloatMajorUnit, total: FloatMajorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HelcimLineItems", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4910411568605344485
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimCard { card_number: cards::CardNumber, card_expiry: Secret<String>, card_c_v_v: 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": "HelcimCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3484001789702519547
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimPaymentsResponse { status: HelcimPaymentStatus, transaction_id: u64, invoice_number: Option<String>, #[serde(rename = "type")] transaction_type: HelcimTransactionType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HelcimPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6052996963040772106
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimMetaData { pub preauth_transaction_id: u64, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HelcimMetaData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6217653653030647632
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimCaptureRequest { pre_auth_transaction_id: u64, amount: FloatMajorUnit, ip_address: Secret<String, IpAddress>, #[serde(skip_serializing_if = "Option::is_none")] ecommerce: Option<bool>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HelcimCaptureRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2538930264042772475
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimVoidRequest { card_transaction_id: u64, ip_address: Secret<String, IpAddress>, #[serde(skip_serializing_if = "Option::is_none")] ecommerce: Option<bool>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HelcimVoidRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8874098937308823866
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimRefundRequest { amount: FloatMajorUnit, original_transaction_id: u64, ip_address: Secret<String, IpAddress>, #[serde(skip_serializing_if = "Option::is_none")] ecommerce: Option<bool>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HelcimRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct RefundResponse { status: HelcimPaymentStatus, transaction_id: u64, #[serde(rename = "type")] transaction_type: HelcimRefundTransactionType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "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_3910939711516183419
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/helcim/transformers.rs pub struct HelcimPaymentsErrorResponse { pub errors: HelcimErrorTypes, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "HelcimPaymentsErrorResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_2552843771774378658
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct ReferrerData { #[serde(rename = "type")] r_type: String, version: String, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "ReferrerData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3393217615272885852
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexIntentRequest { // Unique ID to be sent for each transaction/operation request to the connector request_id: String, amount: StringMajorUnit, currency: enums::Currency, //ID created in merchant's order system that corresponds to this PaymentIntent. merchant_order_id: String, // This data is required to whitelist Hyperswitch at Airwallex. referrer_data: ReferrerData, order: Option<AirwallexOrderData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexIntentRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2537469695943546985
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexRouterData<T> { pub amount: 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": "AirwallexRouterData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3691705664961552003
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexPaymentsRequest { // Unique ID to be sent for each transaction/operation request to the connector request_id: String, payment_method: AirwallexPaymentMethod, payment_method_options: Option<AirwallexPaymentOptions>, return_url: Option<String>, device_data: DeviceData, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexPaymentsRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_484172634839522287
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexOrderData { products: Vec<AirwallexProductData>, shipping: Option<AirwallexShippingData>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexOrderData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1753159389128777362
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexProductData { name: String, quantity: u16, unit_price: MinorUnit, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexProductData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2245483011082412190
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexShippingData { first_name: Option<Secret<String>>, last_name: Option<Secret<String>>, phone_number: Option<Secret<String>>, address: AirwallexPLShippingAddress, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexShippingData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3320829187145847370
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexPLShippingAddress { country_code: Option<enums::CountryAlpha2>, city: Option<String>, street: Option<Secret<String>>, postcode: 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": "AirwallexPLShippingAddress", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6860233612902232663
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct DeviceData { accept_header: String, browser: Browser, ip_address: Secret<String, IpAddress>, language: String, mobile: Option<Mobile>, screen_color_depth: u8, screen_height: u32, screen_width: u32, timezone: 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": "DeviceData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7938030573415222156
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct Browser { java_enabled: bool, javascript_enabled: bool, user_agent: 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": "Browser", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4271140791989016720
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct Mobile { device_model: Option<String>, os_type: Option<String>, os_version: 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": "Mobile", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6387268688200538215
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexCard { card: AirwallexCardDetails, #[serde(rename = "type")] payment_method_type: AirwallexPaymentType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexCard", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3102158752355246553
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexCardDetails { expiry_month: Secret<String>, expiry_year: Secret<String>, number: cards::CardNumber, cvc: Secret<String>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexCardDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_9090868373264347695
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct GooglePayData { googlepay: GooglePayDetails, #[serde(rename = "type")] payment_method_type: AirwallexPaymentType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GooglePayData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2245469372352191038
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct PaypalData { paypal: PaypalDetails, #[serde(rename = "type")] payment_method_type: AirwallexPaymentType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "PaypalData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3596046624490700911
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct SkrillData { skrill: SkrillDetails, #[serde(rename = "type")] payment_method_type: AirwallexPaymentType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "SkrillData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8079538187214217952
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct GooglePayDetails { encrypted_payment_token: Secret<String>, payment_data_type: GpayPaymentDataType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "GooglePayDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2561826120686921418
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct PaypalDetails { shopper_name: Secret<String>, country_code: 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": "PaypalDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-6327352135261501324
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct SkrillDetails { shopper_name: Secret<String>, shopper_email: Email, country_code: 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": "SkrillDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_872869828122581360
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct KlarnaData { klarna: KlarnaDetails, #[serde(rename = "type")] payment_method_type: AirwallexPaymentType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "KlarnaData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4456654951240828121
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct KlarnaDetails { country_code: enums::CountryAlpha2, billing: Option<Billing>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "KlarnaDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1437646820501028180
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct Billing { date_of_birth: Option<Secret<String>>, email: Option<Email>, first_name: Option<Secret<String>>, last_name: Option<Secret<String>>, phone_number: Option<Secret<String>>, address: Option<AddressAirwallex>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "Billing", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6733158411997389590
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AddressAirwallex { country_code: Option<enums::CountryAlpha2>, city: Option<String>, street: Option<Secret<String>>, postcode: 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": "AddressAirwallex", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_663500051929705818
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AtomeData { atome: AtomeDetails, #[serde(rename = "type")] payment_method_type: AirwallexPaymentType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AtomeData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_1463541284575727292
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AtomeDetails { shopper_phone: 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": "AtomeDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7862064163976504530
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct IndonesianBankTransferData { bank_transfer: IndonesianBankTransferDetails, #[serde(rename = "type")] payment_method_type: AirwallexPaymentType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "IndonesianBankTransferData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6034526441231479827
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct IndonesianBankTransferDetails { shopper_name: Secret<String>, shopper_email: Email, bank_name: common_enums::BankNames, country_code: 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": "IndonesianBankTransferDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_8004685790729192391
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct TrustlyData { trustly: TrustlyDetails, #[serde(rename = "type")] payment_method_type: AirwallexPaymentType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "TrustlyData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7671057988774144241
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct TrustlyDetails { shopper_name: Secret<String>, country_code: 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": "TrustlyDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-9036861981696318498
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct BlikData { blik: BlikDetails, #[serde(rename = "type")] payment_method_type: AirwallexPaymentType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "BlikData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5975249646532940828
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct BlikDetails { shopper_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": "BlikDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4287684808991076207
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct IdealData { ideal: IdealDetails, #[serde(rename = "type")] payment_method_type: AirwallexPaymentType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "IdealData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_4120629371142371198
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct IdealDetails { bank_name: Option<common_enums::BankNames>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "IdealDetails", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-2343923942630974432
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexCardPaymentOptions { 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": "AirwallexCardPaymentOptions", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_6999192391331351926
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexPayLaterPaymentOptions { 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": "AirwallexPayLaterPaymentOptions", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3575379769827496778
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexAuthUpdateResponse { #[serde(with = "common_utils::custom_serde::iso8601")] expires_at: PrimitiveDateTime, 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": "AirwallexAuthUpdateResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_7186190343997378774
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexCompleteRequest { request_id: String, three_ds: AirwallexThreeDsData, #[serde(rename = "type")] three_ds_type: AirwallexThreeDsType, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexCompleteRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3386560441016700232
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexThreeDsData { acs_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": "AirwallexThreeDsData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-3920645864970798976
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexPaymentsCaptureRequest { // Unique ID to be sent for each transaction/operation request to the connector request_id: String, amount: 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": "AirwallexPaymentsCaptureRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_9112305619883492409
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexPaymentsCancelRequest { // Unique ID to be sent for each transaction/operation request to the connector request_id: String, cancellation_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": "AirwallexPaymentsCancelRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3660604193350721406
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexRedirectFormData { #[serde(rename = "JWT")] jwt: Option<Secret<String>>, #[serde(rename = "threeDSMethodData")] three_ds_method_data: Option<Secret<String>>, token: Option<Secret<String>>, provider: Option<String>, version: 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": "AirwallexRedirectFormData", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4495103969999209475
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexPaymentsNextAction { url: Url, method: Method, data: AirwallexRedirectFormData, stage: AirwallexNextActionStage, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexPaymentsNextAction", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-7666977814913701915
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexRedirectNextAction { url: Url, method: Method, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexRedirectNextAction", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-8448953740569872813
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexPaymentsResponse { status: AirwallexPaymentStatus, //Unique identifier for the PaymentIntent id: String, amount: Option<f32>, //ID of the PaymentConsent related to this PaymentIntent payment_consent_id: Option<Secret<String>>, next_action: Option<AirwallexPaymentsNextAction>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexPaymentsResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-5562056089508854721
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexRedirectResponse { status: AirwallexPaymentStatus, id: String, amount: Option<f32>, payment_consent_id: Option<Secret<String>>, next_action: Option<AirwallexRedirectNextAction>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexRedirectResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-1453431038220858018
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexPaymentsSyncResponse { status: AirwallexPaymentStatus, //Unique identifier for the PaymentIntent id: String, amount: Option<f32>, //ID of the PaymentConsent related to this PaymentIntent payment_consent_id: Option<Secret<String>>, next_action: Option<AirwallexPaymentsNextAction>, }
{ "chunk": null, "crate": "hyperswitch_connectors", "enum_name": null, "file_size": null, "for_type": null, "function_name": null, "is_async": null, "is_pub": null, "lines": null, "method_name": null, "num_enums": null, "num_items": null, "num_structs": null, "repo": "hyperswitch", "start_line": null, "struct_name": "AirwallexPaymentsSyncResponse", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_3294802072315438100
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct AirwallexRefundRequest { // Unique ID to be sent for each transaction/operation request to the connector request_id: String, amount: Option<StringMajorUnit>, reason: Option<String>, //Identifier for the PaymentIntent for which Refund is requested payment_intent_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": "AirwallexRefundRequest", "total_crates": null, "trait_name": null }
hyperswitch_struct_hyperswitch_connectors_-4662012483449392107
clm
struct
// hyperswitch/crates/hyperswitch_connectors/src/connectors/airwallex/transformers.rs pub struct RefundResponse { //A unique number that tags a credit or debit card transaction when it goes from the merchant's bank through to the cardholder's bank. acquirer_reference_number: Option<String>, amount: f32, //Unique identifier for the Refund 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 }