2025-08-04 17:45:44 +02:00
|
|
|
// @generated
|
|
|
|
|
// This file is automatically generated by Kanel. Do not modify manually.
|
|
|
|
|
|
|
|
|
|
/** Represents the enum public.PaymentStatusEnum */
|
|
|
|
|
enum PaymentStatusEnum {
|
2025-08-29 16:18:32 +02:00
|
|
|
processing = "processing",
|
|
|
|
|
success = "success",
|
|
|
|
|
failed = "failed",
|
|
|
|
|
}
|
2025-08-04 17:45:44 +02:00
|
|
|
|
|
|
|
|
export default PaymentStatusEnum;
|