feat: Time based deletion of temp card (#729)

This commit is contained in:
Manoj Ghorela
2023-03-15 17:24:35 +05:30
committed by GitHub
parent b5b3d57c4c
commit db3d31647a
11 changed files with 262 additions and 11 deletions

View File

@ -549,7 +549,7 @@ pub struct GetTokenizePayloadRequest {
pub get_value2: bool,
}
#[derive(Debug, serde::Serialize)]
#[derive(Debug, serde::Serialize, serde::Deserialize)]
pub struct DeleteTokenizeByTokenRequest {
pub lookup_key: String,
pub service_name: String,