|
1527 | 1527 | "properties" : {
|
1528 | 1528 | "directBankFeed" : {
|
1529 | 1529 | "type" : "number",
|
1530 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero. This gives an indication on the certainty of correctness of the data.", |
| 1530 | + "description" : "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data.", |
1531 | 1531 | "format" : "double",
|
1532 | 1532 | "x-is-money" : true
|
1533 | 1533 | },
|
1534 | 1534 | "indirectBankFeed" : {
|
1535 | 1535 | "type" : "number",
|
1536 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was a indirect bank feed to Xero (usually via Yodlee). This gives an indication on the certainty of correctness of the data.", |
| 1536 | + "description" : "No longer in use.", |
1537 | 1537 | "format" : "double",
|
| 1538 | + "deprecated" : true, |
1538 | 1539 | "x-is-money" : true
|
1539 | 1540 | },
|
1540 | 1541 | "fileUpload" : {
|
1541 | 1542 | "type" : "number",
|
1542 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was a CSV file upload in to Xero. This gives an indication on the certainty of correctness of the data.", |
| 1543 | + "description" : "Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data.", |
1543 | 1544 | "format" : "double",
|
1544 | 1545 | "x-is-money" : true
|
1545 | 1546 | },
|
1546 | 1547 | "manual" : {
|
1547 | 1548 | "type" : "number",
|
1548 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was manually keyed in to Xero. This gives an indication on the certainty of correctness of the data.", |
| 1549 | + "description" : "Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data.", |
1549 | 1550 | "format" : "double",
|
1550 | 1551 | "x-is-money" : true
|
1551 | 1552 | },
|
1552 | 1553 | "directBankFeedPos" : {
|
1553 | 1554 | "type" : "number",
|
1554 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.", |
| 1555 | + "description" : "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.", |
1555 | 1556 | "format" : "double",
|
1556 | 1557 | "x-is-money" : true
|
1557 | 1558 | },
|
1558 | 1559 | "indirectBankFeedPos" : {
|
1559 | 1560 | "type" : "number",
|
1560 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was a indirect bank feed to Xero (usually via Yodlee). This gives an indication on the certainty of correctness of the data. Only positive transactions are included.", |
| 1561 | + "description" : "No longer in use.", |
1561 | 1562 | "format" : "double",
|
| 1563 | + "deprecated" : true, |
1562 | 1564 | "x-is-money" : true
|
1563 | 1565 | },
|
1564 | 1566 | "fileUploadPos" : {
|
1565 | 1567 | "type" : "number",
|
1566 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was a CSV file upload in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.", |
| 1568 | + "description" : "Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.", |
1567 | 1569 | "format" : "double",
|
1568 | 1570 | "x-is-money" : true
|
1569 | 1571 | },
|
1570 | 1572 | "manualPos" : {
|
1571 | 1573 | "type" : "number",
|
1572 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was manually keyed in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.", |
| 1574 | + "description" : "Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.", |
1573 | 1575 | "format" : "double",
|
1574 | 1576 | "x-is-money" : true
|
1575 | 1577 | },
|
1576 | 1578 | "directBankFeedNeg" : {
|
1577 | 1579 | "type" : "number",
|
1578 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.", |
| 1580 | + "description" : "Sum of the amounts of all statement lines where the source of the data was a direct bank feed in to Xero via an API integration. This could be from a bank or aggregator. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.", |
1579 | 1581 | "format" : "double",
|
1580 | 1582 | "x-is-money" : true
|
1581 | 1583 | },
|
1582 | 1584 | "indirectBankFeedNeg" : {
|
1583 | 1585 | "type" : "number",
|
1584 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was a indirect bank feed to Xero (usually via Yodlee). This gives an indication on the certainty of correctness of the data. Only negative transactions are included.", |
| 1586 | + "description" : "No longer in use.", |
1585 | 1587 | "format" : "double",
|
| 1588 | + "deprecated" : true, |
1586 | 1589 | "x-is-money" : true
|
1587 | 1590 | },
|
1588 | 1591 | "fileUploadNeg" : {
|
1589 | 1592 | "type" : "number",
|
1590 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was a CSV file upload in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.", |
| 1593 | + "description" : "Sum of the amounts of all statement lines where the source of the data was a file manually uploaded in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.", |
1591 | 1594 | "format" : "double",
|
1592 | 1595 | "x-is-money" : true
|
1593 | 1596 | },
|
1594 | 1597 | "manualNeg" : {
|
1595 | 1598 | "type" : "number",
|
1596 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was manually keyed in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.", |
| 1599 | + "description" : "Sum of the amounts of all statement lines where the source of the data was manually input in to Xero. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.", |
1597 | 1600 | "format" : "double",
|
1598 | 1601 | "x-is-money" : true
|
1599 | 1602 | },
|
1600 | 1603 | "otherPos" : {
|
1601 | 1604 | "type" : "number",
|
1602 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was any other category. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.", |
| 1605 | + "description" : "Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only positive transactions are included.", |
1603 | 1606 | "format" : "double",
|
1604 | 1607 | "x-is-money" : true
|
1605 | 1608 | },
|
1606 | 1609 | "otherNeg" : {
|
1607 | 1610 | "type" : "number",
|
1608 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was any other category. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.", |
| 1611 | + "description" : "Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data. Only negative transactions are included.", |
1609 | 1612 | "format" : "double",
|
1610 | 1613 | "x-is-money" : true
|
1611 | 1614 | },
|
1612 | 1615 | "other" : {
|
1613 | 1616 | "type" : "number",
|
1614 |
| - "description" : "Sum of the amounts of all statement lines where the source of the data was any other category. This gives an indication on the certainty of correctness of the data.", |
| 1617 | + "description" : "Sum of the amounts of all statement lines where the source of the data was unknown. This gives an indication on the certainty of correctness of the data.", |
1615 | 1618 | "format" : "double",
|
1616 | 1619 | "x-is-money" : true
|
1617 | 1620 | }
|
|
2730 | 2733 | <nav id="scrollingNav">
|
2731 | 2734 | <ul class="sidenav nav nav-list">
|
2732 | 2735 | <li class="nav-header" data-group="Finance"><strong>SDK: </strong><span id='sdk-name'></span></li>
|
2733 |
| - <li class="nav-header" data-group="Finance"><strong>VSN: </strong>6.0.0</li> |
| 2736 | + <li class="nav-header" data-group="Finance"><strong>VSN: </strong>7.0.0</li> |
2734 | 2737 | <li class="nav-header" data-group="Finance"><a href="#api-Finance">Methods</a></li>
|
2735 | 2738 | <li data-group="Finance" data-name="getAccountingActivityAccountUsage" class="">
|
2736 | 2739 | <a href="#api-Finance-getAccountingActivityAccountUsage">getAccountingActivityAccountUsage</a>
|
|
0 commit comments