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