mirror of
https://github.com/valitydev/provider-disputes-proto.git
synced 2024-11-06 02:05:21 +00:00
add provider payments finalize reasons
This commit is contained in:
parent
dd41929180
commit
c119b43f53
@ -32,11 +32,13 @@ struct ProviderPaymentsCallbackParams {
|
||||
struct CancelParamsRequest {
|
||||
1: required bool cancelAll
|
||||
2: optional list<CancelParams> cancelParams
|
||||
3: optional string cancelReason
|
||||
}
|
||||
|
||||
struct ApproveParamsRequest {
|
||||
1: required bool approveAll
|
||||
2: optional list<ApproveParams> approveParams
|
||||
3: optional string approveReason
|
||||
}
|
||||
|
||||
struct CancelParams {
|
||||
|
Loading…
Reference in New Issue
Block a user