mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +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,
|
|
}
|