feat(payouts): Add Wallet to Payouts (#3502)

This commit is contained in:
Sakil Mostak
2024-02-07 12:21:57 +05:30
committed by GitHub
parent 7be86ecb33
commit 3af6aaf28e
23 changed files with 427 additions and 102 deletions

View File

@ -389,6 +389,8 @@ Never share your secret api keys. Keep them guarded and secure.
api_models::payouts::PayoutCreateRequest,
api_models::payments::Address,
api_models::payouts::Card,
api_models::payouts::Wallet,
api_models::payouts::Paypal,
api_models::payouts::AchBankTransfer,
api_models::payouts::BacsBankTransfer,
api_models::payouts::SepaBankTransfer,