mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
feat(payouts): Add Wallet to Payouts (#3502)
This commit is contained in:
@ -1649,7 +1649,11 @@ pub struct WeChatPayQr {}
|
||||
pub struct CashappQr {}
|
||||
|
||||
#[derive(Eq, PartialEq, Clone, Debug, serde::Deserialize, serde::Serialize, ToSchema)]
|
||||
pub struct PaypalRedirection {}
|
||||
pub struct PaypalRedirection {
|
||||
/// paypal's email address
|
||||
#[schema(max_length = 255, value_type = Option<String>, example = "johntest@test.com")]
|
||||
pub email: Option<Email>,
|
||||
}
|
||||
|
||||
#[derive(Eq, PartialEq, Clone, Debug, serde::Deserialize, serde::Serialize, ToSchema)]
|
||||
pub struct AliPayQr {}
|
||||
|
||||
Reference in New Issue
Block a user