mirror of
https://github.com/valitydev/provider-disputes-proto.git
synced 2024-11-06 02:05:21 +00:00
This commit is contained in:
parent
61eff7c4f5
commit
a790f8dfba
@ -7,9 +7,9 @@ typedef string DisputeID
|
||||
|
||||
service ManualParsingService {
|
||||
|
||||
void CancelPending (1: CancelParamsRequest CancelParamsRequest)
|
||||
void CancelPending (1: CancelParamsRequest cancelParamsRequest)
|
||||
|
||||
void ApprovePending (1: ApproveParamsRequest ApproveParamsRequest)
|
||||
void ApprovePending (1: ApproveParamsRequest approveParamsRequest)
|
||||
|
||||
void BindCreated (1: BindParamsRequest bindParamsRequest)
|
||||
|
||||
|
@ -23,6 +23,7 @@ struct DisputeParams {
|
||||
union DisputeCreatedResult {
|
||||
1: DisputeCreatedSuccessResult successResult
|
||||
2: DisputeCreatedFailResult failResult
|
||||
3: DisputeAlreadyExistResult alreadyExistResult
|
||||
}
|
||||
|
||||
struct DisputeContext {
|
||||
@ -57,6 +58,8 @@ struct DisputeCreatedFailResult {
|
||||
1: required domain.Failure failure
|
||||
}
|
||||
|
||||
struct DisputeAlreadyExistResult {}
|
||||
|
||||
struct DisputeStatusSuccessResult {
|
||||
1: optional domain.Amount changedAmount
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user