@leavittsoftware/lg-core-typescript 2.0.291 → 2.0.292
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/lg.apfc.ts +1 -1
- package/package.json +1 -1
package/lg.apfc.ts
CHANGED
|
@@ -1318,7 +1318,7 @@ export interface LGA_Disb_LBD {
|
|
|
1318
1318
|
PolicyNumbers: string | null;
|
|
1319
1319
|
}
|
|
1320
1320
|
|
|
1321
|
-
export interface
|
|
1321
|
+
export interface LowBalanceAccount {
|
|
1322
1322
|
AccountNumber: string | null;
|
|
1323
1323
|
ActivationDate: string | null;
|
|
1324
1324
|
BalanceDue: Partial<number> | null;
|