We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2df19 commit 6c992b7Copy full SHA for 6c992b7
raystack/frontier/v1beta1/frontier.proto
@@ -900,12 +900,16 @@ message ListInvoicesRequest {
900
901
bool nonzero_amount_only = 3;
902
903
+ optional RQLRequest query = 4;
904
+
905
repeated string expand = 101;
906
}
907
908
message ListInvoicesResponse {
909
// List of invoices
910
repeated Invoice invoices = 1;
911
+ // Set when the request included `query` (offset, limit, and total row count for the filtered set).
912
+ RQLQueryPaginationResponse pagination = 2;
913
914
915
message GetUpcomingInvoiceRequest {
0 commit comments