We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853a904 commit 982676bCopy full SHA for 982676b
ipp-v3-java-devkit/src/main/java/com/intuit/ipp/services/ReportService.java
@@ -263,6 +263,8 @@ public class ReportService {
263
264
private String subcol_pct_exp = null;
265
266
+ private String showrows = null;
267
+
268
269
270
/**
@@ -1209,5 +1211,12 @@ public String getSubcol_pct_exp() {
1209
1211
public void setSubcol_pct_exp(String subcol_pct_exp) {
1210
1212
this.subcol_pct_exp = subcol_pct_exp;
1213
}
-
1214
1215
+ public String getShowrows() {
1216
+ return showrows;
1217
+ }
1218
1219
+ public void setShowrows(String showrows) {
1220
+ this.showrows = showrows;
1221
1222
0 commit comments