taxtank-core 2.1.22 → 2.1.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -4064,6 +4064,10 @@ declare class BankAccount$1 extends BankAccount {
|
|
|
4064
4064
|
* check if a bank account related to sole tank
|
|
4065
4065
|
*/
|
|
4066
4066
|
isSoleTank(): boolean;
|
|
4067
|
+
/**
|
|
4068
|
+
* check if a bank account is personal
|
|
4069
|
+
*/
|
|
4070
|
+
isPersonalTank(): boolean;
|
|
4067
4071
|
/**
|
|
4068
4072
|
* Get Bank account property by id
|
|
4069
4073
|
* @param id Id of property
|