feat: Enhance withdrawal request handling with additional fields and network level configurations
This commit is contained in:
@@ -316,6 +316,7 @@ message GetWithdrawalRequestsRequest
|
||||
google.protobuf.StringValue week_number = 3;
|
||||
int32 page_index = 4;
|
||||
int32 page_size = 5;
|
||||
string iban_number = 6;
|
||||
}
|
||||
|
||||
message GetWithdrawalRequestsResponse
|
||||
@@ -454,4 +455,7 @@ message WithdrawalRequestModel
|
||||
string processed_by = 11;
|
||||
string reason = 12;
|
||||
google.protobuf.Timestamp created = 13;
|
||||
string bank_reference_id = 14;
|
||||
string bank_tracking_code = 15;
|
||||
string payment_failure_reason = 16;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user