계정/정산 업무 규칙과 전환 불변식 추출 (codex-bais-final3-20260713-192718-BAIS-SPRING-ANA-ACCOUNT-001)
This commit is contained in:
parent
b6c8bd0b3e
commit
14b91306a1
1 changed files with 23 additions and 0 deletions
|
|
@ -0,0 +1,23 @@
|
||||||
|
package com.payman.account.migration.entity.enums;
|
||||||
|
|
||||||
|
public enum SettlementStatus {
|
||||||
|
PENDING,
|
||||||
|
COMPLETED,
|
||||||
|
CANCELLED,
|
||||||
|
REFUNDED
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum DisputeStatus {
|
||||||
|
INITIATED,
|
||||||
|
UNDER_REVIEW,
|
||||||
|
ESCALATED,
|
||||||
|
RESOLVED,
|
||||||
|
CLOSED
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum PayoutStatus {
|
||||||
|
PENDING,
|
||||||
|
PROCESSING,
|
||||||
|
COMPLETED,
|
||||||
|
FAILED
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue