UNPKG

@tomei/finance

Version:

NestJS package for finance module

11 lines 288 B
export declare class IPaymentItemAttr { PaymentId: string; PayForObjectId: string; PayForObjectType: string; Currency: string; Amount: number; Name?: string; Description: string; Remarks?: string; } //# sourceMappingURL=payment-item-attr.interface.d.ts.map