mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
refactor(refund_type):Feat/add copy dervie (#849)
This commit is contained in:
@ -150,7 +150,7 @@ pub struct RefundListResponse {
|
||||
|
||||
/// The status for refunds
|
||||
#[derive(
|
||||
Debug, Eq, Clone, PartialEq, Default, Deserialize, Serialize, ToSchema, strum::Display,
|
||||
Debug, Eq, Clone, Copy, PartialEq, Default, Deserialize, Serialize, ToSchema, strum::Display,
|
||||
)]
|
||||
#[serde(rename_all = "snake_case")]
|
||||
pub enum RefundStatus {
|
||||
|
||||
Reference in New Issue
Block a user