You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -322,7 +332,7 @@ public enum AccountSubTypeEnum {
322
332
/**
323
333
*
324
334
* Product: QBO
325
-
* Description:A Balance Sheet account in the “Liabilities” section. The balance of this account will reflect the current accumulated liability of Income Tax which has been incurred, but not yet paid. For example at the end of some financial period, there may be taxable income earned, allowing a tax due to be calculated. However, the tax may not be required to be paid until some later date.
335
+
* Description:A Balance Sheet account in the \u201cLiabilities\u201d section. The balance of this account will reflect the current accumulated liability of Income Tax which has been incurred, but not yet paid. For example at the end of some financial period, there may be taxable income earned, allowing a tax due to be calculated. However, the tax may not be required to be paid until some later date.
326
336
*
327
337
*
328
338
*/
@@ -332,7 +342,7 @@ public enum AccountSubTypeEnum {
332
342
/**
333
343
*
334
344
* Product: QBO
335
-
* Description: A Balance Sheet account in the “Other Current Assets” section. The balance of this account will reflect the value of some non-physical asset that has some value to the business. It is rare for a small business to need to journal against this account. Typically you would journal directly against this account when exchanging tangible assets (such as money) for something intangible (such as a patent, or the right to use a name, or the non-tangible assets of a business that you acquired.)
345
+
* Description: A Balance Sheet account in the \u201cOther Current Assets\u201d section. The balance of this account will reflect the value of some non-physical asset that has some value to the business. It is rare for a small business to need to journal against this account. Typically you would journal directly against this account when exchanging tangible assets (such as money) for something intangible (such as a patent, or the right to use a name, or the non-tangible assets of a business that you acquired.)
336
346
*
337
347
*
338
348
*/
@@ -957,6 +967,16 @@ public enum AccountSubTypeEnum {
957
967
@XmlEnumValue("Gratuity")
958
968
GRATUITY("Gratuity"),
959
969
970
+
/**
971
+
*
972
+
* Product: QBO
973
+
* Description: Use Deferred Revenue for payments on services you haven\u2019t provided yet.
974
+
*
975
+
*
976
+
*/
977
+
@XmlEnumValue("DeferredRevenue")
978
+
DEFERRED_REVENUE("DeferredRevenue"),
979
+
960
980
/**
961
981
*
962
982
* Product: QBO
@@ -3382,7 +3402,7 @@ public enum AccountSubTypeEnum {
0 commit comments