mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 09:38:33 +08:00
feat(router): add more payment methods to vault (#333)
This commit is contained in:
@ -289,3 +289,14 @@ pub struct TokenizedCardValue2 {
|
||||
pub customer_id: Option<String>,
|
||||
pub payment_method_id: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize, serde::Deserialize)]
|
||||
pub struct TokenizedWalletValue1 {
|
||||
pub issuer: String,
|
||||
pub token: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Serialize, serde::Deserialize)]
|
||||
pub struct TokenizedWalletValue2 {
|
||||
pub customer_id: Option<String>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user