mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-11-01 02:57:02 +08:00 
			
		
		
		
	 b8b20c412d
			
		
	
	b8b20c412d
	
	
	
		
			
			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,
 | |
| }
 |