mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(connector): [DEUTSCHEBANK] Implement SEPA recurring payments (#5925)
This commit is contained in:
@ -1042,6 +1042,7 @@ pub struct ConnectorMandateReferenceId {
|
||||
pub connector_mandate_id: Option<String>,
|
||||
pub payment_method_id: Option<String>,
|
||||
pub update_history: Option<Vec<UpdateHistory>>,
|
||||
pub mandate_metadata: Option<serde_json::Value>,
|
||||
}
|
||||
|
||||
#[derive(serde::Serialize, serde::Deserialize, Debug, Clone, Eq, PartialEq)]
|
||||
|
||||
Reference in New Issue
Block a user