mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
refactor(core): structure of split payments (#6706)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -208,6 +208,13 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
common_utils::payout_method_utils::PixBankTransferAdditionalData,
|
||||
common_utils::payout_method_utils::PaypalAdditionalData,
|
||||
common_utils::payout_method_utils::VenmoAdditionalData,
|
||||
common_types::payments::SplitPaymentsRequest,
|
||||
common_types::payments::StripeSplitPaymentRequest,
|
||||
common_utils::types::ChargeRefunds,
|
||||
common_types::refunds::SplitRefund,
|
||||
common_types::refunds::StripeSplitRefundRequest,
|
||||
api_models::payments::SplitPaymentsResponse,
|
||||
api_models::payments::StripeSplitPaymentsResponse,
|
||||
api_models::refunds::RefundRequest,
|
||||
api_models::refunds::RefundType,
|
||||
api_models::refunds::RefundResponse,
|
||||
@ -618,9 +625,6 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::enums::WebhookDeliveryAttempt,
|
||||
api_models::enums::PaymentChargeType,
|
||||
api_models::enums::StripeChargeType,
|
||||
api_models::payments::PaymentChargeRequest,
|
||||
api_models::payments::PaymentChargeResponse,
|
||||
api_models::refunds::ChargeRefunds,
|
||||
api_models::payments::CustomerDetailsResponse,
|
||||
api_models::payments::OpenBankingData,
|
||||
api_models::payments::OpenBankingSessionToken,
|
||||
|
||||
@ -158,6 +158,13 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
common_utils::payout_method_utils::PixBankTransferAdditionalData,
|
||||
common_utils::payout_method_utils::PaypalAdditionalData,
|
||||
common_utils::payout_method_utils::VenmoAdditionalData,
|
||||
common_types::payments::SplitPaymentsRequest,
|
||||
common_types::payments::StripeSplitPaymentRequest,
|
||||
common_types::refunds::StripeSplitRefundRequest,
|
||||
common_utils::types::ChargeRefunds,
|
||||
common_types::refunds::SplitRefund,
|
||||
api_models::payments::SplitPaymentsResponse,
|
||||
api_models::payments::StripeSplitPaymentsResponse,
|
||||
api_models::refunds::RefundRequest,
|
||||
api_models::refunds::RefundsCreateRequest,
|
||||
api_models::refunds::RefundErrorDetails,
|
||||
@ -585,9 +592,6 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::enums::WebhookDeliveryAttempt,
|
||||
api_models::enums::PaymentChargeType,
|
||||
api_models::enums::StripeChargeType,
|
||||
api_models::payments::PaymentChargeRequest,
|
||||
api_models::payments::PaymentChargeResponse,
|
||||
api_models::refunds::ChargeRefunds,
|
||||
api_models::payments::CustomerDetailsResponse,
|
||||
api_models::payments::OpenBankingData,
|
||||
api_models::payments::OpenBankingSessionToken,
|
||||
|
||||
Reference in New Issue
Block a user