UNPKG

wallee

Version:
20 lines (19 loc) 574 B
import { AbstractTransactionInvoiceCommentActive } from "./AbstractTransactionInvoiceCommentActive"; declare class TransactionInvoiceCommentCreate extends AbstractTransactionInvoiceCommentActive { /** * */ 'transactionInvoice': number; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export { TransactionInvoiceCommentCreate };