mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 00:49:42 +08:00
feat(core): add Mobile Payment (Direct Carrier Billing) as a payment method (#6196)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -440,6 +440,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::MultibancoBillingDetails,
|
||||
api_models::payments::DokuBillingDetails,
|
||||
api_models::payments::BankTransferInstructions,
|
||||
api_models::payments::MobilePaymentNextStepData,
|
||||
api_models::payments::MobilePaymentConsent,
|
||||
api_models::payments::ReceiverDetails,
|
||||
api_models::payments::AchTransfer,
|
||||
api_models::payments::MultibancoTransferInstructions,
|
||||
@ -502,6 +504,8 @@ Never share your secret api keys. Keep them guarded and secure.
|
||||
api_models::payments::CustomerDetails,
|
||||
api_models::payments::GiftCardData,
|
||||
api_models::payments::GiftCardDetails,
|
||||
api_models::payments::MobilePaymentData,
|
||||
api_models::payments::MobilePaymentResponse,
|
||||
api_models::payments::Address,
|
||||
api_models::payouts::CardPayout,
|
||||
api_models::payouts::Wallet,
|
||||
|
||||
Reference in New Issue
Block a user