mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
refactor: banking modules to nestjs
This commit is contained in:
@@ -4,7 +4,7 @@ import { PaymentReceived } from '../models/PaymentReceived';
|
||||
|
||||
export interface IPaymentReceivedCreateDTO {
|
||||
customerId: number;
|
||||
paymentDate: Date;
|
||||
paymentDate: Date | string;
|
||||
amount: number;
|
||||
exchangeRate: number;
|
||||
referenceNo: string;
|
||||
|
||||
Reference in New Issue
Block a user