UNPKG

@tomei/finance

Version:

NestJS package for finance module

11 lines 319 B
export interface IFinanceCustomerAttr { CustomerId: string; CompanyId: string; CustSystemCode: string; CustSystemRefId: string; AccSystemRefId: string; PostedToAccSystemYN: string; PostedById: string; PostedDateTime?: Date; } //# sourceMappingURL=finance-customer-attr.interface.d.ts.map