Skip to content

Commit 1c4ac37

Browse files
add code query to get vouchers api
1 parent 19fd5fb commit 1c4ac37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protos/platform_management/discount_server.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ message UpdateVoucherRestrictionsResponse {
6969
}
7070

7171
message GetVouchersRequest {
72+
optional string code = 6; // Filter by voucher code
7273
optional DiscountType discount_type = 1; // Filter by discount type
7374
optional bool is_active = 2; // Filter by active status
7475
optional string service_name = 3; // Filter by applicable service

0 commit comments

Comments
 (0)