@tomei/finance
Version:
NestJS package for finance module
20 lines • 528 B
TypeScript
import { PaymentStatus } from '../../enum';
export declare class IPaymentPaidWithAttr {
PaymentId: string;
MethodTypeId: string;
Currency: string;
Amount: number;
Status: PaymentStatus;
TransactionId?: string;
RefBank?: string;
RefName?: string;
RefNo?: string;
RefOther1?: string;
RefOther2?: string;
RefOther3?: string;
RefOther4?: string;
RefOther5?: string;
Remarks?: string;
PaymentMediaId?: string;
}
//# sourceMappingURL=payment-paid-with.interface.d.ts.map