Interface CreateVoucherContraEntryDto

interface CreateVoucherContraEntryDto {
    account: string;
    archiveId?: string;
    newBalanceItem?: boolean;
}

Properties

account: string
archiveId?: string
newBalanceItem?: boolean