mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
9 lines
233 B
Rust
9 lines
233 B
Rust
#[derive(Debug, Clone, serde::Serialize)]
|
|
#[serde(rename_all = "camelCase")]
|
|
pub struct MigrateCardResponse {
|
|
pub status_message: String,
|
|
pub status_code: String,
|
|
pub customers_moved: usize,
|
|
pub cards_moved: usize,
|
|
}
|