Skip to content

Commit aa81b79

Browse files
committed
SDK-545
1 parent d2eff31 commit aa81b79

File tree

283 files changed

+1052
-4885
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

283 files changed

+1052
-4885
lines changed

ipp-java-qbapihelper/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
<parent>
2222
<artifactId>ipp-v3-java-devkit-pom</artifactId>
2323
<groupId>com.intuit.quickbooks-online</groupId>
24-
<version>2.9.2</version>
24+
<version>2.9.3</version>
2525
</parent>
2626
<artifactId>ipp-java-qbapihelper</artifactId>
27-
<version>2.9.2</version>
27+
<version>2.9.3</version>
2828
<packaging>jar</packaging>
2929
<name>Quickbooks API Helper for Oauth</name>
3030
<description>Quickbooks API Helper Project for OAuth, Disconnect and Reconnect</description>

ipp-v3-java-data/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
<parent>
55
<groupId>com.intuit.quickbooks-online</groupId>
66
<artifactId>ipp-v3-java-devkit-pom</artifactId>
7-
<version>2.9.2</version>
7+
<version>2.9.3</version>
88
</parent>
99

1010
<artifactId>ipp-v3-java-data</artifactId>
1111
<name>IPP V3 Java - Data Project</name>
1212
<description>IPP Java V3 DevKit Data project - FMS Entities generation</description>
13-
<version>2.9.2</version>
13+
<version>2.9.3</version>
1414

1515
<properties>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -78,7 +78,7 @@
7878
</executions>
7979
</plugin> -->
8080
<!-- commented to avoid regeneration of entities, as the same is not required everytime -->
81-
<!--
81+
8282
<plugin>
8383
<groupId>org.apache.maven.plugins</groupId>
8484
<artifactId>maven-clean-plugin</artifactId>
@@ -141,7 +141,7 @@
141141
</configuration>
142142
</execution>
143143
</executions>
144-
</plugin> -->
144+
</plugin>
145145
</plugins>
146146
</build>
147147

ipp-v3-java-data/src/main/java/META-INF/sun-jaxb.episode

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
66
See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
77
Any modifications to this file will be lost upon recompilation of the source schema.
8-
Generated on: 2016.04.13 at 10:49:20 AM PDT
8+
Generated on: 2017.06.06 at 02:08:21 PM PDT
99
1010
-->
1111
<bindings scd="x-schema::tns" xmlns:tns="http://schema.intuit.com/finance/v3">
@@ -75,6 +75,9 @@ Generated on: 2016.04.13 at 10:49:20 AM PDT
7575
<bindings scd="~tns:Term">
7676
<class ref="com.intuit.ipp.data.Term"/>
7777
</bindings>
78+
<bindings scd="~tns:CustomerType">
79+
<class ref="com.intuit.ipp.data.CustomerType"/>
80+
</bindings>
7881
<bindings scd="~tns:CustomFieldDefinition">
7982
<class ref="com.intuit.ipp.data.CustomFieldDefinition"/>
8083
</bindings>
@@ -207,6 +210,9 @@ Generated on: 2016.04.13 at 10:49:20 AM PDT
207210
<bindings scd="~tns:Attachable">
208211
<class ref="com.intuit.ipp.data.Attachable"/>
209212
</bindings>
213+
<bindings scd="~tns:TaxReturn">
214+
<class ref="com.intuit.ipp.data.TaxReturn"/>
215+
</bindings>
210216
<bindings scd="~tns:Fault">
211217
<class ref="com.intuit.ipp.data.Fault"/>
212218
</bindings>
@@ -276,6 +282,9 @@ Generated on: 2016.04.13 at 10:49:20 AM PDT
276282
<bindings scd="~tns:PriceLevelPerItem">
277283
<class ref="com.intuit.ipp.data.PriceLevelPerItem"/>
278284
</bindings>
285+
<bindings scd="~tns:StatusInfo">
286+
<class ref="com.intuit.ipp.data.StatusInfo"/>
287+
</bindings>
279288
<bindings scd="~tns:OLBAccount">
280289
<class ref="com.intuit.ipp.data.OLBAccount"/>
281290
</bindings>
@@ -381,9 +390,6 @@ Generated on: 2016.04.13 at 10:49:20 AM PDT
381390
<bindings scd="~tns:UOMRef">
382391
<class ref="com.intuit.ipp.data.UOMRef"/>
383392
</bindings>
384-
<bindings scd="~tns:CustomerType">
385-
<class ref="com.intuit.ipp.data.CustomerType"/>
386-
</bindings>
387393
<bindings scd="~tns:EmailAddress">
388394
<class ref="com.intuit.ipp.data.EmailAddress"/>
389395
</bindings>

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/APCreditCardOperationEnum.java

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2017 Intuit
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*******************************************************************************/
161
//
172
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
183
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
194
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2016.11.14 at 04:24:27 PM PST
5+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
216
//
227

238

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/Account.java

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2017 Intuit
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*******************************************************************************/
161
//
172
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
183
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
194
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2016.11.14 at 04:24:27 PM PST
5+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
216
//
227

238

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountBasedExpenseLineDetail.java

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2017 Intuit
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*******************************************************************************/
161
//
172
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
183
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
194
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2016.11.14 at 04:24:27 PM PST
5+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
216
//
227

238

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountClassificationEnum.java

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2017 Intuit
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*******************************************************************************/
161
//
172
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
183
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
194
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2016.11.14 at 04:24:27 PM PST
5+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
216
//
227

238

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountSubTypeEnum.java

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
33
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
44
// Any modifications to this file will be lost upon recompilation of the source schema.
5-
// Generated on: 2016.11.14 at 04:24:27 PM PST
5+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
66
//
77

88

@@ -142,6 +142,10 @@
142142
* &lt;enumeration value="UndepositedFunds"/>
143143
* &lt;enumeration value="Utilities"/>
144144
* &lt;enumeration value="Vehicles"/>
145+
* &lt;enumeration value="WithholdingTaxSales"/>
146+
* &lt;enumeration value="WithholdingTaxPurchases"/>
147+
* &lt;enumeration value="WithholdingAssetAmount"/>
148+
* &lt;enumeration value="WithholdingLiabilityAmount"/>
145149
* &lt;/restriction>
146150
* &lt;/simpleType>
147151
* </pre>
@@ -1678,7 +1682,47 @@ public enum AccountSubTypeEnum {
16781682
*
16791683
*/
16801684
@XmlEnumValue("Vehicles")
1681-
VEHICLES("Vehicles");
1685+
VEHICLES("Vehicles"),
1686+
1687+
/**
1688+
*
1689+
* Product: QBO
1690+
* Description: Use Withholding Tax Sales to track the income you have received with a withholding product/service.
1691+
*
1692+
*
1693+
*/
1694+
@XmlEnumValue("WithholdingTaxSales")
1695+
WITHHOLDING_TAX_SALES("WithholdingTaxSales"),
1696+
1697+
/**
1698+
*
1699+
* Product: QBO
1700+
* Description: Use Withholding Tax Purchases to track the expenses you have incurred with a withholding account/item.
1701+
*
1702+
*
1703+
*/
1704+
@XmlEnumValue("WithholdingTaxPurchases")
1705+
WITHHOLDING_TAX_PURCHASES("WithholdingTaxPurchases"),
1706+
1707+
/**
1708+
*
1709+
* Product: QBO
1710+
* Description: Use Withholding Asset account to track the withholding balance as an asset for the company.
1711+
*
1712+
*
1713+
*/
1714+
@XmlEnumValue("WithholdingAssetAmount")
1715+
WITHHOLDING_ASSET_AMOUNT("WithholdingAssetAmount"),
1716+
1717+
/**
1718+
*
1719+
* Product: QBO
1720+
* Description: Use Withholding Liability account track the withholding balance as a liability for the company.
1721+
*
1722+
*
1723+
*/
1724+
@XmlEnumValue("WithholdingLiabilityAmount")
1725+
WITHHOLDING_LIABILITY_AMOUNT("WithholdingLiabilityAmount");
16821726
private final String value;
16831727

16841728
AccountSubTypeEnum(String v) {

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AccountTypeEnum.java

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2017 Intuit
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*******************************************************************************/
161
//
172
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
183
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
194
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2016.11.14 at 04:24:27 PM PST
5+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
216
//
227

238

ipp-v3-java-data/src/main/java/com/intuit/ipp/data/AcquiredAsEnum.java

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,8 @@
1-
/*******************************************************************************
2-
* Copyright (c) 2017 Intuit
3-
*
4-
* Licensed under the Apache License, Version 2.0 (the "License");
5-
* you may not use this file except in compliance with the License.
6-
* You may obtain a copy of the License at
7-
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
9-
*
10-
* Unless required by applicable law or agreed to in writing, software
11-
* distributed under the License is distributed on an "AS IS" BASIS,
12-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13-
* See the License for the specific language governing permissions and
14-
* limitations under the License.
15-
*******************************************************************************/
161
//
172
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
183
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
194
// Any modifications to this file will be lost upon recompilation of the source schema.
20-
// Generated on: 2016.11.14 at 04:24:27 PM PST
5+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
216
//
227

238

0 commit comments

Comments
 (0)