Skip to content

Commit 5b0206e

Browse files
authored
Merge pull request #14 from intuit/SDK-545
changes for v2.9.3
2 parents d2eff31 + 79ff0c2 commit 5b0206e

File tree

288 files changed

+1384
-1110
lines changed

Some content is hidden

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

288 files changed

+1384
-1110
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -17,7 +17,7 @@
1717
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
1818
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
1919
// 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
20+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
2121
//
2222

2323

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -17,7 +17,7 @@
1717
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
1818
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
1919
// 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
20+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
2121
//
2222

2323

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -17,7 +17,7 @@
1717
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
1818
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
1919
// 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
20+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
2121
//
2222

2323

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -17,7 +17,7 @@
1717
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
1818
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
1919
// 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
20+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
2121
//
2222

2323

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

Lines changed: 61 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
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+
*******************************************************************************/
116
//
217
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
318
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
419
// 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
20+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
621
//
722

823

@@ -142,6 +157,10 @@
142157
* &lt;enumeration value="UndepositedFunds"/>
143158
* &lt;enumeration value="Utilities"/>
144159
* &lt;enumeration value="Vehicles"/>
160+
* &lt;enumeration value="WithholdingTaxSales"/>
161+
* &lt;enumeration value="WithholdingTaxPurchases"/>
162+
* &lt;enumeration value="WithholdingAssetAmount"/>
163+
* &lt;enumeration value="WithholdingLiabilityAmount"/>
145164
* &lt;/restriction>
146165
* &lt;/simpleType>
147166
* </pre>
@@ -1678,7 +1697,47 @@ public enum AccountSubTypeEnum {
16781697
*
16791698
*/
16801699
@XmlEnumValue("Vehicles")
1681-
VEHICLES("Vehicles");
1700+
VEHICLES("Vehicles"),
1701+
1702+
/**
1703+
*
1704+
* Product: QBO
1705+
* Description: Use Withholding Tax Sales to track the income you have received with a withholding product/service.
1706+
*
1707+
*
1708+
*/
1709+
@XmlEnumValue("WithholdingTaxSales")
1710+
WITHHOLDING_TAX_SALES("WithholdingTaxSales"),
1711+
1712+
/**
1713+
*
1714+
* Product: QBO
1715+
* Description: Use Withholding Tax Purchases to track the expenses you have incurred with a withholding account/item.
1716+
*
1717+
*
1718+
*/
1719+
@XmlEnumValue("WithholdingTaxPurchases")
1720+
WITHHOLDING_TAX_PURCHASES("WithholdingTaxPurchases"),
1721+
1722+
/**
1723+
*
1724+
* Product: QBO
1725+
* Description: Use Withholding Asset account to track the withholding balance as an asset for the company.
1726+
*
1727+
*
1728+
*/
1729+
@XmlEnumValue("WithholdingAssetAmount")
1730+
WITHHOLDING_ASSET_AMOUNT("WithholdingAssetAmount"),
1731+
1732+
/**
1733+
*
1734+
* Product: QBO
1735+
* Description: Use Withholding Liability account track the withholding balance as a liability for the company.
1736+
*
1737+
*
1738+
*/
1739+
@XmlEnumValue("WithholdingLiabilityAmount")
1740+
WITHHOLDING_LIABILITY_AMOUNT("WithholdingLiabilityAmount");
16821741
private final String value;
16831742

16841743
AccountSubTypeEnum(String v) {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -17,7 +17,7 @@
1717
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
1818
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
1919
// 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
20+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
2121
//
2222

2323

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -17,7 +17,7 @@
1717
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7
1818
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
1919
// 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
20+
// Generated on: 2017.06.06 at 02:08:21 PM PDT
2121
//
2222

2323

0 commit comments

Comments
 (0)